Skip to content

Feat(launcher): Organize everything#19

Merged
Purdze merged 2 commits intoPurdze:masterfrom
colonthreeing:master
Mar 21, 2026
Merged

Feat(launcher): Organize everything#19
Purdze merged 2 commits intoPurdze:masterfrom
colonthreeing:master

Conversation

@colonthreeing
Copy link
Contributor

@colonthreeing colonthreeing commented Mar 21, 2026

This PR changes nothing functionally, but organizes file structure.

Summary of changes

  • moved all pages (home, settings, etc) to the launcher/src/pages/ directory
  • made the navbar/sidebar into a component in the launcher/src/components directory
  • moved most reactive values to launcher/src/lib/state.ts and allowed for using const {} = useAppStateContext(); to get values
  • moved most reused types into launcher/src/types.ts

again, this PR changes nothing; almost all of the code is identical, just moved.

@Purdze Purdze merged commit 3496095 into Purdze:master Mar 21, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants