Skip to content
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

GUI #1

Open
progzone122 opened this issue Dec 25, 2024 · 6 comments
Open

GUI #1

progzone122 opened this issue Dec 25, 2024 · 6 comments

Comments

@progzone122
Copy link
Member

I want to make a full-fledged GUI on Tauri.
I will develop it in a separate branch gui

@shomykohai
Copy link
Contributor

If I had to make edits to the scripts and/or add new ones, should I commit them to main or gui? Just so I don't mess up git history

@progzone122
Copy link
Member Author

If I had to make edits to the scripts and/or add new ones, should I commit them to main or gui? Just so I don't mess up git history

Do not touch the gui branch. Create your own branch, and after making changes, merge it into main.
After creating the GUI, the gui and main branches will be merged, and conflicts (if any) will be resolved.

@progzone122
Copy link
Member Author

Also in the future write scripts in python to ensure cross-platform, as I do here https://github.com/moto-penangf/fuckyoumoto/tree/gui/src-tauri/scripts

@shomykohai
Copy link
Contributor

Also in the future write scripts in python to ensure cross-platform, as I do here https://github.com/moto-penangf/fuckyoumoto/tree/gui/src-tauri/scripts

Good to know! I'm way more familiar with python than bash, this makes things easier.

Soon I'll edit the clean logs utility to use functions so that it's usable in other python files like you did in there

@progzone122
Copy link
Member Author

A little bit of what I did. Looks cool to me 🔥
изображение
изображение
изображение

@shomykohai
Copy link
Contributor

Nice!
I like the fact that the documentation is inside the tool too, that makes it quite convenient!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants