ef1c3d57b6
fix styling
2022-06-14 16:35:08 +01:00
ed42c476fb
allow MFM authoring
2022-06-14 15:57:02 +01:00
f6cf509a04
Merge remote-tracking branch 'upstream/develop' into develop
2022-06-08 18:09:16 +01:00
Henry Jameson
1feff4dcc7
fix
2022-05-22 21:47:19 +03:00
Henry Jameson
079e289260
improvements and cleanup to input components
2022-04-26 17:31:26 +03:00
Tusooa Zhu
a4ea0a30bf
Fix incorrect close of a status popover when clicking Expand inside it
...
basically Vue (3 in particular?) will make changes to DOM before this event
listener is called, and if the target is displayed using v-if, it will not
be part of the DOM at that time, and contains() will return false. so it
goes to call hidePopover() which caused this bug.
2022-04-19 20:24:24 -04:00
Tusooa Zhu
5768806d1b
Fix showingLongSubject not correctly propagated
2022-03-07 19:19:32 -05:00
Tusooa Zhu
0db5a5a581
Fix controlled status display toggles
2022-03-07 19:19:31 -05:00
sadposter
fd9f78a7a1
use streaming API by default
2021-12-05 14:50:30 +00:00
Henry Jameson
c8a7b6f433
fix long posts double-fading in notifications
2021-08-15 18:21:25 +03:00
Henry Jameson
17d2eed06a
Merge branch 'better-still-emoji' into proper-attachments
...
* better-still-emoji:
fix tests
prevent infinite update loops
remove obsolete tests
removed useless code, review change, fixed bug with tall statuses
fixed mentions line again
remove old emoji added, everything emoji-bearing uses RichContent now
richcontent support in polls, user cards and user profiles
support richcontent in polls
fix tests, add performance test (skipped, doesn't assert anything), tweak max mentions count
made the code responsible for showing unwritten mentions actually work
remove new options for style and separate line, now groups all chained mentions on a mentionsline regardless of placement. fixes spacing
fix tests
2021-08-15 16:27:41 +03:00
Henry Jameson
68b4323181
prevent infinite update loops
2021-08-15 02:55:45 +03:00
Henry Jameson
530ac4442b
removed useless code, review change, fixed bug with tall statuses
2021-08-15 02:41:53 +03:00
Henry Jameson
2cfff1b8b9
remove new options for style and separate line, now groups all chained
...
mentions on a mentionsline regardless of placement. fixes spacing
2021-08-12 02:56:40 +03:00
Henry Jameson
b67db47c88
lint
2021-06-22 20:47:35 +03:00
Henry Jameson
dd3fe61cf3
Merge branch 'better-still-emoji' into proper-attachments
...
* better-still-emoji:
fix non-notifying mentions and original mention display
fix not escaping some stuff
fix rich images
2021-06-22 20:45:44 +03:00
Henry Jameson
a258182522
fix non-notifying mentions and original mention display
2021-06-22 20:16:26 +03:00
Henry Jameson
bfe31e20ea
better compact attachments
2021-06-18 14:12:50 +03:00
Henry Jameson
f35c090caa
merged in compact notifs and improved upon it
2021-06-18 02:27:32 +03:00
Henry Jameson
c1293c3afa
Merge branch 'compact-notifs' into proper-attachments
...
* compact-notifs:
compact notifs
2021-06-18 02:09:50 +03:00
Henry Jameson
7309f8ce1a
lint
2021-06-14 10:31:07 +03:00
Henry Jameson
c21b1cf898
do the impossible, fix the unfixable
2021-06-14 10:30:08 +03:00
Henry Jameson
a3c703bd37
compact notifs
2021-06-14 02:52:41 +03:00
Henry Jameson
636dbdaba8
more fixes
2021-06-13 22:22:59 +03:00
Henry Jameson
418f029789
review + fixes
2021-06-12 20:43:29 +03:00
Henry Jameson
90a188f2c3
cleanup
2021-06-12 19:54:34 +03:00
Henry Jameson
cd44556750
restructure and tests
...
squash! restructure and tests
2021-06-12 19:54:30 +03:00
Henry Jameson
647e4476f9
fix long post fader
2021-06-12 16:25:37 +03:00
Henry Jameson
c1bd36dc6f
change how "first" line is determined. Allow one mention in the
...
beginning for hellthread style
2021-06-12 16:15:22 +03:00
Henry Jameson
ffc501eb23
cleanup
2021-06-11 13:38:08 +03:00
Henry Jameson
9421501c1e
lint & cleanup
2021-06-11 11:52:50 +03:00
Henry Jameson
f819227bed
fixed console errors, improved user-selecting, added cyantexting
2021-06-11 11:49:32 +03:00
Henry Jameson
255f47fe56
fix infinite loop
2021-06-11 11:05:28 +03:00
Henry Jameson
f883d2f75c
better handling of hellthreads with mentions at bottom
2021-06-11 03:11:58 +03:00
Henry Jameson
cc00af7a31
Hellthread(tm) Certified
2021-06-10 18:52:01 +03:00
Henry Jameson
0260693f51
stylistic improvements for single-line mentions
2021-06-10 13:22:36 +03:00
Henry Jameson
394fd462dc
proper cachin of headTailLinks, show mentions in notificaitons always
2021-06-10 13:01:00 +03:00
Henry Jameson
aec867b300
Moved greentext to RichContent, improved how first mentions are
...
restored, now shows mentions not uh, mention in post body
2021-06-10 12:29:58 +03:00
Henry Jameson
566964992a
fix long posts having weird gradient
2021-06-08 19:37:18 +03:00
Henry Jameson
5c655b6675
lint
2021-06-08 17:19:38 +03:00
Henry Jameson
7ae85c8318
change defaults
2021-06-08 14:51:42 +03:00
Henry Jameson
2f383c2c01
moved mentions into a separate component - MentionLine, added collapsing
...
of mentions when there's too many of 'em
2021-06-08 14:34:47 +03:00
Henry Jameson
6090327236
moved some post styles into status body since they inferfere with usernames
2021-06-07 20:02:09 +03:00
Henry Jameson
8e9f5d7580
renamed StatusText to StatusBody for clarity, fixed chats
2021-06-07 19:50:38 +03:00