Skip to content

[WIP] Add splashscreen to app and refactor config handling#6

Draft
Copilot wants to merge 1 commit intomainfrom
copilot/add-splashscreen-to-app
Draft

[WIP] Add splashscreen to app and refactor config handling#6
Copilot wants to merge 1 commit intomainfrom
copilot/add-splashscreen-to-app

Conversation

Copy link

Copilot AI commented Feb 4, 2026

Implementation Plan

  • 1. Create Tauri config file for window configurations (move window settings from lib.rs)
  • 2. Add splashscreen window configuration to tauri.conf.json
  • 3. Create splashscreen HTML/component
  • 4. Update lib.rs to use config-based window setup instead of dynamic creation
  • 5. Add initialization logic to load connections and close splashscreen
  • 6. Update frontend to handle splashscreen lifecycle
  • 7. Test the splashscreen shows during startup
  • 8. Test that the app loads properly after splashscreen closes
  • 9. Run code review
  • 10. Run security checks
Original prompt

Add a splashscreen to the app.

Then, we load the app and all necessary info like last opened connection, etc...

Then when we're done,close the splashscreen

We should als move the app configs to the appropriate config file i stead of building wverything in the lib.rs dynamically!!!


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

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