aboutsummaryrefslogtreecommitdiff
path: root/src/components
Commit message (Collapse)AuthorAge
* restore old chat inputbox behaviorHenry Jameson2022-04-20
|
* Merge branch 'fix-chat-errors' into threecolumnHenry Jameson2022-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 happenHenry Jameson2022-04-20
| |
| * 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 hashtags by explicitly putting attributesHenry Jameson2022-04-12
| |
* | fix chatHenry Jameson2022-04-20
| |
* | i forgorHenry Jameson2022-04-20
| |
* | more fixes for timeline headersHenry Jameson2022-04-20
| |
* | tons of fixes mainly aimed at panel headingsHenry Jameson2022-04-20
| |
* | fix logoLeft not working at allHenry Jameson2022-04-20
| |
* | fix scrollbars in dropdownsHenry Jameson2022-04-20
| |
* | fix scrollbars in panel headersHenry Jameson2022-04-20
| |
* | fixate conversation headingHenry Jameson2022-04-19
| |
* | fix overflow that sometimes happens in sidebar due to too wide fileHenry Jameson2022-04-19
| | | | | | | | upload element
* | localization updatesHenry Jameson2022-04-12
| |
* | unified layout-setting code and made an option to control or disableHenry Jameson2022-04-12
| | | | | | | | third column behavior
* | fix chats button alignmentHenry Jameson2022-04-12
| |
* | reduce chats jumpinessHenry Jameson2022-04-12
| |
* | fix post form/dropzone for good (?)Henry Jameson2022-04-12
| |
* | fix dropdown menusHenry Jameson2022-04-11
| |
* | fix for chat shadowHenry Jameson2022-04-11
| |
* | fixes for z-indexesHenry Jameson2022-04-11
| |
* | fix notifications scrolling the main columnHenry Jameson2022-04-11
| |
* | fix dropzoneHenry Jameson2022-04-11
| |
* | improvements to relative font sizesHenry Jameson2022-04-10
| |
* | fix main post form having hidden emoji pickerHenry Jameson2022-04-10
| |
* | Merge remote-tracking branch 'origin/develop' into threecolumnHenry Jameson2022-04-10
|\| | | | | | | | | * origin/develop: Fix image cropper not closing correctly
| * Fix image cropper not closing correctlyTusooa Zhu2022-04-10
| |
* | fix new post button not working day1, minor stylistic fixesHenry Jameson2022-04-10
| |
* | fix extra padding in thread viewHenry Jameson2022-04-10
| |
* | chat fixesHenry Jameson2022-04-10
| |
* | fix timeline scroll-to-topHenry Jameson2022-04-10
| |
* | revert timeline changesHenry Jameson2022-04-10
| |
* | Merge remote-tracking branch 'origin/develop' into threecolumnHenry Jameson2022-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 hiddenTusooa Zhu2022-04-09
| |
| * Fix mobile nav link text colourTusooa Zhu2022-04-07
| |
| * Fix shrug text in muted statusTusooa Zhu2022-04-07
| |
* | restore margins for inline convosHenry Jameson2022-04-10
| |
* | fix notifs' shadow peeking in when closed on mobileHenry Jameson2022-04-10
| |
* | fix chats, boost popover's z-index some moreHenry Jameson2022-04-08
| |
* | cleanup, fix some things, try to disable scrollbars on mobileHenry Jameson2022-04-08
| |
* | boost z-index of popoverHenry Jameson2022-04-07
| |
* | options to enable scrollbars and disable sticky headersHenry Jameson2022-04-07
| |
* | fix interactions pageHenry Jameson2022-04-07
| |
* | fix some scroll issuesHenry Jameson2022-04-07
| |
* | Merge remote-tracking branch 'origin/develop' into threecolumnHenry Jameson2022-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'HJ2022-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 iconTusooa Zhu2022-04-06
| | |
| * | Merge branch 'from/develop/tusooa/popover-in-panel-style' into 'develop'HJ2022-04-07
| |\ \ | | | | | | | | | | | | | | | | Fix popover in panel header styling See merge request pleroma/pleroma-fe!1507
| | * | Fix active popover styleTusooa Zhu2022-04-06
| | | |