aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/TaskBox.tsx
AgeCommit message (Expand)Author
2025-06-09documentationSkitty1238
2025-06-09implemented undoable deletion so that tasks reappear in Google Tasks upon und...Skitty1238
2025-06-09delete button style changesSkitty1238
2025-06-09added delete button to both close the node and remove it from my recently clo...Skitty1238
2025-06-09Fix sync logic to avoid overwriting newer Dash edits with outdated Google ver...Skitty1238
2025-06-06cleaned up popups so that not linking to Google doesnt bombard user with popu...Skitty1238
2025-06-06cleanup of redundant code + commentsSkitty1238
2025-06-06added bi directional syncing for task editing (based on most recent edit). Mo...Skitty1238
2025-06-06fixed task node styling, and added intermediary syncing... state to sync buttonSkitty1238
2025-06-06implemented auto-sync to Google when task node loses focus. Created helpers f...Skitty1238
2025-06-05fixed automatically enabling/disabling sync button + persistence on reloadSkitty1238
2025-06-05updated taskBox to use Cast methods and mobx instead of react state. Made Tas...bobzel
2025-06-05sync button only accessible when a change is made to the task (to counter unn...Skitty1238
2025-06-05changed add to google tasks button to sync to google button. Implemented auto...Skitty1238
2025-06-05fixed being able to add tasks to Google Tasks. Cleaned up google authorizatio...Skitty1238
2025-06-04Merge branch 'task_nodes_aarav' of https://github.com/brown-dash/Dash-Web int...Skitty1238
2025-06-04allowed for incomplete tasks + fix for all day tasks not being added correctl...Skitty1238
2025-06-04changed google authentication to not reload the page.bobzel
2025-06-04fixed google authentication + linking and task creation via GT buttonSkitty1238
2025-06-04partial google calendar task integration + fix with dark mode colors for task...Skitty1238
2025-06-03gcal task addition route added -- problems with fetchOrGenerateAccessTokenSkitty1238
2025-06-02changed field names for tasks to start with task_. changed calendar date and...bobzel
2025-05-11cleaned up code, commented out console logs, added documentation, and added m...aaravkumar
2025-04-30made document options as data doc options ($), and fixed namign conventionsaaravkumar