index
:
Dash-Web.git
master
A copy of AVD's Dash-Web software, hosted on my own hardware for local use.
browndash
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
client
/
views
/
nodes
/
TaskBox.tsx
Age
Commit message (
Expand
)
Author
2025-06-05
fixed automatically enabling/disabling sync button + persistence on reload
Skitty1238
2025-06-05
updated taskBox to use Cast methods and mobx instead of react state. Made Tas...
bobzel
2025-06-05
sync button only accessible when a change is made to the task (to counter unn...
Skitty1238
2025-06-05
changed add to google tasks button to sync to google button. Implemented auto...
Skitty1238
2025-06-05
fixed being able to add tasks to Google Tasks. Cleaned up google authorizatio...
Skitty1238
2025-06-04
Merge branch 'task_nodes_aarav' of https://github.com/brown-dash/Dash-Web int...
Skitty1238
2025-06-04
allowed for incomplete tasks + fix for all day tasks not being added correctl...
Skitty1238
2025-06-04
changed google authentication to not reload the page.
bobzel
2025-06-04
fixed google authentication + linking and task creation via GT button
Skitty1238
2025-06-04
partial google calendar task integration + fix with dark mode colors for task...
Skitty1238
2025-06-03
gcal task addition route added -- problems with fetchOrGenerateAccessToken
Skitty1238
2025-06-02
changed field names for tasks to start with task_. changed calendar date and...
bobzel
2025-05-11
cleaned up code, commented out console logs, added documentation, and added m...
aaravkumar
2025-04-30
made document options as data doc options ($), and fixed namign conventions
aaravkumar