-
Notifications
You must be signed in to change notification settings - Fork 15
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
40
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
40 commits
Select commit
Hold shift + click to select a range
932d2cf
feat(system-time): add SystemTime type and update resolvers for syste…
elibosley 3a21b62
feat(activation): enhance activation modal with timezone selection an…
elibosley ed8c5a9
test(activation): update tests for activation modal and steps
elibosley 803824c
feat(activation): add Plugins Step to activation process
elibosley 58f4c17
fix(emcmd): improve error logging for CSRF token retrieval
elibosley d2ce627
feat(upgrade): implement upgrade onboarding system for Unraid OS
elibosley c25eca8
feat(activation): enhance ActivationPluginsStep and update tests
elibosley 7834c49
feat(api-config): enhance ApiConfigPersistence with shutdown handling
elibosley 68cd5e4
feat(api-config): integrate OS version tracking with new OsVersionTra…
elibosley f5564a4
feat(onboarding): implement upgrade step completion tracking
elibosley b1337fd
refactor(api-schema): reorganize RClone types in generated schema
elibosley dea4b89
feat(onboarding): update OnboardingTracker to support dynamic OS vers…
elibosley cb06648
feat: onboarding flows simplified
elibosley 9a06af2
refactor(activation): update activation components for improved local…
elibosley 0b3e78e
test(activation): enhance ActivationCodeModal tests with Vue app inte…
elibosley 99bb59d
fix: pnpm lock
elibosley e7828c3
refactor(onboarding): remove unnecessary fields from UpgradeStep type
elibosley ff6c4af
refactor(system-time): integrate ConfigService for state management
elibosley e0f6ee5
feat(onboarding): add permissions for completing upgrade steps
elibosley 7d95884
test(customization): add test for omitting upgrade metadata with inco…
elibosley 0d9b4c3
refactor(activation): remove unused i18n import from WelcomeModal com…
elibosley b521514
feat(config): enhance config parsing and state management
elibosley 1abaf2c
feat(onboarding): implement upgrade marker for version tracking
elibosley cae5111
feat(onboarding): enhance version tracking and upgrade marker handling
elibosley e0a442a
feat(onboarding): implement first boot completion tracking in Onboard…
elibosley b2d89b2
fix(log): update time format in logging configuration
elibosley f612aaa
refactor(activation): clean up ActivationModal component and remove u…
elibosley 3f4ac7a
feat(activation): enhance upgrade step handling in ActivationModal
elibosley d4e93f1
feat(activation): add titles, descriptions, and icons to upgrade step…
elibosley da381b5
feat(plugin): implement plugin installation tracking and management
elibosley 2decc23
feat(activation): enhance plugin installation flow and UI feedback
elibosley 3f41cf1
fix(plugins): refine error and success handling during plugin install…
elibosley b40e733
feat(activation): improve plugin installation status handling and UI …
elibosley 77d001c
fix(imports): standardize import statements and correct module order
elibosley f959f95
refactor(theme): standardize theme loading method across components
elibosley 0df7926
refactor(theme): update theme store methods in tests to use fetchTheme
elibosley 31c3383
feat(onboarding): implement onboarding reset functionality and new ad…
elibosley ae8c8a4
feat(onboarding): introduce onboarding state management and enhancements
elibosley fa2ee15
refactor(onboarding): replace UButton with Button component for consi…
elibosley 3451f52
feat(activation): enhance onboarding step management and feedback
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