aboutsummaryrefslogtreecommitdiff
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.
* Merge branch 'fix-hashtags' into 'develop'HJ2022-04-12
|\ | | | | | | | | fix hashtags by explicitly putting attributes See merge request pleroma/pleroma-fe!1513
| * fix testsHenry Jameson2022-04-12
| |
| * fix hashtags by explicitly putting attributesHenry Jameson2022-04-12
|/
* Merge branch 'from/develop/tusooa/cropper-close' into 'develop'HJ2022-04-10
|\ | | | | | | | | Fix image cropper not closing correctly See merge request pleroma/pleroma-fe!1512
| * Fix image cropper not closing correctlyTusooa Zhu2022-04-10
|/
* Merge branch 'from/develop/tusooa/1158-hidden-tabs' into 'develop'HJ2022-04-10
|\ | | | | | | | | | | | | Fix tab switcher not working when some tabs hidden Closes #1158 See merge request pleroma/pleroma-fe!1511
| * Fix tab switcher not working when some tabs hiddenTusooa Zhu2022-04-09
|/
* Merge branch 'from/develop/tusooa/mobile-nav-link-col' into 'develop'HJ2022-04-07
|\ | | | | | | | | Fix mobile nav link text colour See merge request pleroma/pleroma-fe!1510
| * Fix mobile nav link text colourTusooa Zhu2022-04-07
|/
* Merge branch 'from/develop/tusooa/1160-rm-shrug' into 'develop'HJ2022-04-07
|\ | | | | | | | | | | | | Fix shrug text in muted status Closes #1160 See merge request pleroma/pleroma-fe!1509
| * 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
| |/
* | Merge branch 'from/develop/tusooa/fix-shout-local' into 'develop'HJ2022-04-07
|\ \ | | | | | | | | | | | | Fix phoenix sockets in dev mode See merge request pleroma/pleroma-fe!1506
| * | Fix phoenix sockets in dev modeTusooa Zhu2022-04-06
| |/ | | | | | | | | phoenix requires the Origin header to be set to the actual address, so "http://localhost:xxxx" will not work.
* | Merge branch 'from/develop/tusooa/1156-vue3-shoutbox' into 'develop'HJ2022-04-07
|\ \ | |/ |/| | | | | | | | | Fix no reactivity on vuex 4 values Closes #1156 See merge request pleroma/pleroma-fe!1505
| * Fix no reactivity on vuex 4 valuesTusooa Zhu2022-04-06
|/
* Merge branch 'fix-csp-vue3' into 'develop'HJ2022-04-06
|\ | | | | | | | | Makes develop usable on stock PleromaBE See merge request pleroma/pleroma-fe!1504
| * fix teguluHenry Jameson2022-04-06
| |
| * heckHenry Jameson2022-04-06
| |
| * fix i18n for good??Henry Jameson2022-04-06
| |
| * force runtime build of i18nHenry Jameson2022-04-06
| |
| * fix CSP by compiling the i18n templates as wellHenry Jameson2022-04-05
|/
* Merge branch 'from/develop/tusooa/phoenix-1.6.2' into 'develop'HJ2022-04-01
|\ | | | | | | | | Fix phoenix at 1.6.2 See merge request pleroma/pleroma-fe!1502
| * Fix phoenix at 1.6.2Tusooa Zhu2022-04-01
|/ | | | | According to https://github.com/phoenixframework/phoenix/issues/4623 , 1.6.2 seems to not have the disconnection bug.
* Merge branch 'vue3-again' into 'develop'HJ2022-03-31
|\ | | | | | | | | Migration to Vue 3 (again) See merge request pleroma/pleroma-fe!1385
| * Merge branch 'vue3-no-compat' into 'vue3-again'HJ2022-03-31
| |\ | | | | | | | | | | | | Remove Vue3 compat build See merge request pleroma/pleroma-fe!1500
| | * Merge branch 'vue3-again' into vue3-no-compatHenry Jameson2022-03-30
| | |\ | | |/ | |/| | | | | | | * vue3-again: oops
| * | oopsHenry Jameson2022-03-30
| | |
| | * Merge branch 'vue3-again' into vue3-no-compatHenry Jameson2022-03-30
| | |\ | | |/ | |/| | | | | | | * vue3-again: fix some mishaps i noticed during self-review
| * | fix some mishaps i noticed during self-reviewHenry Jameson2022-03-30
| | |
| | * Merge branch 'vue3-again' into vue3-no-compatHenry Jameson2022-03-30
| | |\ | | |/ | |/| | | | | | | * vue3-again: fix importer
| * | fix importerHenry Jameson2022-03-30
| | |
| | * Merge branch 'vue3-again' into vue3-no-compatHenry Jameson2022-03-30
| | |\ | | |/ | |/| | | | | | | * vue3-again: make all clickable icons into actual buttons
| * | make all clickable icons into actual buttonsHenry Jameson2022-03-30
| | |
| | * Merge branch 'vue3-again' into vue3-no-compatHenry Jameson2022-03-30
| | |\ | | |/ | |/| | | | | | | | | | | | | * vue3-again: fix emoji input warning spam fix error clear icon Add controlledShowingLongSubject and toggle in StatusContent props
| * | fix emoji input warning spamHenry Jameson2022-03-30
| | |
| * | fix error clear iconHenry Jameson2022-03-30
| | |
| * | Merge branch 'vue3-again' into 'vue3-again'HJ2022-03-29
| |\ \ | | | | | | | | | | | | | | | | Add controlledShowingLongSubject and toggle in StatusContent props See merge request pleroma/pleroma-fe!1499
| | * | Add controlledShowingLongSubject and toggle in StatusContent propsTusooa Zhu2022-03-29
| |/ /
| | * how did this get back??Henry Jameson2022-03-29
| | |
| | * Merge branch 'vue3-again' into vue3-no-compatHenry Jameson2022-03-29
| | |\ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | * vue3-again: fix warning about custom component fix? fix some issues with trees removing uselsess stuff fix reset buttons in profile again fix spacing in poll expiration label registration fixes
| * | fix warning about custom componentHenry Jameson2022-03-29
| | |
| * | fix?Henry Jameson2022-03-29
| | |
| * | fix some issues with treesHenry Jameson2022-03-29
| | |
| * | removing uselsess stuffHenry Jameson2022-03-29
| | |