James01010101 / Comic_Tracker

IOS Swift app for tracking my comics
0 stars 0 forks source link

Have a save button and an auto save toggle #11

Open James01010101 opened 3 months ago

James01010101 commented 3 months ago

When adding a new comic have a button on the homepage which allows me to save since im using my own backup files to save i probably dont want to save after every comic i enter especially if i am adding all the old comics. so instead i only want to save when i want to. But in normal use i would like it to save after every insert

maybe have a settings page with a bool toggle for autosave

James01010101 commented 3 months ago

There is an suto save setting implemented and working but there is no way for the user to toggle it on or off. currently it is just a boolean in the GlobalState which works but cant be dynamically adjusted during runtime. This will be added in a settings page later