| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-05 | fixed being able to add tasks to Google Tasks. Cleaned up google ↵ | Skitty1238 | |
| authorization button clicks + alerts | |||
| 2025-06-04 | Merge branch 'task_nodes_aarav' of https://github.com/brown-dash/Dash-Web ↵ | Skitty1238 | |
| into task_nodes_aarav | |||
| 2025-06-04 | from last | bobzel | |
| 2025-06-04 | more typing/cleanup for google authentication and dashUserModel | bobzel | |
| 2025-06-04 | Merge branch 'task_nodes_aarav' of https://github.com/brown-dash/Dash-Web ↵ | Skitty1238 | |
| into task_nodes_aarav | |||
| 2025-06-04 | Merge branch 'task_nodes_aarav' of https://github.com/brown-dash/Dash-Web ↵ | bobzel | |
| into task_nodes_aarav | |||
| 2025-06-04 | more cleanup of google authorization | bobzel | |
| 2025-06-04 | from last | bobzel | |
| 2025-06-04 | cleaned up getting client id/secret for google. fixed final message after ↵ | bobzel | |
| going through authentication process. | |||
| 2025-06-04 | allowed for incomplete tasks + fix for all day tasks not being added ↵ | Skitty1238 | |
| correctly + button styling | |||
| 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 ↵ | Skitty1238 | |
| task nodes so that text is still visible | |||
| 2025-06-04 | Merge branch 'master' into task_nodes_aarav | Skitty1238 | |
| 2025-06-03 | gcal task addition route added -- problems with fetchOrGenerateAccessToken | Skitty1238 | |
| 2025-06-03 | fixed equationBox so that it can be used in templates. | bobzel | |
| 2025-06-03 | fixed drag and drop of calendar events not following cursor properly | Skitty1238 | |
| 2025-06-03 | fix 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) | |||
| 2025-06-02 | added view for multimonth to make it do something. | bobzel | |
| 2025-06-02 | changed field names for tasks to start with task_. changed calendar date ↵ | bobzel | |
| and range to start with _calendar | |||
| 2025-06-02 | from last | bobzel | |
| 2025-06-02 | Merge branch 'master' into task_nodes_aarav | bobzel | |
| 2025-06-02 | from last | bobzel | |
| 2025-06-02 | tweaks to tablebox to show bottom line of bottom row | bobzel | |
| 2025-06-02 | fixed loading error message | bobzel | |
| 2025-06-02 | Merge branch 'master' into task_nodes_aarav | Skitty1238 | |
| 2025-06-02 | added separate /ask toggle for prompts menu | aaravkumar | |
| 2025-06-02 | fixed toggling inline prompting so that /ask works even when inline ↵ | aaravkumar | |
| prompting is disabled | |||
| 2025-06-01 | reactive backgrounds, tagging of pdfs, group-select and suggested templates, ↵ | sharkiecodes | |
| text box content influences backgrounds | |||
| 2025-06-01 | a number of fixes to document creator to fix preview of templates and ↵ | bobzel | |
| templates with images. | |||
| 2025-05-30 | Merge branch 'master' into Template-Changes | bobzel | |
| 2025-05-30 | fixed using empty images in templates to support assigning a new image and ↵ | bobzel | |
| getting native dimensions right. fixed native dimensions of images within templates to not use native dims of template. fixed undo for text templates that don't have a text box. fixed image dropping on images that are empty (to assign the dropped image). | |||
| 2025-05-30 | c | Nathan-SR | |
| 2025-05-30 | c | Nathan-SR | |
| 2025-05-30 | linting | Nathan-SR | |
| 2025-05-30 | Merge branch 'master' into Template-Changes | Nathan-SR | |
| 2025-05-30 | couple more component refactors | Nathan-SR | |
| 2025-05-27 | canceling image outpaiting cancels outpaint ui from showing up now. | bobzel | |
| 2025-05-27 | feat: implement dynamic tool creation with deferred webpack rebuild and AI ↵ | A.J. Shulman | |
| integration Added runtime tool registry to Agent.ts for dynamic tool lookup Implemented CreateNewTool agent tool for AI-driven code analysis and tool generation Enabled deferred saving to avoid interrupting AI workflows with immediate rebuilds Introduced user-controlled modal for confirming tool installation and page reload Added REST API and secure server-side persistence for dynamic tools Built TypeScript validation, transpilation, and sandboxed execution for safe tool handling UI enhancements: modal with blur, responsive design, clear messaging Ensured compatibility with Webpack using dynamic require() calls Full error handling, code validation, and secure storage on client and server sides | |||
| 2025-05-27 | fixed image rengerate to hide ui buttons first. | bobzel | |
| 2025-05-27 | fixed resetting autoheight by dragging up to work when nativewidth's are ↵ | bobzel | |
| set. fixed autoheight on text to work properly when native dims are set. fixed templates to support native witdths and heights. | |||
| 2025-05-23 | fixes to rotation center to reset when not shown | bobzel | |
| 2025-05-22 | presets | sharkiecodes | |
| 2025-05-22 | regen of backgrounds adapts to outpainted size | sharkiecodes | |
| 2025-05-22 | reactive backgrounds | sharkiecodes | |
| 2025-05-22 | fixed regenerating a fireflyimage without a prompt change. | bobzel | |
| 2025-05-22 | fixed flashcard ui flip/practice dropdowns. | bobzel | |
| 2025-05-21 | feat: add codebase exploration tools for agent assistance | A.J. Shulman | |
| Add three new agent tools to improve navigation and understanding of the codebase: FileContentTool: retrieves complete content of specified files (max 3) FileNamesTool: lists all available files in the codebase CodebaseSummarySearchTool: performs semantic search across file summaries | |||
| 2025-05-21 | Added codebase search and retrieval to Vectorstore | A.J. Shulman | |
| Summary indexing: Added functionality to embed and index file summaries from file_summaries.json in Pinecone Vector search: Implemented semantic search to find the top 5 most relevant files for a query Content retrieval: Added method to fetch full file content from file_content.json API endpoints: /getFileSummaries - Retrieves all file summaries /getFileContent - Fetches file content by path /getRawFileContent - Returns content as plain text to avoid JSON parsing errors Error handling: Added comprehensive error handling and debugging throughout Initialization: Implemented proper async initialization sequence with verification Performance: Added streaming for large files to improve memory efficiency Testing: Added automated test queries to validate functionality | |||
| 2025-05-20 | fixed creating list of headers in stacking view when it doesn't exist. ↵ | bobzel | |
| start of making fields dropdown more reactive. | |||
