forked from rDrama/rDrama
1
0
Fork 0
Commit Graph

66 Commits (9a527df75d18449e8783bf57e4ee803466d5bbc8)

Author SHA1 Message Date
Aevann 0bf4087aeb make sure the inline modal doesnt overflow on the left either (when u start a root comment with an emoji) 2023-07-27 21:36:48 +03:00
Aevann 01097cfd2d make the inline emoji modal follow the text during line change with 100% accuracy 2023-07-27 21:32:49 +03:00
Aevann 7814d5d0c9 fix inline emoji picker overflowing the screen 2023-07-27 21:32:23 +03:00
Aevann 74695cfef8 fix repeated endpoint 2023-07-05 00:55:53 +03:00
Aevann 5014cce503 fix up /old_chat 2023-07-03 03:36:25 +03:00
Aevann 3e6622c511 cleanup in aisle 4 2023-07-03 03:26:20 +03:00
Aevann 3cbea18327 make emoji search work on original usernames 2023-07-01 03:25:12 +03:00
Aevann 21cd802ccb fix this https://rdrama.net/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/4302260#context 2023-07-01 03:13:57 +03:00
KindaCrayCray fedb366b6b Improve inline emoji modal (with bugfixes) (#162)
- Fix/modernize keyboard navigation (making selections work and autoscroll)
- Allow capital letters to be used in the inline emoji input
- Fix first emoji typed not causing the picker to appear

\*Fixed bug that broke emoji pickers

Reviewed-on: rDrama/rDrama#162
Co-authored-by: KindaCrayCray <kindacraycray@noreply.fsdfsd.net>
Co-committed-by: KindaCrayCray <kindacraycray@noreply.fsdfsd.net>
2023-07-01 00:04:23 +00:00
Aevann 0039bc3d56 make inline emoji search case insensitive 2023-06-30 22:10:03 +03:00
Aevann 4a1356c371 Revert "Improve inline emoji modal (#159)"
This reverts commit 3d5355e30f.
2023-06-30 20:31:42 +03:00
KindaCrayCray 3d5355e30f Improve inline emoji modal (#159)
- Fix/modernize keyboard navigation (making selections work and autoscroll)
- Allow capital letters to be used in the inline emoji input
- Fix first emoji typed not causing the picker to appear

Reviewed-on: rDrama/rDrama#159
Co-authored-by: KindaCrayCray <kindacraycray@noreply.fsdfsd.net>
Co-committed-by: KindaCrayCray <kindacraycray@noreply.fsdfsd.net>
2023-06-30 15:08:33 +00:00
Aevann c5014ba81d do this https://rdrama.net/h/countryclub/post/79285/-/4412138#context 2023-06-23 14:57:29 +03:00
Aevann 25421caa2a add "Capy" and "Carp" emoji categories 2023-06-22 18:56:20 +03:00
Aevann f3a0080698 remove useless tabs 2023-05-06 00:47:07 +03:00
Aevann 9b3782a9c3 add Donkey Kong emoji kind 2023-03-21 18:34:49 +02:00
Aevann b51403529f fix this https://stupidpol.site/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/3824354#context 2023-03-19 19:39:03 +02:00
Aevann 656d3e9b42 make emojis tabs order constant 2023-03-19 17:19:24 +02:00
Aevann 2a9dfab16a fix /emojis getting cached on browser end 2023-03-19 17:15:20 +02:00
Aevann d66e404e00 show author and usage count in popup emoji modal 2023-03-19 16:08:53 +02:00
Aevann 027ba80e85 order popup emoji modal results by usage count 2023-03-19 15:46:38 +02:00
Aevann 3d11c58b33 use DrT's code for files 2023-03-18 16:27:12 +02:00
Aevann dd54413cf3 convert marsey submission form to include all emojis 2023-03-18 15:34:04 +02:00
Aevann a83dc8bba9 make CF cache emojis without an extra page rule 2023-03-17 11:44:05 +02:00
Aevann 573d6a6fc6 Revert "use () => instead of function() for consistency"
This reverts commit b9aad1503c.
2023-03-10 05:21:02 +02:00
Aevann 07ff206524 Revert "dont have a max limit for mini picker"
This reverts commit 7f3b607162.
2023-03-10 04:14:42 +02:00
Aevann 7f3b607162 dont have a max limit for mini picker 2023-03-10 03:35:29 +02:00
Aevann b9aad1503c use () => instead of function() for consistency 2023-03-10 03:33:05 +02:00
Aevann 824f0e3916 mini picker: add a space after emoji 2023-03-10 03:16:21 +02:00
Aevann a6ca86006c dont alert rslurs 2023-03-01 23:42:09 +02:00
Aevann 1175340d06 make neko's inline emoji search for substrings like the normal search 2023-02-24 02:57:54 +02:00
Aevann 952fe68ea6 dont focus search bars on mobile since it triggers the keyboard which can be annoying 2023-02-18 20:58:07 +02:00
mummified-corroding-granny 2cf1300498 chat: stop console error after clicking marsey emoji speed modal (#119)
Kindly,

As per $title. This is just a suggestion implementation

Whenever we click any marsey in the speed modal, it generates an error in developer tools console because markdown() is not defined. I suspect not being available is expected because that function is for re-rendering the markdown preview (????? when I look at chat code it is all spaghette to me)

Thanks,
granny

Reviewed-on: rDrama/rDrama#119
Co-authored-by: mummified-corroding-granny <mummified-corroding-granny@noreply.fsdfsd.net>
Co-committed-by: mummified-corroding-granny <mummified-corroding-granny@noreply.fsdfsd.net>
2023-02-13 18:57:52 +00:00
Aevann 6c24c3cfe9 remove types from emoji_modal.js 2023-02-02 22:07:28 +02:00
Aevann 70347cd609 use addEventListener instead of on 2023-01-29 11:19:04 +02:00
Aevann 010f424756 use addEventListener instead of onclick 2023-01-28 16:27:52 +02:00
Aevann ba5bfc2462 focus textarea when clicking on speed emoji option 2023-01-28 13:36:42 +02:00
Aevann 9caddc9c07 fix favorite emojis, thx DrT 2023-01-03 12:46:54 +02:00
Aevann 8c044d45ad improve emoji modal 2022-12-30 18:47:50 +02:00
Aevann f0b20cad55 the worst fucking code you'll ever see 2022-12-30 14:14:18 +02:00
Aevann 49ab7ab36a remove fav emoji welcome message 2022-12-30 10:24:14 +02:00
Aevann1 020913f50c add more timeouts 2022-12-20 00:18:32 +02:00
Aevann1 a613a190c2 put focusing on emojisearchbar in a timeout 2022-12-20 00:10:49 +02:00
Aevann1 da4c15d0af improve speed_emoji_modal 2022-12-16 21:14:24 +02:00
Aevann1 ecda2536ec use insertAdjacentHTML 2022-12-07 22:27:25 +02:00
justcool393 767cc467bb marseys: cache marseys and emojis and fun stuff (#15)
Co-authored-by: justcool393 <justcool393@gmail.com>
Reviewed-on: rDrama/rDrama#15
Co-authored-by: justcool393 <justcool393@noreply.fsdfsd.net>
Co-committed-by: justcool393 <justcool393@noreply.fsdfsd.net>
2022-11-27 16:59:36 +00:00
justcool393 9be721dcf4 send xhr header so errors don't give back HTML pages 2022-11-11 23:46:21 -06:00
Aevann1 c8a613389b remove/modify js return statements 2022-11-07 12:49:49 +02:00
Outrun Colors c0d8567013
Add to draft when selecting an emoji 2022-09-26 21:19:48 -05:00
outruncolors 484de39566
[DO NOT MERGE] Chat restructure (#360)
* Create new subdirectory for chat-related stuff

* Gitignore

* Have new code show up on chat

* Have new code show up on chat

* Fix config issue

* More script stuff

* Create UserInput components

* More chat changes

* More updates to chat

* Add chat:watch script

* Move up state and pass down

* Match up existing functionality entirely

* Match up existing functionality entirely

* Send a message when hitting Enter

* feature based directories

* First crack at emoji drawer

* Leave everything in a fucked up state ugh

* Leave it in a better state

* Stop for the night

* Decouple by abstract chat functionality to provider

* Wait a minute...

* Small chat restructure

* Prepare for notifications

* Add root context

* Flash number of messages

* Read this and u die

* Add quote functionality

* Couple tweaks

* Shallowenize the features dir/

* Add activity list

* Ch-ch-ch-ch-ch-changes

* Enable moving drawer

* Hover style on activities

* UserList changes

* Add emoji processing logic

* Duhhhh

* Scroll to top when changing query

* Put the emoji in the drawer

* Improve emoji drawer

* Add emoji genres

* Do not show activities

* Add feature flag technology

* Fix issue where own messages were triggering notifications

* Adjust startup scripts

* Responsive part 1

* Styling changes for emoji genres

* More emoji drawer styling

* Add QuickEmojis

* Re-add classnames

* Set version

* Modify build script

* Modify build script

* Mild renaming

* Lots of styling changes

* Leggo.
2022-09-23 22:49:40 -05:00