👀#89
Open
edoedac0 wants to merge 80 commits into
Open
Conversation
- 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
# 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
This reverts commit 5b6a7b4.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.