-
Notifications
You must be signed in to change notification settings - Fork 11
feat(onboarding): add new onboarding flows for Unraid OS #1746
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
elibosley
wants to merge
33
commits into
main
Choose a base branch
from
feat/timezone-control
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
4575d3f
feat(system-time): add SystemTime type and update resolvers for syste…
elibosley 091c29d
feat(activation): enhance activation modal with timezone selection an…
elibosley 620942b
test(activation): update tests for activation modal and steps
elibosley 3c6a268
feat(activation): add Plugins Step to activation process
elibosley a3ffbd0
fix(emcmd): improve error logging for CSRF token retrieval
elibosley b700af1
feat(upgrade): implement upgrade onboarding system for Unraid OS
elibosley 4f68734
feat(activation): enhance ActivationPluginsStep and update tests
elibosley fc60436
feat(api-config): enhance ApiConfigPersistence with shutdown handling
elibosley 100cc34
feat(api-config): integrate OS version tracking with new OsVersionTra…
elibosley c28c585
feat(onboarding): implement upgrade step completion tracking
elibosley bd3ebcd
refactor(api-schema): reorganize RClone types in generated schema
elibosley 8f25fd0
feat(onboarding): update OnboardingTracker to support dynamic OS vers…
elibosley c80ab27
feat: onboarding flows simplified
elibosley 2a8ffe6
refactor(activation): update activation components for improved local…
elibosley 7438d6e
test(activation): enhance ActivationCodeModal tests with Vue app inte…
elibosley ae715f0
fix: pnpm lock
elibosley 03273c8
refactor(onboarding): remove unnecessary fields from UpgradeStep type
elibosley 34753ea
refactor(system-time): integrate ConfigService for state management
elibosley de6c467
feat(onboarding): add permissions for completing upgrade steps
elibosley 5fffd2f
test(customization): add test for omitting upgrade metadata with inco…
elibosley 638cabd
refactor(activation): remove unused i18n import from WelcomeModal com…
elibosley 3e8c5ab
feat(config): enhance config parsing and state management
elibosley 859926b
feat(onboarding): implement upgrade marker for version tracking
elibosley cb1603b
feat(onboarding): enhance version tracking and upgrade marker handling
elibosley 6dcc95c
feat(onboarding): implement first boot completion tracking in Onboard…
elibosley 5db4401
fix(log): update time format in logging configuration
elibosley 56c3e47
refactor(activation): clean up ActivationModal component and remove u…
elibosley 2f9fe6d
feat(activation): enhance upgrade step handling in ActivationModal
elibosley 4abd607
feat(activation): add titles, descriptions, and icons to upgrade step…
elibosley b1441a4
feat(plugin): implement plugin installation tracking and management
elibosley a77b9b4
feat(activation): enhance plugin installation flow and UI feedback
elibosley fff807b
fix(plugins): refine error and success handling during plugin install…
elibosley a88e9b8
feat(activation): improve plugin installation status handling and UI …
elibosley File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Restore contrast for inverted text in dark mode.
Switching
--ui-text-invertedtovar(--ui-color-neutral-300)makes inverted text nearly indistinguishable on its paired--ui-bg-inverted(still white), breaking readability and failing WCAG contrast. Keep a dark value (e.g.,var(--ui-color-neutral-900)) for inverted text.🤖 Prompt for AI Agents