-
Notifications
You must be signed in to change notification settings - Fork 2
Cleanup + Fixup UIs #131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
rmusser01
wants to merge
56
commits into
main
Choose a base branch
from
dev
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+94,037
−28,400
Open
Cleanup + Fixup UIs #131
Changes from 50 commits
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
da856c6
fubar
rmusser01 65a1422
its like a drug
rmusser01 1d9b438
f
rmusser01 a2564e4
f
rmusser01 24ec9eb
vibe coding efficiency
rmusser01 71bbf9f
Create Textual-dimensions.png
rmusser01 01fb6fa
piece by piece tearing out the old and replacing with the new - Got r…
rmusser01 059ccde
cleanup
rmusser01 cba26d1
Merge branch 'dev' of https://github.com/rmusser01/tldw_chatbook into…
rmusser01 371be85
border + accent coloring, will touch up before merge
rmusser01 1a32de2
Add a customize tab, for customizing look and feel of app
rmusser01 505ec9f
lazy load theme editor
rmusser01 42c345b
pre-chat
rmusser01 b7bdd6f
wew
rmusser01 f639af5
media
rmusser01 89e0df2
media
rmusser01 5d0b3df
eh
rmusser01 5c2c2ca
checkin
rmusser01 6775e10
checkin
rmusser01 bc0b729
I fucking hate anthropic
rmusser01 813f4fe
Fixing their mistakes
rmusser01 3b9c110
evals
rmusser01 c50137e
progress
rmusser01 3c24eb0
evals test fixes
rmusser01 11c167c
evals tests passing
rmusser01 5c622d6
refactor from windows to screens
rmusser01 cafe6f7
checkpoint
rmusser01 f96d409
completly broken but refactored
rmusser01 1b0f460
copy logs button works
rmusser01 a402e3f
progress?
rmusser01 d703259
progress
rmusser01 c9e3dd0
progress
rmusser01 3491c52
progress
rmusser01 0d45bf8
progress
rmusser01 5a36bfc
checkin
rmusser01 6d5f63b
progress
rmusser01 f0ab75e
progress
rmusser01 05a1c74
progress
rmusser01 2f00695
more broken shit
rmusser01 7aa5935
f
rmusser01 f6186c1
f
rmusser01 ca1331f
progress
rmusser01 b44a083
progress
rmusser01 62137b2
cleaning up
rmusser01 f93285c
progress
rmusser01 c1a7ecc
progress
rmusser01 b97d3a9
well chat is back to working, and the app is like 3x as fast... but t…
rmusser01 99d5d59
chat window is working
rmusser01 80bf931
Update Docs/Design/SplashScreens.md
rmusser01 22d4ea6
fix
rmusser01 c26035c
f
rmusser01 6059d2c
stil lbroken
rmusser01 5c1f268
f
rmusser01 1951527
optimize diarization lib
rmusser01 2a167ce
update pyproject.toml to have all-tools
rmusser01 718f8f2
fixes
rmusser01 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,17 +1,45 @@ | ||
| { | ||
| "hooks": { | ||
| "PostToolUse": [ | ||
| { | ||
| "matcher": "Write|Edit|MultiEdit|NotebookEdit", | ||
| "hooks": [ | ||
| { | ||
| "type": "command", | ||
| "command": "./tldw_chatbook/.claude/audit_system.sh post", | ||
| "description": "Analyze file modifications after operation", | ||
| "timeout": 5000, | ||
| "continueOnError": true | ||
| } | ||
| ] | ||
| } | ||
| ], | ||
| "PreToolUse": [ | ||
| { | ||
| "matcher": "Write|Edit|MultiEdit|NotebookEdit", | ||
| "hooks": [ | ||
| { | ||
| "type": "command", | ||
| "command": "./tldw_chatbook/.claude/audit_system.sh pre", | ||
| "description": "Capture state before file modification", | ||
| "timeout": 200, | ||
| "continueOnError": true | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| }, | ||
| "permissions": { | ||
| "allow": [ | ||
| "Bash(grep:*)", | ||
| "Bash(rg:*)", | ||
| "Bash(true)", | ||
| "Bash(find:*)", | ||
| "Bash(python test:*)", | ||
| "Bash(awk:*)", | ||
| "Bash(source:*)", | ||
| "Bash(pytest:*)", | ||
| "Bash(pytest:*)", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| "Bash(mkdir:*)", | ||
| "Bash(python3:*)", | ||
| "Bash(python -m pytest Tests/RAG/test_rag_properties.py::TestChunkingServiceProperties::test_chunk_by_sentences_preserves_boundaries -xvs)", | ||
| "Bash(python -m pytest Tests/RAG/test_rag_properties.py -xvs)", | ||
| "Bash(python -m pytest Tests/RAG/test_rag_properties.py::TestCacheStateMachine -xvs -k \"CacheStateMachine\")", | ||
|
|
@@ -30,8 +58,7 @@ | |
| "Bash(PYTHONPATH=. pytest Tests/Widgets/test_chat_message_enhanced.py -v --tb=short -k \"test_button_action_events or test_toggle_image_mode\")", | ||
| "Bash(PYTHONPATH=. pytest Tests/Widgets/test_chat_message_enhanced.py::TestChatMessageEnhancedInteractions::test_toggle_image_mode -v --tb=short)", | ||
| "Bash(python -m pytest Tests/ChaChaNotesDB/ -v)", | ||
| "Bash(/Users/appledev/Working/tldw_chatbook_dev/.venv/bin/python -m pytest /Users/appledev/Working/tldw_chatbook_dev/Tests/ChaChaNotesDB/ -v)", | ||
| "Bash(bash:*)", | ||
| "Bash(python -m pytest /Users/appledev/Working/tldw_chatbook_dev/Tests/ChaChaNotesDB/ -v)", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| "Bash(python -m pytest Tests/Chat/test_chat_sidebar_media_search.py::test_media_search_functionality -xvs)", | ||
| "Bash(python -m pytest Tests/Chat/test_chat_sidebar_media_search.py::test_media_review_clearing_on_new_empty_search -xvs)", | ||
| "Bash(python -m pytest Tests/Chat/test_chat_sidebar_media_search.py::test_media_search_functionality Tests/Chat/test_chat_sidebar_media_search.py::test_media_load_for_review Tests/Chat/test_chat_sidebar_media_search.py::test_media_review_clearing_on_new_empty_search -xvs)", | ||
|
|
@@ -68,35 +95,32 @@ | |
| "Bash(python -m pytest Tests/RAG/ -v)", | ||
| "Bash(python -m pytest Tests/RAG/test_full_rag.py::test_embeddings_service -v)", | ||
| "Bash(python -m pytest Tests/RAG_Search/test_embeddings_unit.py::TestEmbeddingProviders::test_provider_interface -v)", | ||
| "Bash(python:*)", | ||
| "Bash(ls:*)", | ||
| "Bash(python -m pytest Tests/RAG/simplified/ -v --tb=short)", | ||
| "Bash(python -m pytest Tests/RAG/simplified/ -v --tb=no)", | ||
| "Bash(python -m pytest Tests/RAG/simplified/test_rag_service_basic.py -v)", | ||
| "Bash(python -m pytest Tests/RAG/simplified/test_rag_service_basic.py -v --tb=short)", | ||
| "Bash(python -m pytest Tests/RAG/simplified/ -v)", | ||
| "Bash(python:*)", | ||
| "Bash(git checkout:*)", | ||
| "Bash(./build_css.sh)", | ||
| "Bash(jq:*)", | ||
| "Bash(cat:*)", | ||
| "Bash(touch:*)", | ||
| "Bash(PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 python -m pytest -c pytest_simple.ini ./Tests/Utils/ -v --tb=short)", | ||
| "Bash(timeout 30 python -m pytest:*)", | ||
| "Bash(PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 pytest Tests/Chat/test_prompt_template_manager.py Tests/Chat/test_token_counter.py Tests/Chat/test_chat_sidebar_media_search.py -v --tb=short)", | ||
| "Bash(git add:*)", | ||
| "Bash(git commit:*)", | ||
| "WebFetch(domain:textual.textualize.io)", | ||
| "Bash(rm:*)", | ||
| "Bash(/usr/bin/grep -n \"on_button_pressed\\|nav_handlers\\|button_handlers\\|Unhandled button press\" tldw_chatbook/app.py)", | ||
| "WebFetch(domain:github.com)", | ||
| "WebFetch(domain:raw.githubusercontent.com)", | ||
| "WebFetch(domain:platform.openai.com)", | ||
| "WebFetch(domain:github.com)", | ||
| "WebFetch(domain:api.github.com)", | ||
| "WebFetch(domain:raw.githubusercontent.com)", | ||
| "WebFetch(domain:modelcontextprotocol.io)" | ||
| "WebFetch(domain:modelcontextprotocol.io)", | ||
| "Bash(python -m pytest Tests/UI/test_evals_window_v2.py::test_run_button_validation -xvs --tb=line)" | ||
| ], | ||
| "deny": [] | ||
| } | ||
| } | ||
| } | ||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This
Bash(pytest:*)permission is a duplicate of the one on the preceding line. You can remove this line to keep the permissions list clean.