Commit graph

631 commits

Author SHA1 Message Date
Dheepak Krishnamurthy
18a54f7f03 feat: Add taskwarriortuitask trait 2023-09-05 22:44:33 -04:00
Dheepak Krishnamurthy
e09f460e64 feat: Make quittable app 2023-09-05 20:30:52 -04:00
Dheepak Krishnamurthy
a0ecdd4219 WIP 2023-09-05 15:42:22 -04:00
Dheepak Krishnamurthy
c1e21dc9eb WIP 2023-09-05 14:26:37 -04:00
Dheepak Krishnamurthy
775c03c827 WIP 2023-09-05 00:42:30 -04:00
Dheepak Krishnamurthy
852e842d84 WIP 2023-09-04 23:59:30 -04:00
Dheepak Krishnamurthy
e363d76a33 WIP 2023-09-04 15:14:45 -04:00
Dheepak Krishnamurthy
951939efb8 WIP 2023-09-04 14:17:38 -04:00
Dheepak Krishnamurthy
0d89f657d5 wip: Remove tests 🚧 2023-09-03 17:21:10 -04:00
Dheepak Krishnamurthy
0be6170939 feat: Make tui-logger use default-feature=false 2023-09-03 17:08:28 -04:00
Dheepak Krishnamurthy
265ecd85c7 feat: Use tui-input and tui.rs instead of event.rs 2023-09-03 15:46:29 -04:00
Dheepak Krishnamurthy
2bb15f7cf2 feat: Use color_eyre instead of anyhow 2023-09-03 06:58:36 -04:00
Dheepak Krishnamurthy
e5a3e89d7c feat: Make warn into error log 2023-08-29 03:18:29 -04:00
Dheepak Krishnamurthy
0e866d9af7 feat: Support multi byte chars for key config 2023-08-29 03:13:32 -04:00
Dheepak Krishnamurthy
bc0c3f10a6 chore: rustfmt with nightly options ♻️ 2023-08-28 23:55:14 -04:00
Dheepak Krishnamurthy
ae44577979 feat: Bump to ratatui 0.23.0 2023-08-28 23:24:51 -04:00
Dheepak Krishnamurthy
a5ff27012d feat: clippy 2023-08-25 00:52:54 -04:00
Dheepak Krishnamurthy
73c7eee3b6 feat: prompt on undo 2023-08-25 00:49:53 -04:00
Dheepak Krishnamurthy
594d982bc9 fix: cargo fmt 🐛 2023-05-30 11:47:41 -04:00
Dheepak Krishnamurthy
3548fdcf78 feat: Show error message when spawn fails for task_shortcut 2023-05-30 11:46:34 -04:00
Dheepak Krishnamurthy
9482c5caf7 feat: Better error messages for task_shortcut 2023-05-30 11:30:19 -04:00
Dheepak Krishnamurthy
f900b205fd feat: Update to ratatui v0.21.0 2023-05-29 12:58:40 -04:00
Dheepak Krishnamurthy
aee643fff0 feat: Show errors upfront 2023-05-26 23:51:05 -04:00
Dheepak Krishnamurthy
5a3e5919a4 feat: Fix shortcuts failing 2023-05-26 23:36:37 -04:00
Dheepak Krishnamurthy
01918502ff feat: Fix cargo clippy 2023-05-26 23:29:50 -04:00
Dheepak Krishnamurthy
8548bd170b feat: Fix calendar 2023-05-26 23:25:51 -04:00
Dheepak Krishnamurthy
c7ff7eed39 feat: Fix tests 2023-05-26 22:07:32 -04:00
Dheepak Krishnamurthy
572eced123 feat: Fix cargo clippy 2023-05-26 22:04:10 -04:00
Dheepak Krishnamurthy
6d5d7e92f1 feat: Update dependencies 2023-05-26 21:56:45 -04:00
Dheepak Krishnamurthy
c475737fde fix: Appease cargo fmt 🐛 2022-11-04 10:55:21 -04:00
Dheepak Krishnamurthy
bf139ef938 fix: Appease Clippy 🐛 2022-11-04 10:54:49 -04:00
Dheepak Krishnamurthy
d84bca769a fix: Change unwrap to unwrap_or_else 🐛 2022-11-04 10:54:49 -04:00
Dheepak Krishnamurthy
e650e0381f
Merge pull request #472 from Splinter1984/469_help_doc 2022-11-04 10:54:33 -04:00
Daniel Vainsencher
2bece0e94a Nicer error message when report.{}.columns and labels mismatch. 2022-11-04 10:14:21 -04:00
Splinter1984
bbaf5d97da some refactor 2022-10-13 14:53:17 +08:00
Splinter1984
3717b1bc49 add progress bar to help_popup 2022-10-13 06:27:55 +08:00
Dheepak Krishnamurthy
9aaeb7f11d feat: Update dependencies 2022-08-23 22:44:01 -06:00
Dheepak Krishnamurthy
8b4b465603 chore: Run cargo clippy ♻️ 2022-08-23 22:28:18 -06:00
Dheepak Krishnamurthy
5287a9e83f chore: Run cargo fmt ♻️ 2022-08-23 22:22:40 -06:00
Kohlbern Jary
fd21ae43c0 Added .taskrc weekstart value support 2022-08-23 23:15:45 -04:00
Dheepak Krishnamurthy
b4a28a0b56 feat: Support rotating tabs using '[' and ']' 2022-07-28 08:40:53 -06:00
david-perez
94f3da4e64 Make start_tui function synchronous 2022-06-19 21:16:34 +02:00
Dheepak Krishnamurthy
268836ecfa fix: Change data dir for history 🐛 2022-05-01 09:48:38 -06:00
Dheepak Krishnamurthy
8b26a8a688 feat: Fix tests on github actions
Add better panic

chore: Use unwrap instead of ? for debugging ♻️

chore: Remove table tests ♻️

chore: Make terminal::size unwrap to default values ♻️

chore: Move reader creation to inside init check ♻️

fix: Change total_tasks in tests 🐛

fix: Change default height 🐛

chore: Print taskwarrior version ♻️

chore: Build taskwarrior from source for tests ♻️

chore: Checkout v2.6.1 of taskwarrior for tests ♻️

chore: Use ? instead of unwrap ♻️

chore: fix tests ♻️
2022-04-28 09:46:09 -06:00
Dheepak Krishnamurthy
4b386ce9d6 chore: use if let Event ♻️ 2022-04-27 15:49:36 -06:00
Dheepak Krishnamurthy
2e726522fc chore: use while let instead of if let ♻️ 2022-04-27 15:48:27 -06:00
Dheepak Krishnamurthy
3ffa5bdc77 fix: Disable event loop for testing 🐛 2022-04-27 15:45:51 -06:00
Dheepak Krishnamurthy
ad3a88aed2 fix: Use mpsc for task details to fix lag 🐛 2022-04-27 15:20:52 -06:00
Dheepak Krishnamurthy
7c6a1f77e3 feat: Refactor to using tokio instead of async-std 2022-04-26 23:37:28 -06:00
Dheepak Krishnamurthy
7a1246f0bd feat: Initial structs for UDA 2022-04-08 09:10:02 -06:00