-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[FEATURE] Adds ability for config file to be written to directly from the UI #43
Conversation
…some improvments though.
…revent the user from writing changes to the conf file from the UI
…ature_write-config-to-file-system
…ript Ensures environment is correctly set to production, and sets build-and-start script to now recompoile when conf.yml is updated
…config modal a bit
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/alicia/dashy/6KF2MNi631bK8Z7FwyoY5fxDmxY2 |
✔️ Deploy Preview for dashy-dev ready! 🔨 Explore the source changes: fcfb162 🔍 Inspect the deploy log: https://app.netlify.com/sites/dashy-dev/deploys/60d082fe25ba79000887c226 😎 Browse the preview: https://deploy-preview-43--dashy-dev.netlify.app/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ;)
Category: Feature
Issue Number: #17 , #10 and #36
Briefly outline your changes:
Implements functionality enabling the user to save their config directly to the
conf.yml
file through the config editor in the UI. This will get rid of annoying issues surrounding config changes only being able to be applied locally, and mean the user no longer has to download their changes and manually insert into the conf.yml file, so it should (hopefully) make the app much more convenient to use.Before submitting, please ensure that: