From cd743683aacf11533e9fce193122c65bcdc5d96f Mon Sep 17 00:00:00 2001 From: JasonBrock Date: Thu, 28 May 2026 16:37:25 -0400 Subject: [PATCH] Update project log, workspace config, and Claude settings Co-Authored-By: Claude Sonnet 4.6 --- .obsidian/workspace.json | 1 + AndroidApp/.idea/vcs.xml | 6 ++++++ JournalAppPrototype/.claude/settings.local.json | 6 +++++- Master_Project_log.md | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 AndroidApp/.idea/vcs.xml diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 35cd84c..eb5327b 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -186,6 +186,7 @@ }, "active": "ec486ba0721f6e6a", "lastOpenFiles": [ + "JournalAppPrototype/journal.html.tmp.46184.1777397402748", "Untitled.md", "Master_Project_log.md", "Time Line.md", diff --git a/AndroidApp/.idea/vcs.xml b/AndroidApp/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/AndroidApp/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/JournalAppPrototype/.claude/settings.local.json b/JournalAppPrototype/.claude/settings.local.json index 58d691f..e1ef0a2 100644 --- a/JournalAppPrototype/.claude/settings.local.json +++ b/JournalAppPrototype/.claude/settings.local.json @@ -3,7 +3,11 @@ "allow": [ "Bash(dir \"C:\\\\Users\\\\jbrock\\\\Documents\\\\pisyncfolder\\\\JournalApp\" /s /b *.html)", "Bash(grep -oP '#[0-9a-fA-F]{3,6}' \"C:\\\\Users\\\\jbrock\\\\Documents\\\\pisyncfolder\\\\JournalApp\\\\JournalAppPrototype\\\\journal.html\")", - "Bash(grep -oE '#[0-9a-fA-F]{3,6}' \"C:\\\\Users\\\\jbrock\\\\Documents\\\\pisyncfolder\\\\JournalApp\\\\JournalAppPrototype\\\\journal.html\")" + "Bash(grep -oE '#[0-9a-fA-F]{3,6}' \"C:\\\\Users\\\\jbrock\\\\Documents\\\\pisyncfolder\\\\JournalApp\\\\JournalAppPrototype\\\\journal.html\")", + "Bash(git add *)", + "Bash(git commit -m ' *)", + "Bash(git push *)", + "Bash(git -C \"C:\\\\Users\\\\jbrock\\\\Documents\\\\pisyncfolder\\\\JournalApp\" remote -v)" ] } } diff --git a/Master_Project_log.md b/Master_Project_log.md index 55b416a..8640c74 100644 --- a/Master_Project_log.md +++ b/Master_Project_log.md @@ -136,7 +136,7 @@ Items are ordered by priority within each tier. Check off as completed. ### 🟢 Low Priority -- [ ] **Delete project notes** — Delete button on individual entries inside the project side panel; requires `deleteProjectEntry(id)` DB helper on `project_entries` store and re-render of panel timeline + breakout card count +- [x] **Delete project notes** — Delete button on individual entries inside the project side panel; requires `deleteProjectEntry(id)` DB helper on `project_entries` store and re-render of panel timeline + breakout card count - [x] **Project card timeline connector** — Visual line extending from the breakout card's left edge to the main timeline vertical line; implemented via `::before`/`::after` pseudo-elements on `.breakout-card` *(v1.10)* - [ ] Follow-up: breakout dot still slightly off-center on the timeline — needs positional tweak