Commit graph

1709 commits

Author SHA1 Message Date
aaa3e5b079
feat: tweak home screen widget style 2025-08-14 16:11:12 +02:00
e8c780b3b7
refactor: re-order widget style tags 2025-08-14 16:04:25 +02:00
4beedaf1aa
refactor: make tui.next_widget_style tag order independant 2025-08-14 16:03:44 +02:00
0c19cbd82d
feat: persist widget style changes 2025-08-14 15:55:09 +02:00
a27c212461
feat: add widget style switching command to open_recent palette 2025-08-13 22:53:26 +02:00
e95b232184
feat: add more widget box styles 2025-08-13 22:50:07 +02:00
c67c0b0c94
feat: add style switching command to palette (alt+f9) 2025-08-13 22:35:58 +02:00
af9b097077
fix: rename run_task command on home screen 2025-08-13 22:33:51 +02:00
17b3f152d5
feat: add style switching command (alt+f9) to home screen 2025-08-13 22:33:17 +02:00
4f912cebeb
feat: add basic widget style switching support 2025-08-13 22:32:31 +02:00
d872e2e734
feat: add palette_menu_delete_item hint to task_palette 2025-08-13 19:20:04 +02:00
8107a0d2b8
feat: display command hints in task_palette 2025-08-13 19:19:45 +02:00
cef495cb53
feat: make add_task directly run the new task if called interactively 2025-08-13 19:18:28 +02:00
7bd9c972e7
feat: add flow mode keybindings for add_task 2025-08-13 19:17:52 +02:00
5ce458e636
feat: add icon to add_task command meta 2025-08-13 19:17:34 +02:00
5f77a48afe
feat: add description and icon for palette_menu_delete_item command 2025-08-13 19:16:32 +02:00
469e10d4d9
feat: add support for icons to command module 2025-08-13 19:13:37 +02:00
cea8edecb9
feat: rename select_task to run_task and add a string parameter 2025-08-13 18:03:17 +02:00
c640c3f04b
fix: task_palette should not pass palette entry text to add_task 2025-08-13 17:52:23 +02:00
2414f3b00f
feat: add string parameter to add_task command for cli usage 2025-08-13 17:45:48 +02:00
12f6b884df
feat: add icon in open recent palette 2025-08-13 17:36:15 +02:00
5294ace5da
feat: add icon in file type palette 2025-08-13 17:35:42 +02:00
3f61e46dfe
feat: add icon in buffer palette 2025-08-13 17:35:22 +02:00
92b1354d4d
feat: add support for input box icons 2025-08-13 17:35:04 +02:00
4d2c7d8a8c
refactor: unify list pointer rendering 2025-08-13 17:34:38 +02:00
c50ab782ec
refactor: share file item menu rendering 2025-08-13 14:44:03 +02:00
f3296482d0
refactor: unify file icon rendering 2025-08-13 14:43:30 +02:00
38236bd93a
refactor: Buffer.Manager.get_buffer_for_file can be const 2025-08-13 14:40:59 +02:00
d07f0f5f35
feat: tweak home and palette styles 2025-08-13 14:03:42 +02:00
ea1ae2228e
fix: home menu rendering 2025-08-13 14:03:07 +02:00
b46e6edbca
fix: add padding to home menu length 2025-08-13 14:02:52 +02:00
bcfd17a0e2
feat: select widget styles based on widget type 2025-08-13 12:58:05 +02:00
fbc49c3dab
fix: home menu length 2025-08-13 12:54:00 +02:00
21f7b14970
refactor: remove widget debug output 2025-08-13 12:09:14 +02:00
5b852fdb3d
fix: prevent crash on invalid project directory 2025-08-13 12:09:06 +02:00
deee1afe13
feat: move widget styles to separate module
And add a few more border styles.
2025-08-13 11:47:49 +02:00
ea5843bc2c
fix: home screen menu padding 2025-08-13 01:46:38 +02:00
794f8be2be
feat: add more padding styles 2025-08-13 01:46:19 +02:00
d2c4fb66bd
fix: typo in WidgetList 2025-08-13 01:28:21 +02:00
b5a506450b
feat: add more boxed styles 2025-08-13 01:27:58 +02:00
d132df2d78
fix: use client_box correctly in filelist_view 2025-08-13 01:13:11 +02:00
c12f384a4f
feat: add thick_box border style 2025-08-13 01:12:15 +02:00
ae39016f03
fix: stop rendering widget list contents that are outside of it's box 2025-08-13 01:10:31 +02:00
83a0adccc7
feat: add menu border styles 2025-08-12 22:29:10 +02:00
ac2a7cfa83
feat: add flow mode global keybind for restart command 2025-08-12 14:06:42 +02:00
e7324dc110
feat: add flow mode keybind for set_session_tab_width command 2025-08-12 14:06:20 +02:00
3ed13a4ab8
fix: add missing arguments meta declartions on set_tab_width commands 2025-08-12 14:05:26 +02:00
21fe6103bf
feat: add open_most_recent_file command 2025-08-12 13:04:35 +02:00
80002e4d6b
feat: add set_buffer_tab_width and set_session_tab_width commands
Also, fold the tab_width and set_tab_width commands into one. The default
command (set_tab_width) now stores the tab_width in the persistent config.
2025-08-12 12:54:34 +02:00
4037d67fe9
feat: add support for session local tab_width setting 2025-08-12 12:53:45 +02:00