Skip to content
Open
Show file tree
Hide file tree
Changes from 29 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
83260a2
added new deps: eyre, tuirealm, thiserror
philocalyst Mar 24, 2026
b6f1a13
Refactored result component
philocalyst Mar 24, 2026
6c25db8
Refactored test component
philocalyst Mar 24, 2026
2131ae0
Removed the rather confusing test dir
philocalyst Mar 24, 2026
8c5c4af
added cli file for cli specific things
philocalyst Mar 24, 2026
4d251fc
Using tuilrealm
philocalyst Mar 24, 2026
8cb3020
Dedicated error enum
philocalyst Mar 24, 2026
4f0011a
New main entry ponit
philocalyst Mar 24, 2026
9dc21a6
Dedicated file for supported messages
philocalyst Mar 24, 2026
0894161
Dedicated message processing
philocalyst Mar 24, 2026
ea12dc3
Refactored resource handling
philocalyst Mar 24, 2026
b0ee391
Core types
philocalyst Mar 24, 2026
42b2f23
Kind of psuedo-code refactor towards a model I like
philocalyst Mar 24, 2026
964df5c
Calculate
philocalyst Mar 25, 2026
1424d82
Relinked everything
philocalyst Mar 25, 2026
1119e76
Cargo clippy and cargo check
philocalyst Mar 25, 2026
362b089
Renaming and cleanup
philocalyst Mar 26, 2026
0ab18a7
Handling quit events
philocalyst Mar 26, 2026
1d94738
Fixed response menu issue
philocalyst Mar 26, 2026
3f17690
Handling redraws
philocalyst Mar 26, 2026
2e4b477
Updated deps
philocalyst Mar 26, 2026
b4e8457
Fixed deps
philocalyst Mar 26, 2026
c8eea7d
Formatting
philocalyst Mar 26, 2026
86a5137
Reorg
philocalyst Mar 26, 2026
d5110b2
Fixed redudant to to call
philocalyst Mar 26, 2026
0c8c2a8
Clean reorg
philocalyst Mar 26, 2026
b94dcf0
Fixed to proper usage for mounting
philocalyst Mar 26, 2026
bcb66b3
Properly added result
philocalyst Mar 27, 2026
ff1aed4
Switched to dir-spec
philocalyst Mar 27, 2026
e2d45e6
Switched to an async model
philocalyst Apr 7, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ result
# Editor
.vim/
.nvimrc

!/src/components/result
Loading
Loading