Commit graph

200 commits

Author SHA1 Message Date
Henry Jameson
79e00cce6d
fix links sticking to mentionsline 2021-09-07 16:03:20 -05:00
Henry Jameson
1202102e0e
remove obsolete tests 2021-09-07 16:03:20 -05:00
Henry Jameson
0c5cdaa138
remove old emoji added, everything emoji-bearing uses RichContent now 2021-09-07 16:03:19 -05:00
Henry Jameson
5e23d80301
fix tests, add performance test (skipped, doesn't assert anything),
tweak max mentions count
2021-09-07 16:03:19 -05:00
Henry Jameson
03a4cd3704
remove new options for style and separate line, now groups all chained
mentions on a mentionsline regardless of placement. fixes spacing
2021-09-07 16:03:18 -05:00
Henry Jameson
9eefc4ef2e
fix tests 2021-09-07 16:03:18 -05:00
Henry Jameson
c139c8110c
fix not escaping some stuff 2021-09-07 16:03:18 -05:00
Henry Jameson
06fa61e148
fix rich images 2021-09-07 16:03:18 -05:00
Henry Jameson
9b1313a308
added tests just in case 2021-09-07 16:03:17 -05:00
Henry Jameson
4794440bf0
fixed "invisible" spans inside links 2021-09-07 16:03:17 -05:00
Henry Jameson
172065c9eb
fixed bug with hashtags 2021-09-07 16:03:17 -05:00
Henry Jameson
58efc3168e
lint 2021-09-07 16:03:17 -05:00
Henry Jameson
c446af75e3
do the impossible, fix the unfixable 2021-09-07 16:03:17 -05:00
Henry Jameson
f3d9f51308
more fixes 2021-09-07 16:03:17 -05:00
Henry Jameson
1eff210a1c
refactored line converter, untied its logic from greentexting, better
handling of broken cases
2021-09-07 16:03:16 -05:00
Henry Jameson
9765995d25
fixed a bug + made a testcase out of it 2021-09-07 16:03:16 -05:00
Henry Jameson
6621e580a7
lint 2021-09-07 16:03:16 -05:00
Henry Jameson
c7ee2483f6
review + fixes 2021-09-07 16:03:15 -05:00
Henry Jameson
b0f1f1d8ac
cleanup 2021-09-07 16:03:15 -05:00
Henry Jameson
7fe912ca33
restructure and tests
squash! restructure and tests
2021-09-07 16:03:15 -05:00
Henry Jameson
80c9c105e8
fix #935 2021-09-07 16:03:14 -05:00
Henry Jameson
f40fdf483e
Hellthread(tm) Certified 2021-09-07 16:03:13 -05:00
Henry Jameson
e2a4be12e7
made getAttrs correctly handle both ' and " 2021-09-07 16:03:08 -05:00
Henry Jameson
1535cbb739
more tests 2021-09-07 16:03:08 -05:00
Henry Jameson
c703945350
fix emoji processor not leaving string as-is if no emoji are found 2021-09-07 16:03:08 -05:00
Henry Jameson
2e27e93df8
[WIP] MUCH better approach to replacing emojis with still versions 2021-09-07 16:03:07 -05:00
Shpuld Shpuldson
49aa10e1c0 add screen_name_ui to tests 2021-02-26 16:37:46 +02:00
Shpuld Shpuldson
09fe160e8b separate screen_name and screen_name_ui with decoded punycode 2021-02-26 16:23:11 +02:00
Shpuld Shpuldson
7834ff52b1 add test 2021-02-17 10:53:38 +02:00
Shpuld Shpludson
ef6e2087ae fix #1036 convert screen name to unicode with punycode 2021-01-05 08:09:08 +00:00
Shpuld Shpuldson
1d2ba946b6 make notifications also use the popup errors, remove all error from status/notif state 2020-11-10 14:28:10 +02:00
Shpuld Shpuldson
757706425a fix test 2020-11-02 09:42:09 +02:00
eugenijm
e798e9a417 Optimistic message sending for chat 2020-11-01 23:36:58 +03:00
eugenijm
8c4514013d Fix chat messages being missed when the streaming is disabled and the messages are sent by both participants simultaneously 2020-09-16 09:21:24 +03:00
Shpuld Shpuldson
0347d79bda Rewrite word split imperatively for control 2020-08-28 12:02:52 +03:00
Shpuld Shpuldson
a0c17e1fd0 fix tests by removing only and adding empty func for notification tests 2020-08-19 16:19:36 +03:00
eugenijm
f05f832bff Address feedback
Use more specific css rules for the emoji dimensions in the chat list status preview.

Use more round em value for chat list item height.
Add global html overflow and height for smoother chat navigation in
the desktop Safari.

Use offsetHeight instad of a computed style when setting the window height on resize.

Remove margin-bottom from the last message to avoid occasional layout shift in the desktop Safari

Use break-word to prevent chat message text overflow

Resize and scroll the textarea when inserting a new line on ctrl+enter

Remove fade transition on route change

Ensure proper border radius at the bottom of the chat, remove unused border-radius

Prevent the chat header "jumping" on the avatar load.
2020-07-08 15:21:31 +03:00
eugenijm
aa2cf51c05 Add Chats 2020-07-08 15:21:31 +03:00
Eugenij
de291e2e33 Add bookmarks
Co-authored-by: jared <jaredrmain@gmail.com>
2020-07-03 19:45:49 +00:00
Shpuld Shpludson
ea0a12f604 Merge branch 'develop' into 'iss-149/profile-fields-setting'
# Conflicts:
#   src/components/settings_modal/tabs/profile_tab.vue
2020-06-27 07:19:49 +00:00
Shpuld Shpuldson
f8cf92a01f Merge branch 'develop' into kPherox/pleroma-fe-iss-149/profile-fields-display 2020-06-17 11:23:32 +03:00
lain
8d7d4980b9 StatusParser: Remove unused removeAttachmentLinks.
Brings down the vendor by over 200kb
2020-06-11 18:39:19 +02:00
kPherox
cc4691a4ef
Fix merging array field for users 2020-06-10 03:48:49 +09:00
lain
05167f202f EntityNormalizerSpec: More fixes. 2020-06-04 15:31:52 +02:00
lain
c2dfe1f6cc EntityNormalizerSpec: Test new behavior. 2020-06-04 15:25:00 +02:00
Shpuld Shpuldson
af9492977a add back mute prediction, add getter for relationships 2020-04-24 18:53:17 +03:00
Shpuld Shpuldson
cda298c822 remove unused mutation and test for it 2020-04-23 11:17:52 +03:00
Shpuld Shpuldson
576ad9750b make tests not fail 2020-04-22 00:07:01 +03:00
kPherox
da55b0d435
Add fields_text for tooltip 2020-02-19 20:57:58 +09:00
HJ
3ddf7ebe2c Merge branch 'themes-accent' into 'develop'
Themes v3 Part 1 "2.1" codenamed "One step for themes, a giant burder for code reviewers"

Closes #750 and #774

See merge request pleroma/pleroma-fe!1037
2020-02-18 21:20:43 +00:00