ShaneTracey7 / LifePlus

connecting xcode project to github
0 stars 0 forks source link

edit mode for tasklists #111

Closed ShaneTracey7 closed 2 months ago

ShaneTracey7 commented 3 months ago

-have a toggle switch (similar to rewardsView) -when the switch is on, if you touch any non-button area of task, you go to the addTask view populated with the data, and hit 'save' instead of 'add item', if you don't save, everything goes back to normal -only allow switching between task type, if it's a hybrid list, otherwise, show addtaskview or addbasictaskview

ShaneTracey7 commented 3 months ago

started to implement, I added a state variable to tasklistview, and a binding input variable to task view, may have some other areas I need to update for that

ShaneTracey7 commented 3 months ago

it works on task view within addhybridtask, cannot currently switch from types of tasks (won't update in list) that's an easy fix though

ShaneTracey7 commented 3 months ago

can switch between task types

ShaneTracey7 commented 3 months ago

all functionality complete, just need to fix formatting of task name on task view,basictask view, and counter view