aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-06-11added outpaintable method to streamline determining which docs can be ↵bobzel
outpainted.
2025-06-11don't recompute tags_chat for PDF and videos. Don't block within loop for ↵bobzel
getting pdf text.
2025-06-11don't autoTag text docs until they're dropped onto a scrapbook. don't ↵bobzel
re-tag a text box that has not changed.
2025-06-11change how autoTag is triggered for images to not use a reactionbobzel
2025-06-10cleanup and streamlining of scrapbook code.bobzel
2025-06-10Merge branch 'master' into lanyi-branchsharkiecodes
2025-06-09documentationSkitty1238
2025-06-09implemented undoable deletion so that tasks reappear in Google Tasks upon ↵Skitty1238
undo in Dash
2025-06-09minor tagging changessharkiecodes
2025-06-09scrapbook minor changessharkiecodes
2025-06-09scrapbooksharkiecodes
2025-06-09delete button style changesSkitty1238
2025-06-09scrapbooks commitsharkiecodes
2025-06-09added delete button to both close the node and remove it from my recently ↵Skitty1238
closed (and delete from google tasks)
2025-06-09Fix sync logic to avoid overwriting newer Dash edits with outdated Google ↵Skitty1238
versions
2025-06-06cleaned up popups so that not linking to Google doesnt bombard user with ↵Skitty1238
popups. Added debuggign instructions to alerts
2025-06-06cleanup of redundant code + commentsSkitty1238
2025-06-06added bi directional syncing for task editing (based on most recent edit). ↵Skitty1238
Modified button to reflect bi-directionality of syncing
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 ↵Skitty1238
for retrieiving due date and body for Google Task, to reduce redundant code
2025-06-06temp cleanupsharkiecodes
2025-06-06clean-up p2sharkiecodes
2025-06-06clean-upsharkiecodes
2025-06-05reverting away from multi-gensharkiecodes
2025-06-05attempting marqueeview gen of multiple scrapbookssharkiecodes
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-05style changesSkitty1238
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-04from lastbobzel
2025-06-04more typing/cleanup for google authentication and dashUserModelbobzel
2025-06-04Merge branch 'task_nodes_aarav' of https://github.com/brown-dash/Dash-Web ↵Skitty1238
into task_nodes_aarav
2025-06-04Merge branch 'task_nodes_aarav' of https://github.com/brown-dash/Dash-Web ↵bobzel
into task_nodes_aarav
2025-06-04more cleanup of google authorizationbobzel
2025-06-04from lastbobzel
2025-06-04cleaned up getting client id/secret for google. fixed final message after ↵bobzel
going through authentication process.
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-04dont ignore launch.jsongeireann
2025-06-04Merge branch 'master' into task_nodes_aaravSkitty1238
2025-06-04dont ignore launch.jsongeireann
2025-06-03gcal task addition route added -- problems with fetchOrGenerateAccessTokenSkitty1238
2025-06-03fixed equationBox so that it can be used in templates.bobzel
2025-06-03fixed drag and drop of calendar events not following cursor properlySkitty1238
2025-06-03fix for task resizing not working after merge, and fix for all-day view for ↵Skitty1238
initial task-nodes (i.e. if you just created task node and checked all-day, cal view was previously showing task 1 day early)