aboutsummaryrefslogtreecommitdiff
path: root/test/unit/specs
Commit message (Collapse)AuthorAge
...
* | fix tests by just ignoring the html commentsHenry Jameson2022-06-21
| |
* | fix testsHenry Jameson2022-06-13
|/
* fix testsHenry Jameson2022-04-12
|
* fix routes testHenry Jameson2022-03-22
|
* skip user profile test for now https://github.com/vuejs/test-utils/issues/1382Henry Jameson2022-03-22
|
* fix emoji input testsHenry Jameson2022-03-22
|
* fix richcontent and its testsHenry Jameson2022-03-22
|
* Merge branch 'fix-mentions-new-bugs' into 'develop'HJ2022-02-20
|\ | | | | | | | | Fix newfound bugs with rich mentions + user suggestions See merge request pleroma/pleroma-fe!1430
| * new unit testsHenry Jameson2022-02-19
| |
| * fix unit testsHenry Jameson2022-02-19
| |
* | removed file because that logic has been removedHenry Jameson2022-02-20
|/
* very minimalist hashtaglink implementation, also you can middle-clickHenry Jameson2021-08-23
| | | | mentions now.
* fix testsHenry Jameson2021-08-18
|
* fix links sticking to mentionslineHenry Jameson2021-08-15
|
* remove obsolete testsHenry Jameson2021-08-15
|
* remove old emoji added, everything emoji-bearing uses RichContent nowHenry Jameson2021-08-13
|
* fix tests, add performance test (skipped, doesn't assert anything),Henry Jameson2021-08-12
| | | | tweak max mentions count
* remove new options for style and separate line, now groups all chainedHenry Jameson2021-08-12
| | | | mentions on a mentionsline regardless of placement. fixes spacing
* fix testsHenry Jameson2021-06-22
|
* fix not escaping some stuffHenry Jameson2021-06-18
|
* fix rich imagesHenry Jameson2021-06-18
|
* added tests just in caseHenry Jameson2021-06-16
|
* fixed "invisible" spans inside linksHenry Jameson2021-06-16
|
* fixed bug with hashtagsHenry Jameson2021-06-15
|
* lintHenry Jameson2021-06-14
|
* do the impossible, fix the unfixableHenry Jameson2021-06-14
|
* more fixesHenry Jameson2021-06-13
|
* refactored line converter, untied its logic from greentexting, betterHenry Jameson2021-06-13
| | | | handling of broken cases
* fixed a bug + made a testcase out of itHenry Jameson2021-06-12
|
* lintHenry Jameson2021-06-12
|
* review + fixesHenry Jameson2021-06-12
|
* cleanupHenry Jameson2021-06-12
|
* restructure and testsHenry Jameson2021-06-12
| | | | squash! restructure and tests
* fix #935Henry Jameson2021-06-11
|
* Hellthread(tm) CertifiedHenry Jameson2021-06-10
|
* made getAttrs correctly handle both ' and "Henry Jameson2021-06-07
|
* more testsHenry Jameson2021-06-07
|
* fix emoji processor not leaving string as-is if no emoji are foundHenry Jameson2021-06-07
|
* [WIP] MUCH better approach to replacing emojis with still versionsHenry Jameson2021-06-07
|
* add screen_name_ui to testsShpuld Shpuldson2021-02-26
|
* separate screen_name and screen_name_ui with decoded punycodeShpuld Shpuldson2021-02-26
|
* add testShpuld Shpuldson2021-02-17
|
* fix #1036 convert screen name to unicode with punycodeShpuld Shpludson2021-01-05
|
* make notifications also use the popup errors, remove all error from ↵Shpuld Shpuldson2020-11-10
| | | | status/notif state
* fix testShpuld Shpuldson2020-11-02
|
* Optimistic message sending for chateugenijm2020-11-01
|
* Fix chat messages being missed when the streaming is disabled and the ↵eugenijm2020-09-16
| | | | messages are sent by both participants simultaneously
* Rewrite word split imperatively for controlShpuld Shpuldson2020-08-28
|
* fix tests by removing only and adding empty func for notification testsShpuld Shpuldson2020-08-19
|
* Address feedbackeugenijm2020-07-08
| | | | | | | | | | | | | | | | | | | | | | 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.