aboutsummaryrefslogtreecommitdiff
path: root/src/components
Commit message (Collapse)AuthorAge
* 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 image cropper not closing correctlyTusooa Zhu2022-04-10
|
* 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
|
* 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
| | |
| * | Fix dropdown menu style inside panel headerTusooa Zhu2022-04-06
| |/
* / Fix no reactivity on vuex 4 valuesTusooa Zhu2022-04-06
|/
* oopsHenry Jameson2022-03-30
|
* fix some mishaps i noticed during self-reviewHenry Jameson2022-03-30
|
* fix importerHenry Jameson2022-03-30
|
* make all clickable icons into actual buttonsHenry Jameson2022-03-30
|
* fix emoji input warning spamHenry Jameson2022-03-30
|
* fix error clear iconHenry Jameson2022-03-30
|
* Add controlledShowingLongSubject and toggle in StatusContent propsTusooa Zhu2022-03-29
|
* fix?Henry Jameson2022-03-29
|
* fix some issues with treesHenry Jameson2022-03-29
|
* removing uselsess stuffHenry Jameson2022-03-29
|
* fix reset buttons in profile againHenry Jameson2022-03-29
|
* fix spacing in poll expiration labelHenry Jameson2022-03-29
|
* registration fixesHenry Jameson2022-03-29
|
* re-fix i18n warnings againHenry Jameson2022-03-29
|
* lint + fixes for registrationHenry Jameson2022-03-29
|
* fix production build's reply not working in tree modeHenry Jameson2022-03-29
|
* manual lintHenry Jameson2022-03-29
|
* Revert "fix weird thing i somehow missed"Henry Jameson2022-03-29
| | | | This reverts commit b132581b3a5291fdc9ca62baf912a40be747ee6b.
* Revert "lint"Henry Jameson2022-03-29
| | | | This reverts commit f20ae34400b35c230d3e7824f98d9b3f4e977f82.
* fix weird thing i somehow missedHenry Jameson2022-03-29
|
* lintHenry Jameson2022-03-29
|
* fix misc warningsHenry Jameson2022-03-29
|
* properly implement resettableAsyncComponentHenry Jameson2022-03-28
|
* fix opacity control againHenry Jameson2022-03-28
|
* fix warningsHenry Jameson2022-03-28
|
* fix some more warningsHenry Jameson2022-03-28
|
* fix being unable to set/reset background (and possibly avatar/banner)Henry Jameson2022-03-28
|
* fix tabs in searchHenry Jameson2022-03-27
|
* fix optional color inputsHenry Jameson2022-03-27
|
* fix opacity controlHenry Jameson2022-03-27
|
* fix font controlHenry Jameson2022-03-27
|
* fix (You) spacingHenry Jameson2022-03-27
|
* fix shadow control in theme tabHenry Jameson2022-03-27
|
* fix (roundness) ranges in theme tabHenry Jameson2022-03-27
|
* port !1488 to vue3Henry Jameson2022-03-27
|
* Merge remote-tracking branch 'origin/develop' into vue3-againHenry Jameson2022-03-27
|\ | | | | | | | | | | | | | | * origin/develop: Remove debugging code Fix overlapping buttons in Theme settings Update dependency ruffle-mirror to v2021.12.31 Update dependency babel-loader to v8.2.4
| * Remove debugging codeHJ2022-03-25
| |
| * Fix overlapping buttons in Theme settingsTusooa Zhu2022-03-24
| |