-
Notifications
You must be signed in to change notification settings - Fork 17
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
75
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
75 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 581fa96
fix(onboarding): ensure safe handling of activation onboarding state
elibosley e742aba
feat(tests): enhance ActivationModal and activationCodeData tests wit…
elibosley 8840dac
feat(tests): add tests for fresh install state in activationCodeData
elibosley 91a9946
feat(tests): enhance OnboardingService tests with new mocks and state…
elibosley fe2888b
refactor(onboarding): update Onboarding page menu and title for clarity
elibosley 16b922c
feat(onboarding): add test harness for onboarding overrides
elibosley 9a89122
feat(activation): update activation hints and improve component cleanup
elibosley 9564532
feat(timezones): add timezone options to system time configuration
elibosley a963f41
feat(system-time): implement default NTP server configuration
elibosley 92bc432
feat(unraid-plugins): add query for installed Unraid OS plugins and e…
elibosley fcf3000
refactor(tests): improve test setup for ActivationPluginsStep component
elibosley 93dfbbf
chore(gitignore): add .dev-scripts to gitignore for local dev scripts
Ajit-Mehrotra ab010f4
enhance: add ssh retry logic and SSH options in deploy script
Ajit-Mehrotra fd3994a
build(scripts): enhance local docker plugin development workflow
Ajit-Mehrotra f5b4a7b
chore: update package.json test script
Ajit-Mehrotra c2b768a
fix(onboarding): move stepper UI to the top and remove unecessary pa…
Ajit-Mehrotra 8013769
feat(onboarding): implement cleaner UI for steppers
Ajit-Mehrotra b107bc0
feat: redesign summary step
Ajit-Mehrotra 22d2676
feat(onboarding): enhance ActivationPluginsStep UI with decorative ca…
Ajit-Mehrotra ce0fb15
feat(onboarding): add decorative background to welcome step
Ajit-Mehrotra 328c92e
fixup! feat(onboarding): add decorative background to welcome step
Ajit-Mehrotra 6c51225
fixup! feat(onboarding): add decorative background to welcome step
Ajit-Mehrotra 0057ed6
feat(onboarding): add decorative background to the settings step
Ajit-Mehrotra f17d2a6
git commit -m "feat(api): add server-name and comment to api"
Ajit-Mehrotra 6c8d463
feat(api): add ability to change languages via the api
Ajit-Mehrotra b2bf601
fixup! feat(api): add ability to change languages via the api
Ajit-Mehrotra d41cb06
fix: allow dialog to pass class prop
Ajit-Mehrotra b8f1518
feat(api): add ssh functionality to the api
Ajit-Mehrotra 37a2187
feat(onboarding): update settings page layout and add theme preview
Ajit-Mehrotra 91f738d
feat(onboarding): add text validation to server description in settin…
Ajit-Mehrotra b8aeac9
feat(onboarding): refactor execution flow and enhance test harness
Ajit-Mehrotra 9086284
refactor(onboarding): reorganize onboarding files
Ajit-Mehrotra 4be7652
refactor(onboarding): rename onboarding files from "activation" to "o…
Ajit-Mehrotra b1abbd8
refactor(onboarding): rename scenario to status and simplify API schema
Ajit-Mehrotra a723607
refactor(onboarding): change data structure for .activationcode file
Ajit-Mehrotra 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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,13 +1,32 @@ | ||
| { | ||
| "code": "EXAMPLE_CODE_123", | ||
| "partnerName": "MyPartner Inc.", | ||
| "partnerUrl": "https://partner.example.com", | ||
| "serverName": "MyAwesomeServer", | ||
| "sysModel": "CustomBuild v1.0", | ||
| "comment": "This is a test activation code for development.", | ||
| "header": "#336699", | ||
| "headermetacolor": "#FFFFFF", | ||
| "background": "#F0F0F0", | ||
| "showBannerGradient": "yes", | ||
| "theme": "black" | ||
| "partner": { | ||
| "name": "MyPartner Inc.", | ||
| "url": "https://partner.example.com", | ||
| "hardwareSpecsUrl": "https://partner.example.com/specs/customBuild-v1", | ||
| "manualUrl": "https://partner.example.com/docs/customBuild-manual", | ||
| "supportUrl": "https://partner.example.com/support", | ||
| "extraLinks": [ | ||
| { | ||
| "title": "Community Forums", | ||
| "url": "https://partner.example.com/forums" | ||
| }, | ||
| { | ||
| "title": "Video Tutorials", | ||
| "url": "https://partner.example.com/tutorials" | ||
| } | ||
| ] | ||
| }, | ||
| "branding": { | ||
| "theme": "black", | ||
| "header": "#336699", | ||
| "headermetacolor": "#FFFFFF", | ||
| "background": "#F0F0F0", | ||
| "showBannerGradient": true | ||
| }, | ||
| "system": { | ||
| "serverName": "MyAwesomeServer", | ||
| "model": "CustomBuild v1.0", | ||
| "comment": "This is a test activation code for development." | ||
| } | ||
| } |
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