aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/TaskBox.tsx
AgeCommit message (Collapse)Author
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 ↵bobzel
TaskBox extend ViewBoxBaseComponent to access this.Document/this.fieldKey, etc
2025-06-05sync button only accessible when a change is made to the task (to counter ↵Skitty1238
unnecessary syncing)
2025-06-05changed add to google tasks button to sync to google button. Implemented ↵Skitty1238
auto creation and auto deletion in Google when node is created/deleted in dash
2025-06-05fixed being able to add tasks to Google Tasks. Cleaned up google ↵Skitty1238
authorization button clicks + alerts
2025-06-04Merge branch 'task_nodes_aarav' of https://github.com/brown-dash/Dash-Web ↵Skitty1238
into task_nodes_aarav
2025-06-04allowed for incomplete tasks + fix for all day tasks not being added ↵Skitty1238
correctly + button styling
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 ↵Skitty1238
task nodes so that text is still visible
2025-06-03gcal task addition route added -- problems with fetchOrGenerateAccessTokenSkitty1238
2025-06-02changed field names for tasks to start with task_. changed calendar date ↵bobzel
and range to start with _calendar
2025-05-11cleaned up code, commented out console logs, added documentation, and added ↵aaravkumar
menu for pormpt generation
2025-04-30made document options as data doc options ($), and fixed namign conventionsaaravkumar