ππ¨π° π₯π¨πππ’π§π . . .
devlog #12 β shoot for the stars like πΈ
β Λβ⧠ଳ β§βΛ β
-
updated CSS styles for buttons and task elements to improve layout and aesthetics: changed button styles from Bootstrapβs primary blue to custom logo purple
-
added dropdown menus for tasks for another layer of safety in deletion
-
added subtasks! (major changeβ¦ helpβ¦)
-
adjusted localStorage interactions, data structure, HTML/CSS code, and JavaScript logic for subtask management. improved user experience by adding focus and click event listeners for task editing and subtasks.
-
had to decide whether to nestle subtasks within their parent tasks or by themselves in localStorage. finally settled on keeping all tasks on the same level for the sake of accessing them easilyβinstead, each subtask has a
parentTaskkey, and a βmainstreamβ task has an array of their substack IDs.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.