Commit Graph

417 Commits

Author SHA1 Message Date
Xithrius
d79add9e35
Updated dependencies 2023-01-02 21:06:21 -08:00
Xithrius
7a82240714
Documented msg_cells in data.rs file.
Closes #276

Due to the long initialization of this variable, it needed documentation
so developers don't get confused by the nature of its existance.

Perhaps in the future it'll be completely split up if new modifications
are added to specified rows, but this'll do for now.
2022-12-29 19:02:09 -08:00
Xithrius
a5cdaa232e
Added tests for function hsl_to_rgb.
Closes #277.
2022-12-29 18:54:08 -08:00
Xithrius
064c9274a5
Create SECURITY.md 2022-12-26 11:06:20 -08:00
dependabot[bot]
049dda9364
Bump clap from 4.0.29 to 4.0.32 (#278)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-26 09:08:01 -08:00
Xithrius
ff35eca988
Input inboxes now show statuses on validity of said input 2022-12-19 22:42:28 -08:00
Xithrius
e84ecb8dc2
Added blinking cursor config option 2022-12-19 22:09:00 -08:00
Xithrius
dd09ce2d4e
Made state a private field to reduce possible side effects 2022-12-19 21:37:55 -08:00
Xithrius
3d6d8b9701
Added support for inversion of scrolling (#270) 2022-12-20 04:59:58 +00:00
Xithrius
21488160f7
Appeased clippy::needless_pass_by_value 2022-12-16 10:08:17 -08:00
Xithrius
4ddaf5b733
Data builder payload converted to string type 2022-12-16 07:18:24 -08:00
Xithrius
76dd136b28
v2.0.1 -> v2.0.2, appeased rust 1.66 2022-12-15 16:38:59 -08:00
Xithrius
82de6663b4
Added feature list 2022-12-15 16:08:02 -08:00
Xithrius
b9a9988a96
Cursor shape can now be configured. (#269) 2022-12-14 17:09:21 +00:00
Xithrius
b9515f41cc
New sample image. 2022-12-11 12:20:55 -08:00
Xithrius
2b9cf4951e
v2.0.0 -> v2.0.1 2022-12-10 11:53:13 -08:00
Xithrius
b8091c5667
Addition of vscode closure snippet 2022-12-10 11:52:39 -08:00
Xithrius
8cdecfdb1a
Config vs CLI args are decided via OR. 2022-12-10 11:52:17 -08:00
Xithrius
30a316f198
v2.0.0-rc.1 -> 2.0.0 2022-12-10 01:15:49 -08:00
Xithrius
29347496aa
Added extension recommendations for vscode 2022-12-10 01:13:29 -08:00
pre-commit-ci[bot]
86ba1f4908
[pre-commit.ci] pre-commit autoupdate (#258)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-11-30 04:13:08 -08:00
Xithrius
7955e2859b
Conformed to rust 1.65.0 styling 2022-11-07 17:26:15 -08:00
Xithrius
184564cd85
v2.0.0-alpha.12 -> v2.0.0-rc.1 2022-10-27 20:29:30 -07:00
Xithrius
ad68d45ea6
Updated dependencies, added install/config to book summary 2022-10-26 12:50:12 -07:00
Xithrius
2a9e793735
Added config/cli arg for the state to start in 2022-10-21 23:25:47 -07:00
Xithrius
0d622334c9
Environment variable support for tokens. (#240) 2022-10-22 06:01:03 +00:00
Xithrius
392850ec2f
@, / in normal mode update buffer 2022-10-14 11:18:58 -07:00
Xithrius
5bd09b47c2
Config writing in handling user input works again
This hasn't worked since 9a59c8c9ac, I
don't know how I or anyone else didn't notice lol
2022-10-12 16:23:28 -07:00
Xithrius
3cfc06d704
Ignored fleet config 2022-10-12 12:20:40 -07:00
Xithrius
5f985cc322
Added more verbose documentation to the book 2022-10-10 22:16:34 -07:00
Nadhem
258b884339
Feat/yoink gh pages workflow (#233)
Co-authored-by: Xithrius <15021300+Xithrius@users.noreply.github.com>
2022-10-07 04:00:53 +00:00
Xithrius
c8ad42da0b
Dependabot should've always been on weekly 2022-10-03 19:27:14 -07:00
Kieran Siek
91fab86783
Add result count to fuzzy search box. (#230) 2022-10-04 02:25:46 +00:00
Xithrius
9e2c98b747
Clap 4.0 (#227) 2022-10-01 17:34:42 -07:00
Xithrius
87d7b8892f
v2.0.0-alpha.11 -> v2.0.0-alpha.12 2022-09-27 23:42:31 -07:00
Xithrius
06806bde3a
Fixed UI when config doesn't want state tabs rendered 2022-09-27 23:32:06 -07:00
Xithrius
ab6f2af0c7
Fixed uppercase chars in channel name not connecting 2022-09-27 23:30:38 -07:00
Xithrius
786337b929
State tabs at the bottom of the window (#221) 2022-09-26 22:34:53 -07:00
Xithrius
65b91b8243
Insert mode -> input modes in help menu 2022-09-24 23:53:43 -07:00
Xithrius
8b1cff0b48
Majorly improved readability of help window
Also, moved popups/chunks into a components folder, utils to be added at
a later time
2022-09-23 22:45:48 -07:00
Xithrius
ba42551f34
Hitting 'q' in a non-insert mode will quit the app 2022-09-23 22:45:04 -07:00
Xithrius
0784f61475
/clear is client side w/o permissions, server with 2022-09-20 22:30:01 -07:00
Xithrius
67837ba333
More concise documentation, removed unused keys 2022-09-09 22:46:29 -07:00
Xithrius
4f1727e115
v2.0.0-alpha.10 -> v2.0.0-alpha.11 2022-09-08 22:12:42 -07:00
Xithrius
a9f560499c
Removed enum-iterator, stateful buffers aren't useful.
In the future if people want information in `LineBuffer` to be saved, it
is possible for us to instead implement a save state generic for each
state of the application.

Besides that, a hashmap of enums wasn't a good idea.
2022-09-08 22:11:09 -07:00
Xithrius
cf54ab7417
Modularized twitch.rs, input.rs. 2022-09-08 21:29:16 -07:00
Xithrius
063b5e6429
v2.0.0-alpha.9 -> v2.0.0-alpha.10 2022-09-07 21:03:59 -07:00
Xithrius
7f3f43066c
Faster release and dev builds
https://fasterthanli.me/articles/why-is-my-rust-build-so-slow
2022-09-07 20:54:56 -07:00
Xithrius
9a59c8c9ac
#![warn(clippy::nursery, clippy::pedantic)] (#212) 2022-09-07 20:22:22 -07:00
Xithrius
4365fa259c
More editing/formatting configs 2022-09-02 00:03:30 -07:00