Skip to content

ui/devices - #252

Draft
MiloCasagrande wants to merge 5 commits into
ui/loginfrom
ui/devices
Draft

ui/devices#252
MiloCasagrande wants to merge 5 commits into
ui/loginfrom
ui/devices

Conversation

@MiloCasagrande

Copy link
Copy Markdown
Member
  • feat: add devices-table design tokens
  • feat: redesign web UI with sticky topbar and collapsible sidebar
  • fix: mobile table column widths for full viewport fill
  • feat: replace delete dialog with guarded delete design
  • refactor: add @layer declaration and wrap tokens

Milo Casagrande added 5 commits August 28, 2026 18:21
Signed-off-by: Milo Casagrande <mcasagra@qti.qualcomm.com>
  - Add app shell: sticky topbar with brand + nav-toggle + theme-toggle,
    collapsible push-sidebar (desktop) / off-canvas drawer (mobile ≤860px)
  - Add user avatar badge with initials derived from username
  - Redesign devices list page
  - Add OtherLabels/Initials template helpers with unit tests"

Signed-off-by: Milo Casagrande <mcasagra@qti.qualcomm.com>
Signed-off-by: Milo Casagrande <mcasagra@qti.qualcomm.com>
Signed-off-by: Milo Casagrande <mcasagra@qti.qualcomm.com>
Signed-off-by: Milo Casagrande <mcasagra@qti.qualcomm.com>
@MiloCasagrande

Copy link
Copy Markdown
Member Author

@doanac this is the devices list UI refresh, it includes also the login pages work.

},
"tsToString": func(ts int64) string {
return time.Unix(ts, 0).Format(time.RFC3339)
return time.Unix(ts, 0).Format(time.DateOnly)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this gets used in a lot of places where we need to know the exact time. I think you may want to create a dedicated macro tsToDate or something

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants