| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | restore old chat inputbox behavior | Henry Jameson | 2022-04-20 |
| | | |||
| * | Merge branch 'fix-chat-errors' into threecolumn | Henry Jameson | 2022-04-20 |
| |\ | | | | | | | | | | | | | | | * fix-chat-errors: fix some chat errors/warnings that sometimes happen Fix incorrect close of a status popover when clicking Expand inside it fix tests fix hashtags by explicitly putting attributes | ||
| | * | fix some chat errors/warnings that sometimes happen | Henry Jameson | 2022-04-20 |
| | | | |||
| | * | 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 hashtags by explicitly putting attributes | Henry Jameson | 2022-04-12 |
| | | | |||
| * | | fix chat | Henry Jameson | 2022-04-20 |
| | | | |||
| * | | i forgor | Henry Jameson | 2022-04-20 |
| | | | |||
| * | | more fixes for timeline headers | Henry Jameson | 2022-04-20 |
| | | | |||
| * | | tons of fixes mainly aimed at panel headings | Henry Jameson | 2022-04-20 |
| | | | |||
| * | | fix logoLeft not working at all | Henry Jameson | 2022-04-20 |
| | | | |||
| * | | fix scrollbars in dropdowns | Henry Jameson | 2022-04-20 |
| | | | |||
| * | | fix scrollbars in panel headers | Henry Jameson | 2022-04-20 |
| | | | |||
| * | | fixate conversation heading | Henry Jameson | 2022-04-19 |
| | | | |||
| * | | fix overflow that sometimes happens in sidebar due to too wide file | Henry Jameson | 2022-04-19 |
| | | | | | | | | | upload element | ||
| * | | localization updates | Henry Jameson | 2022-04-12 |
| | | | |||
| * | | unified layout-setting code and made an option to control or disable | Henry Jameson | 2022-04-12 |
| | | | | | | | | | third column behavior | ||
| * | | fix chats button alignment | Henry Jameson | 2022-04-12 |
| | | | |||
| * | | reduce chats jumpiness | Henry Jameson | 2022-04-12 |
| | | | |||
| * | | fix post form/dropzone for good (?) | Henry Jameson | 2022-04-12 |
| | | | |||
| * | | fix dropdown menus | Henry Jameson | 2022-04-11 |
| | | | |||
| * | | fix for chat shadow | Henry Jameson | 2022-04-11 |
| | | | |||
| * | | fixes for z-indexes | Henry Jameson | 2022-04-11 |
| | | | |||
| * | | fix notifications scrolling the main column | Henry Jameson | 2022-04-11 |
| | | | |||
| * | | fix dropzone | Henry Jameson | 2022-04-11 |
| | | | |||
| * | | improvements to relative font sizes | Henry Jameson | 2022-04-10 |
| | | | |||
| * | | fix main post form having hidden emoji picker | Henry Jameson | 2022-04-10 |
| | | | |||
| * | | Merge remote-tracking branch 'origin/develop' into threecolumn | Henry Jameson | 2022-04-10 |
| |\| | | | | | | | | | * origin/develop: Fix image cropper not closing correctly | ||
| | * | Fix image cropper not closing correctly | Tusooa Zhu | 2022-04-10 |
| | | | |||
| * | | fix new post button not working day1, minor stylistic fixes | Henry Jameson | 2022-04-10 |
| | | | |||
| * | | fix extra padding in thread view | Henry Jameson | 2022-04-10 |
| | | | |||
| * | | chat fixes | Henry Jameson | 2022-04-10 |
| | | | |||
| * | | fix timeline scroll-to-top | Henry Jameson | 2022-04-10 |
| | | | |||
| * | | revert timeline changes | Henry Jameson | 2022-04-10 |
| | | | |||
| * | | Merge remote-tracking branch 'origin/develop' into threecolumn | Henry Jameson | 2022-04-10 |
| |\| | | | | | | | | | | | | | * origin/develop: Fix tab switcher not working when some tabs hidden Fix mobile nav link text colour Fix shrug text in muted status | ||
| | * | Fix tab switcher not working when some tabs hidden | Tusooa Zhu | 2022-04-09 |
| | | | |||
| | * | Fix mobile nav link text colour | Tusooa Zhu | 2022-04-07 |
| | | | |||
| | * | Fix shrug text in muted status | Tusooa Zhu | 2022-04-07 |
| | | | |||
| * | | restore margins for inline convos | Henry Jameson | 2022-04-10 |
| | | | |||
| * | | fix notifs' shadow peeking in when closed on mobile | Henry Jameson | 2022-04-10 |
| | | | |||
| * | | fix chats, boost popover's z-index some more | Henry Jameson | 2022-04-08 |
| | | | |||
| * | | cleanup, fix some things, try to disable scrollbars on mobile | Henry Jameson | 2022-04-08 |
| | | | |||
| * | | boost z-index of popover | Henry Jameson | 2022-04-07 |
| | | | |||
| * | | options to enable scrollbars and disable sticky headers | Henry Jameson | 2022-04-07 |
| | | | |||
| * | | fix interactions page | Henry Jameson | 2022-04-07 |
| | | | |||
| * | | fix some scroll issues | Henry Jameson | 2022-04-07 |
| | | | |||
| * | | Merge remote-tracking branch 'origin/develop' into threecolumn | Henry Jameson | 2022-04-07 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: Fix active popover style Use panel text instead of text for shoutbox icon Fix dropdown menu style inside panel header Fix phoenix sockets in dev mode Fix no reactivity on vuex 4 values fix tegulu heck fix i18n for good?? force runtime build of i18n fix CSP by compiling the i18n templates as well | ||
| | * | Merge branch 'from/develop/tusooa/shoutbox-icon-paneltext' into 'develop' | HJ | 2022-04-07 |
| | |\ | | | | | | | | | | | | | Use panel text instead of text for shoutbox icon See merge request pleroma/pleroma-fe!1508 | ||
| | | * | Use panel text instead of text for shoutbox icon | Tusooa Zhu | 2022-04-06 |
| | | | | |||
| | * | | Merge branch 'from/develop/tusooa/popover-in-panel-style' into 'develop' | HJ | 2022-04-07 |
| | |\ \ | | | | | | | | | | | | | | | | | Fix popover in panel header styling See merge request pleroma/pleroma-fe!1507 | ||
| | | * | | Fix active popover style | Tusooa Zhu | 2022-04-06 |
| | | | | | |||
