Skip to content

👀#89

Open
edoedac0 wants to merge 80 commits into
mainfrom
big-update
Open

👀#89
edoedac0 wants to merge 80 commits into
mainfrom
big-update

Conversation

@edoedac0
Copy link
Copy Markdown
Member

No description provided.

edoedac0 added 30 commits April 26, 2026 19:01
- Danger button focused state: white/dark (#fff/#121212) not red — ATV confirmed
- Dialog animation: scaleIn(0.9) + fadeIn over 150ms enter, 75ms exit (Compose Dialog)
- Panel border: subtle rgba(255,255,255,0.06) instead of visible #333333
- Button focus transition: spring-approx cubic-bezier(0.34,1.56,0.64,1) for scale
…transition

- Scrim: rgba(0,0,0,0.72) — matches ATV TV darkness level
- Panel: width:100% so JS maxWidth (720px for options) actually constrains it;
  padding moved to backdrop so panel never touches screen edges
- Button focus transition: 300ms spring for scale, 200ms for color (ATV feel)
…t size

ATV options dialog is 360dp on a 960dp-wide screen (320dpi, 1920px) = 37.5vw.
Using fixed px (720px) made it too wide on sub-1920px browser windows.
- NuvioDialog: widthVw param replaces width px param (default 54.2vw = 520dp)
- Options dialog: 37.5vw (360dp)
- Delete dialog: 43.75vw (420dp)
Dialog dismiss bug:
- Edit/Change PIN/Remove PIN/Delete buttons now call .destroy() before nulling
  the dialog ref, so the animated exit plays and DOM is cleaned up

Editor sizing (all at 2x / 320dpi dp→px):
- Panel: 92vw / max 1960px, padding 64px, border-radius 40px
- Header: gap 56px, padding-left 48px
- Kicker: 32px SemiBold; Profile name: 60px Black
- Body: margin-top 48px, min-height 720px
- Preview col: 560px wide, padding 104px top / 48px sides, gap 36px
- Avatar circle: 224px
- Preview name: 44px Bold
- Name field: padding 32px, radius 28px, font 32px
- Divider: margin 36px each side, min-height 640px
- Avatar pane gap: 24px
- Avatar title: 26px Medium
- Category row: gap 16px, row-gap 16px
- Category tab: padding 16/36px, radius 40px, font 26px
- Avatar grid: minCell 160px, gap 24px, max-height 640px
- Avatar tile: 160px, border 6px on focus/selected
- Avatar hint: 36px Bold
- OverlayButton: padding 24/56px, radius 24px, font 30px

Avatar scroll: smooth scroll on focus
- Fix workspace positioning: switch from flex:1+auto-margin (broken) to
  flex:0+explicit width/margin so the workspace clears the 144px sidebar
- Workspace margins now match ATV SettingsScreen padding(32dp/24dp at 2x)
- Nav badge font-size corrected to 24px (labelMedium 12sp at 2x)
- Nav item padding, label size, icon size, chevron size ported from ATV
- Content area: title/subtitle size, group card padding, stack gap updated
- Action row padding, row title/subtitle/value sizes updated
- Toggle pill restyled to flat solid colors matching ATV (no gradients)
- Collapsible trigger and subsection card overrides synced to new values

Source: SettingsDesignSystem.kt, SettingsScreen.kt, Type.kt, Color.kt
# Conflicts:
#	css/base.css
#	css/components.css
#	js/core/profile/profileSelectionScreen.js
#	js/data/local/themeStore.js
#	js/data/remote/supabase/avatarRepository.js
#	js/i18n/index.js
#	js/ui/components/nuvioDialog.js
#	js/ui/components/sidebarNavigation.js
#	js/ui/screens/home/homeScreen.js
#	js/ui/screens/home/modernHomeLayout.js
#	js/ui/screens/settings/settingsScreen.js
#	js/ui/theme/themeManager.js
edoedac0 added 2 commits May 25, 2026 21:52
# Conflicts:
#	.DS_Store
#	css/components.css
#	docs/release-drafts/next-beta-release.md
#	index.html
#	js/i18n/index.js
#	js/ui/components/sidebarNavigation.js
#	js/ui/screens/home/homeScreen.js
#	js/ui/screens/home/modernHomeLayout.js
#	js/ui/screens/library/libraryController.js
#	js/ui/screens/library/libraryScreen.js
#	js/ui/screens/settings/settingsScreen.js
#	res/values/strings.xml
#	scripts/sync-wrapper.mjs
@NuvioMedia NuvioMedia deleted a comment from chatgpt-codex-connector Bot May 25, 2026
@NuvioMedia NuvioMedia deleted a comment from opencode-agent Bot May 25, 2026
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