rainbow napkin rainbownapkin · she/her
  • Joined on 2025-09-24
rainbownapkin pushed to dev at rainbownapkin/canopy 2026-05-17 19:22:36 -04:00
258e71323d Fixed failed chat sanatization causing unexpected server-side exception because I did a gross hack which I would've been forced to make cleaner had I used typescript over js XP
d7749d3f57 Corrected invisible whitespace on chromium-based browsers for line-breaks in long words.
2905fa21ac Added portrait orientation mode to channel UX.
86d16f1933 Updated Version Number
Compare 4 commits »
rainbownapkin pushed to main at rainbownapkin/canopy 2026-05-17 19:12:21 -04:00
73aab6f20e Updated Version Number
2a20a6de01 Fixed failed chat sanatization causing unexpected server-side exception because I did a gross hack which I would've been forced to make cleaner had I used typescript over js XP
9f52d13bde Corrected invisible whitespace on chromium-based browsers for line-breaks in long words.
49684b32a1 Added portrait orientation mode to channel UX.
Compare 4 commits »
rainbownapkin opened issue rainbownapkin/canopy#209 2026-05-16 08:31:48 -04:00
Adjust local link checks to own port.
rainbownapkin opened issue rainbownapkin/canopy#208 2026-05-16 08:21:57 -04:00
Prevent archive.org from queueing similiarly named items.
rainbownapkin pushed to main at rainbownapkin/canopy 2026-05-13 02:25:16 -04:00
584dcf1ac7 Merge branch 'dev'
4a684295fd Finished up HRT Archive.
084acabae1 Started work on community DIY HRT Archive
de5268a41f Userlist colors persist accross other users' reconnects.
d669ed4783 Prevented accented letters splitting words in client-side chatPostprocessor
Compare 10 commits »
rainbownapkin pushed to dev at rainbownapkin/canopy 2026-05-13 02:24:50 -04:00
4a684295fd Finished up HRT Archive.
084acabae1 Started work on community DIY HRT Archive
Compare 2 commits »
rainbownapkin opened issue rainbownapkin/canopy#207 2026-05-04 08:17:31 -04:00
Fix multi-day streams in scheduler.
rainbownapkin commented on issue rainbownapkin/canopy#201 2026-05-04 08:15:18 -04:00
Prevent schedule from archiving unfinished items.

Haven't seen this happen in a very long time, don't even remember too much about this one.

I honestly wonder if it was just a weird artifact of how fucking slow that old vpn server was, and…

rainbownapkin opened issue rainbownapkin/canopy#206 2026-05-04 08:13:58 -04:00
Fix 'Move To...' option in scheduled item context menu.
rainbownapkin commented on issue rainbownapkin/canopy#195 2026-04-22 12:39:27 -04:00
Username colors don't map for offline users.

Userlist colors persist accross other users' reconnects: de5268a41f

rainbownapkin closed issue rainbownapkin/canopy#195 2026-04-22 12:39:27 -04:00
Username colors don't map for offline users.
rainbownapkin pushed to dev at rainbownapkin/canopy 2026-04-22 12:35:36 -04:00
de5268a41f Userlist colors persist accross other users' reconnects.
rainbownapkin opened issue rainbownapkin/canopy#204 2026-04-03 07:36:02 -04:00
Add mobile layout
rainbownapkin opened issue rainbownapkin/canopy#203 2026-04-03 00:38:53 -04:00
Create custom link section in nav bar
rainbownapkin commented on issue rainbownapkin/canopy#198 2025-12-26 12:56:25 -05:00
Certain characters break clickable command examples early.

Fixed accented letters breaking word objects within client-side chatPostprocessor: d669ed4783

rainbownapkin closed issue rainbownapkin/canopy#198 2025-12-26 12:56:25 -05:00
Certain characters break clickable command examples early.
rainbownapkin pushed to dev at rainbownapkin/canopy 2025-12-26 12:55:27 -05:00
d669ed4783 Prevented accented letters splitting words in client-side chatPostprocessor
rainbownapkin commented on issue rainbownapkin/canopy#202 2025-12-26 12:44:52 -05:00
Blank chats allow server crashes

Server now drops empty chats: 7b054b235d

rainbownapkin closed issue rainbownapkin/canopy#202 2025-12-26 12:44:52 -05:00
Blank chats allow server crashes
rainbownapkin pushed to dev at rainbownapkin/canopy 2025-12-26 12:43:45 -05:00
7b054b235d Server now prevents empty chats.