Commit graph

121 commits

Author SHA1 Message Date
b0ad0108f8 Added toggle for :visited links. 2024-06-27 16:01:28 +00:00
cfeaae19a7 Moved markup__link styling out of the theme definition cuz its identical anyway. 2024-06-27 15:48:30 +00:00
8e162e4163 Make colour and emoticon pickers follow selected theme. 2024-06-27 15:43:50 +00:00
81c06d4289 Rewrote emoticon picker. 2024-06-26 23:07:13 +00:00
5dc701cca4 Added dropdown to select state of the markup tags list.
Also removed the button from the input bar, you can now select it from the settings side menu under Text -> Show markup buttons.
2024-06-26 15:36:02 +00:00
48a98e7448 Removed AccentReload method. 2024-06-26 14:06:01 +00:00
3949d8daed Use getters and setters where possible instead of getX/setX methods. 2024-06-26 00:53:12 +00:00
fff461ac2a Cleaned up the autoplay detection code. 2024-06-25 23:27:31 +00:00
60e7cc39fb Debug tool related stuff. 2024-06-24 23:33:25 +00:00
ec00a19d79 Fixed missing gradient on normal users. 2024-06-24 22:35:29 +00:00
f0dedbefae Added similar visited state for embed buttons. 2024-06-24 22:27:03 +00:00
4ee939f04b Added :visited style for chat links. 2024-06-24 22:20:47 +00:00
c1d70471b3 Added toggle to swap Enter and Shift+Enter behaviour. 2024-06-24 22:10:00 +00:00
a080776723 CSS folder cleanup. 2024-06-24 22:04:50 +00:00
ca31863b1e Attempt at making DM attention thing more attention grabbing. 2024-06-24 22:01:35 +00:00
815134217b Fixed upload auto-insert not working. 2024-06-24 21:46:05 +00:00
d3e3533760 Moved new code out of the UI folder. 2024-06-24 21:42:00 +00:00
7750e2b1cb Rewrote sidebar Javascript. 2024-06-24 21:36:07 +00:00
73cd2c7623 Changed mounting of sidebar gutter. 2024-06-05 01:15:59 +00:00
4a619312eb Display Sock Chat protocol errors are dialog boxes. 2024-05-16 21:02:30 +00:00
5b35595fea Added option to automatically play media upon embed. 2024-05-16 20:16:32 +00:00
f4b43290bb Fixed scrolling behaviour with auto embed. 2024-05-16 20:07:17 +00:00
3247a46d19 Fixed weird behaviour caused by development polyfill. 2024-05-14 22:08:32 +00:00
c267b1d73b Make unembed button also collapse spoilers. 2024-05-14 17:45:48 +00:00
a7c0c400cd Use cruddy mobile detection to determine whether to auto reconnect. 2024-05-10 01:16:45 +00:00
da242ed93a Fixed DM channel naming issue. 2024-05-09 21:41:36 +00:00
82a5a9e292 Fixed various hacks to account for serverside inconsistencies. 2024-05-09 21:34:06 +00:00
7bc229de28 Removed unused array. 2024-05-09 20:03:32 +00:00
265c6e8e7f Fixed avatar timestamping. 2024-05-09 18:30:13 +00:00
5cbe5e98f2 More message handling updates. 2024-05-09 18:22:36 +00:00
c379c4bd0e Preliminary message handling overhauls (also fixes DMs being catastrophically broken). 2024-05-07 21:08:53 +00:00
4741190913 Updated whim's user id. 2024-05-06 19:11:08 +00:00
c94cba560d Fixed implicit throw annotation. 2024-04-23 21:49:15 +00:00
d4440e03cc Rewrote argument dict checker to actually make it human readable. 2024-04-23 21:43:08 +00:00
24d9fef94c Fixed oversight in view visible state. 2024-04-23 20:29:40 +00:00
9cb3c1e1d9 Specify transition in view object. 2024-04-23 20:13:01 +00:00
66aea64da1 Added sound test screen. 2024-04-23 19:23:23 +00:00
f82785a9cb Added buttons to reload sound packs and libraries. 2024-04-23 15:32:28 +00:00
33257e367b Fixed sound packs dropdown sometimes being empty. 2024-04-23 15:01:18 +00:00
852d64776b Moved dialog box implementation out of the views stack. 2024-04-21 21:23:41 +00:00
20fc663bcb Pass through mouse clicks while dialog overlay is dismissing. 2024-04-21 19:49:03 +00:00
185a745f26 Fixed oversight of Everything causing a dismiss. 2024-04-21 19:42:36 +00:00
72340994da Allow single button dialogs to be dismissed by clicking the background. 2024-04-21 19:36:58 +00:00
ddc7830c4c Fixed overflow priority on sidebar. 2024-04-21 19:23:11 +00:00
7974325eea Added debug setting to reduce animation speed. 2024-04-21 19:15:38 +00:00
a3421af127 Added min/max to numeric config values. 2024-04-21 18:58:18 +00:00
36e14399d8 Replaced window.alert and window.confirm with a custom dialog implementation. 2024-04-19 22:39:21 +00:00
1dcddffc03 Cleanup of EEPROM init code. 2024-04-18 19:37:59 +00:00
a08793d992 Don't wait for EEPROM and sounds to finish loading during join. 2024-04-17 19:16:27 +00:00
297f5caf82 Some cleanup. 2024-04-17 18:08:12 +00:00