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

Functionality of adding url instead of Code in local directory. #1

Open
MohammedAlamkhan opened this issue Feb 22, 2024 · 4 comments
Open
Labels
enhancement New feature or request

Comments

@MohammedAlamkhan
Copy link

I am working on windows phone aesthetics using html/css but everytime I need to delete old code from phone and paste new code.
I am using GitHub pages to host the web version, it'll be very helpful if I could just add my GitHub pages link and with every push to my repo my launcher will get updated.

@theothertored
Copy link
Member

Great idea, added to my TODO list. Shouldn't be too hard to implement, though I've been incredibly busy recently.

@theothertored theothertored added the enhancement New feature or request label Feb 22, 2024
@theothertored
Copy link
Member

I will add that for now I suggest doing the majority of your testing on desktop by exporting your app list and using it with the API mock, if you're not doing that already. You could also set up a script to copy your files to your phone as for example a build action in VSCode or another editor.

@MohammedAlamkhan
Copy link
Author

Thanks!! Mock API seems like the best way of development going forward.

@theothertored
Copy link
Member

theothertored commented Feb 23, 2024

Yup, the exact idea behind the app list + icons export and the API mock is to allow development in a desktop environment without having to test every change on the actual device.

I will keep this issue open because loading from URL would make for a neat feature, be it to use your own projects and auto update, or to quickly try out someone else's project without having to download the files and point to the folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants