Commit Graph

631 Commits

Author SHA1 Message Date
Xithrius
9b5a546503
Errorless implementation of the search widget
[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
2023-08-15 21:14:24 -07:00
Xithrius
7ad0eafb8f
Closer to finishing the implementation 2023-08-15 21:14:22 -07:00
Xithrius
4cd1c8bd71
Merge branch 'main' into search-widget
[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
2023-08-15 21:14:22 -07:00
Xithrius
93b7bfd771
Search results can now be scrolled through with up/down keys 2023-08-15 18:54:26 -07:00
Xithrius
ca163fdb18
Bumped all dependencies 2023-08-14 20:04:30 -07:00
Xithrius
4d1b5c0eaa
Merge pull request #442 from Xithrius/clear-user-on-ban-or-timeout 2023-08-13 23:02:20 -07:00
Xithrius
4d62d56c32
Different client-side messages sent based on timeout/ban 2023-08-13 23:01:51 -07:00
Xithrius
805a64a021
User messages removed on any punishment 2023-08-13 23:00:47 -07:00
Xithrius
e103e18ced
Acquired user IDs
Removed emotes unwrap
2023-08-13 22:58:54 -07:00
Xithrius
30f4fe45be
Merge pull request #440 from Nogesma/update/image-rs 2023-08-12 12:03:31 -07:00
Mano Ségransan
846c6973ad
Bump image-rs to 0.24.7 2023-08-12 20:53:21 +02:00
Xithrius
62cce17f04
2.5.0 -> 2.5.1 2023-08-11 20:11:10 -07:00
Xithrius
f54c12a71e
Error popup for incorrect follower scopes 2023-08-11 20:10:34 -07:00
Xithrius
4fe5e02c44
2.4.1 -> 2.5.0 2023-08-10 21:29:21 -07:00
Xithrius
b2f354b15f
Merge branch 'main' into search-widget 2023-08-10 21:09:46 -07:00
Xithrius
b54755d515
Removing the datetime if config specifies such 2023-08-10 21:03:41 -07:00
Xithrius
e54283343c
Merge branch 'main' into search-widget 2023-08-09 21:56:52 -07:00
Xithrius
75b4894959
Merge pull request #438 from Xithrius/deleting-messages 2023-08-08 21:21:52 -07:00
Xithrius
dde96619d3
Messages deleted on Twitch are deleted in client 2023-08-08 00:59:02 -07:00
Xithrius
320288230d
Added message IDs where applicable 2023-08-08 00:32:37 -07:00
Xithrius
ea53d10e21
Ctrl + d now properly deletes a recent channel 2023-08-08 00:12:33 -07:00
Xithrius
8a17daa985
Clearing chat on client sends CLEARCHAT to Twitch 2023-08-08 00:12:08 -07:00
pre-commit-ci[bot]
35dbb3735e [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2023-08-08 06:41:57 +00:00
Xithrius
65389d35ad
Clearing messages from Twitch will clear on client 2023-08-07 23:41:08 -07:00
Xithrius
e0f6da3661
MessageData is now an internal of TwitchToTerminalAction enum 2023-08-07 23:22:30 -07:00
Xithrius
6d3eb7c5eb
Base for clearing the chat and deleting messages 2023-08-07 23:03:53 -07:00
pre-commit-ci[bot]
1bf874e680 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2023-08-07 04:46:12 +00:00
Xithrius
a35c507288
Decreased generic complexity 2023-08-06 21:46:02 -07:00
Xithrius
783f6c6151
Channels can be removed from channel switcher
Also made clippy happy
2023-08-06 21:05:38 -07:00
Xithrius
52042540f6
Open current stream in browser popout player 2023-08-06 21:05:38 -07:00
Xithrius
4570ace648
Bumped MSRV from 1.61.1 to 1.65.0 2023-08-06 21:05:38 -07:00
Xithrius
ce13efd12f
Channels can be removed from channel switcher
Also made clippy happy
2023-08-06 20:54:36 -07:00
Xithrius
38c6b947f4
Merge branch 'webbrowser' 2023-08-06 20:32:56 -07:00
Xithrius
1e9906187f
Bumped MSRV from 1.61.1 to 1.65.0 2023-08-06 20:32:17 -07:00
Xithrius
beb815517d
Open current stream in browser popout player 2023-08-06 07:01:22 -07:00
pre-commit-ci[bot]
b77fc5ffcb [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2023-08-04 06:34:00 +00:00
Xithrius
b28a579f1c
Attempting to implement all required traits 2023-08-03 23:33:48 -07:00
pre-commit-ci[bot]
0323e8d71b [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2023-08-04 05:21:42 +00:00
Xithrius
609a41afe0
Implemented some of the needed traits for FollowingList 2023-08-03 22:20:54 -07:00
Xithrius
865083a3e9
Methods finished, time to implement 2023-08-03 22:04:52 -07:00
Xithrius
62ce6c0056
Scrolling functions are errorless 2023-08-03 21:53:14 -07:00
Xithrius
e521c959ec
Fixed miserable emote unwrapping 2023-08-03 21:37:50 -07:00
Xithrius
1d69537097
Area on Component trait is now optional 2023-08-03 21:36:33 -07:00
Xithrius
57420ba85d
A small base of the widget 2023-08-03 21:00:04 -07:00
Xithrius
643376eda8
Sync requester is no longer cursed 2023-08-03 19:58:31 -07:00
Xithrius
86f1ddda1e
Follower list updated on focus toggle and widget creation 2023-08-03 00:41:53 -07:00
Xithrius
79e570d0ff
Gave a result window to the channel switcher 2023-07-31 19:15:29 -07:00
Xithrius
7d1869d1eb
Added scrollbar to follower widget 2023-07-30 22:42:57 -07:00
Xithrius
0165ffaaa6
Larger follower count req, follower widget will always select
Follower count request is now 100 users instead of the default 20, so many more are loaded at once.

Along with this, the follower widget will always select the first item on filter change.

If no items are available and enter is hit, nothing will happen.
2023-07-30 21:34:53 -07:00
Xithrius
ec1304c483
Merge pull request #423 from Xithrius/hotfix 2023-07-29 13:01:37 -07:00