-
Couldn't load subscription status.
- 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.
+5,785
−1,909
Open
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
27043ee
feat(system-time): add SystemTime type and update resolvers for syste…
elibosley 8d4ff99
feat(activation): enhance activation modal with timezone selection an…
elibosley 794e32f
test(activation): update tests for activation modal and steps
elibosley ba5f74c
feat(activation): add Plugins Step to activation process
elibosley 5365229
fix(emcmd): improve error logging for CSRF token retrieval
elibosley e4456f2
feat(upgrade): implement upgrade onboarding system for Unraid OS
elibosley 09b4de8
feat(activation): enhance ActivationPluginsStep and update tests
elibosley 5ed6ff4
feat(api-config): enhance ApiConfigPersistence with shutdown handling
elibosley 36e0070
feat(api-config): integrate OS version tracking with new OsVersionTra…
elibosley 4876a29
feat(onboarding): implement upgrade step completion tracking
elibosley fcd1fa0
refactor(api-schema): reorganize RClone types in generated schema
elibosley 693bc07
feat(onboarding): update OnboardingTracker to support dynamic OS vers…
elibosley 4e0b831
feat: onboarding flows simplified
elibosley 2f64e33
refactor(activation): update activation components for improved local…
elibosley 1f31506
test(activation): enhance ActivationCodeModal tests with Vue app inte…
elibosley 09c1421
fix: pnpm lock
elibosley df8c096
refactor(onboarding): remove unnecessary fields from UpgradeStep type
elibosley cc830e6
refactor(system-time): integrate ConfigService for state management
elibosley 77d9a68
feat(onboarding): add permissions for completing upgrade steps
elibosley 0022871
test(customization): add test for omitting upgrade metadata with inco…
elibosley c56c3fd
refactor(activation): remove unused i18n import from WelcomeModal com…
elibosley 56cfc87
feat(config): enhance config parsing and state management
elibosley 11b541f
feat(onboarding): implement upgrade marker for version tracking
elibosley 4165575
feat(onboarding): enhance version tracking and upgrade marker handling
elibosley c7c9a35
Merge branch 'main' into feat/timezone-control
elibosley 9cbfc6f
feat(onboarding): implement first boot completion tracking in Onboard…
elibosley b5d084b
fix(log): update time format in logging configuration
elibosley e6b42d9
refactor(activation): clean up ActivationModal component and remove u…
elibosley dca7ae5
feat(activation): enhance upgrade step handling in ActivationModal
elibosley 0a9620b
feat(activation): add titles, descriptions, and icons to upgrade step…
elibosley a4b4757
feat(plugin): implement plugin installation tracking and management
elibosley a2d9d7a
feat(activation): enhance plugin installation flow and UI feedback
elibosley 771840c
fix(plugins): refine error and success handling during plugin install…
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