-
Notifications
You must be signed in to change notification settings - Fork 64
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
New GUI #105
New GUI #105
Conversation
This is just for keeping in pair, to be deprecated in favor of upcoming `yark-pages`
Some functionality like Download logger was commented out for now, to address after structural changes upcoming
Dependency relations on other recent packages are to be checked, and also some code
Some TODOS need to be addressed later when `yark-pages` consideration caveats are refined
…ui-restructure-interation
Production builds are currently blocked by the window not working, seems to be this issue tauri-apps/tauri#6226 |
Once a new README is made ill merge into master. This new GUI is now stable; it just needs a dashboard and some internals rejiggered and then itll be ready for an rc. |
SITREP: The project and the rewrite has been on hold for the last month or so because I just haven't had time to dedicate. I'm hoping to get back into the project slowly over the next month and hopefully get this rewrite pushed, but as of now there's no real release date. I'm happy with the current master branch as it is (the current public version) for continued use because it's stable. For this rewrite to go through, I need it to have more features than the current one which it doesn't have yet. The major painpoints from what I remember last month where:
Hope this helps anyone looking at the future of the project, as well as me in the future 😄 |
Finsihed a rewrite of the archive core and API in rust and now I'm reimplementing all of the sveltekit gui as a web-first version instead of using Tauri :) Hopefully a new UI will be out in a month or so |
This PR represents a huge change to Yark: a new GUI.
Once merged, Yark will have a new GUI which lets users manage their archives graphically. It's based on SvelteKit + Tauri and it'll be (hopefully) packaged as a single downloadable binary on all major systems.
Some aspects of the current "web viewer" are being ported over to the GUI, but the vast majority of it is being reworked. This should result in a much nicer experience for users, and a larger potential userbase because of the ease of use compared to a terminal.
Here's what the work-in-progress build currently looks like as of the 27th of January:
This is going to be the main feature of Yark 1.3 along with comments 🎉
Closes #86