| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | fix collapsed notifications incorrect styles | Henry Jameson | 2024-02-27 |
| | | |||
| * | --fix | Henry Jameson | 2022-07-31 |
| | | |||
| * | Fix incorrect close of a status popover when clicking Expand inside it | Tusooa Zhu | 2022-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 propagated | Tusooa Zhu | 2022-03-07 |
| | | |||
| * | Merge branch 'better-still-emoji' into proper-attachments | Henry Jameson | 2021-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 | ||
| | * | remove new options for style and separate line, now groups all chained | Henry Jameson | 2021-08-12 |
| | | | | | | | | | mentions on a mentionsline regardless of placement. fixes spacing | ||
| * | | lint | Henry Jameson | 2021-06-22 |
| | | | |||
| * | | Merge branch 'better-still-emoji' into proper-attachments | Henry Jameson | 2021-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 display | Henry Jameson | 2021-06-22 |
| | | | |||
| * | | merged in compact notifs and improved upon it | Henry Jameson | 2021-06-18 |
| |/ | |||
| * | do the impossible, fix the unfixable | Henry Jameson | 2021-06-14 |
| | | |||
| * | more fixes | Henry Jameson | 2021-06-13 |
| | | |||
| * | review + fixes | Henry Jameson | 2021-06-12 |
| | | |||
| * | restructure and tests | Henry Jameson | 2021-06-12 |
| | | | | | squash! restructure and tests | ||
| * | fix long post fader | Henry Jameson | 2021-06-12 |
| | | |||
| * | change how "first" line is determined. Allow one mention in the | Henry Jameson | 2021-06-12 |
| | | | | | beginning for hellthread style | ||
| * | lint & cleanup | Henry Jameson | 2021-06-11 |
| | | |||
| * | fix infinite loop | Henry Jameson | 2021-06-11 |
| | | |||
| * | better handling of hellthreads with mentions at bottom | Henry Jameson | 2021-06-11 |
| | | |||
| * | Hellthread(tm) Certified | Henry Jameson | 2021-06-10 |
| | | |||
| * | stylistic improvements for single-line mentions | Henry Jameson | 2021-06-10 |
| | | |||
| * | proper cachin of headTailLinks, show mentions in notificaitons always | Henry Jameson | 2021-06-10 |
| | | |||
| * | Moved greentext to RichContent, improved how first mentions are | Henry Jameson | 2021-06-10 |
| | | | | | restored, now shows mentions not uh, mention in post body | ||
| * | fix long posts having weird gradient | Henry Jameson | 2021-06-08 |
| | | |||
| * | lint | Henry Jameson | 2021-06-08 |
| | | |||
| * | change defaults | Henry Jameson | 2021-06-08 |
| | | |||
| * | moved mentions into a separate component - MentionLine, added collapsing | Henry Jameson | 2021-06-08 |
| | | | | | of mentions when there's too many of 'em | ||
| * | renamed StatusText to StatusBody for clarity, fixed chats | Henry Jameson | 2021-06-07 |
