aboutsummaryrefslogtreecommitdiff
path: root/src/components/status_body
Commit message (Collapse)AuthorAge
* fix collapsed notifications incorrect stylesHenry Jameson2024-02-27
|
* fonts support, cleanupHenry Jameson2024-02-22
|
* separate greentext into "fun text" and make Post/Notification related componentsHenry Jameson2024-02-12
|
* better virtual components and stuffHenry Jameson2024-01-31
|
* Use stylelinttusooa2023-01-09
|
* --fixHenry Jameson2022-07-31
|
* fixHenry Jameson2022-05-22
|
* improvements and cleanup to input componentsHenry Jameson2022-04-26
|
* Fix incorrect close of a status popover when clicking Expand inside itTusooa Zhu2022-04-19
| | | | | | | 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.
* Fix showingLongSubject not correctly propagatedTusooa Zhu2022-03-07
|
* Fix controlled status display togglesTusooa Zhu2022-03-07
|
* fix long posts double-fading in notificationsHenry Jameson2021-08-15
|
* Merge branch 'better-still-emoji' into proper-attachmentsHenry Jameson2021-08-15
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * prevent infinite update loopsHenry Jameson2021-08-15
| |
| * removed useless code, review change, fixed bug with tall statusesHenry Jameson2021-08-15
| |
| * remove new options for style and separate line, now groups all chainedHenry Jameson2021-08-12
| | | | | | | | mentions on a mentionsline regardless of placement. fixes spacing
* | lintHenry Jameson2021-06-22
| |
* | Merge branch 'better-still-emoji' into proper-attachmentsHenry Jameson2021-06-22
|\| | | | | | | | | | | | | * better-still-emoji: fix non-notifying mentions and original mention display fix not escaping some stuff fix rich images
| * fix non-notifying mentions and original mention displayHenry Jameson2021-06-22
| |
* | better compact attachmentsHenry Jameson2021-06-18
| |
* | merged in compact notifs and improved upon itHenry Jameson2021-06-18
| |
* | Merge branch 'compact-notifs' into proper-attachmentsHenry Jameson2021-06-18
|\ \ | |/ |/| | | | | * compact-notifs: compact notifs
| * compact notifsHenry Jameson2021-06-14
| |
* | lintHenry Jameson2021-06-14
| |
* | do the impossible, fix the unfixableHenry Jameson2021-06-14
|/
* more fixesHenry Jameson2021-06-13
|
* review + fixesHenry Jameson2021-06-12
|
* cleanupHenry Jameson2021-06-12
|
* restructure and testsHenry Jameson2021-06-12
| | | | squash! restructure and tests
* fix long post faderHenry Jameson2021-06-12
|
* change how "first" line is determined. Allow one mention in theHenry Jameson2021-06-12
| | | | beginning for hellthread style
* cleanupHenry Jameson2021-06-11
|
* lint & cleanupHenry Jameson2021-06-11
|
* fixed console errors, improved user-selecting, added cyantextingHenry Jameson2021-06-11
|
* fix infinite loopHenry Jameson2021-06-11
|
* better handling of hellthreads with mentions at bottomHenry Jameson2021-06-11
|
* Hellthread(tm) CertifiedHenry Jameson2021-06-10
|
* stylistic improvements for single-line mentionsHenry Jameson2021-06-10
|
* proper cachin of headTailLinks, show mentions in notificaitons alwaysHenry Jameson2021-06-10
|
* Moved greentext to RichContent, improved how first mentions areHenry Jameson2021-06-10
| | | | restored, now shows mentions not uh, mention in post body
* fix long posts having weird gradientHenry Jameson2021-06-08
|
* lintHenry Jameson2021-06-08
|
* change defaultsHenry Jameson2021-06-08
|
* moved mentions into a separate component - MentionLine, added collapsingHenry Jameson2021-06-08
| | | | of mentions when there's too many of 'em
* moved some post styles into status body since they inferfere with usernamesHenry Jameson2021-06-07
|
* renamed StatusText to StatusBody for clarity, fixed chatsHenry Jameson2021-06-07