aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge branch 'renovate/vue-monorepo' into 'develop'tusooa2022-08-27
|\ | | | | | | | | Update dependency vue-template-compiler to v2.7.10 See merge request pleroma/pleroma-fe!1622
| * Update dependency vue-template-compiler to v2.7.10Pleroma Renovate Bot2022-08-27
|/
* Merge branch 'renovate/babel-monorepo' into 'develop'tusooa2022-08-26
|\ | | | | | | | | Update dependency @babel/core to v7.18.13 See merge request pleroma/pleroma-fe!1619
| * Update dependency @babel/core to v7.18.13Pleroma Renovate Bot2022-08-23
| |
* | Merge branch 'renovate/vue-babel-helper-vue-jsx-merge-props-1.x' into 'develop'tusooa2022-08-26
|\ \ | | | | | | | | | | | | Update dependency @vue/babel-helper-vue-jsx-merge-props to v1.4.0 See merge request pleroma/pleroma-fe!1625
| * | Update dependency @vue/babel-helper-vue-jsx-merge-props to v1.4.0Pleroma Renovate Bot2022-08-26
|/ /
* | Merge branch 'from/develop/tusooa/remove-isparta' into 'develop'HJ2022-08-25
|\ \ | | | | | | | | | | | | Remove isparta See merge request pleroma/pleroma-fe!1621
| * | Remove ispartaTusooa Zhu2022-08-23
| | |
* | | Merge branch 'renovate/eslint-plugin-promise-6.x' into 'develop'tusooa2022-08-25
|\ \ \ | | | | | | | | | | | | | | | | Update dependency eslint-plugin-promise to v6.0.1 See merge request pleroma/pleroma-fe!1624
| * | | Update dependency eslint-plugin-promise to v6.0.1Pleroma Renovate Bot2022-08-25
|/ / /
* | | Merge branch 'renovate/eslint-plugin-vue-9.x' into 'develop'tusooa2022-08-24
|\ \ \ | |/ / |/| | | | | | | | Update dependency eslint-plugin-vue to v9.4.0 See merge request pleroma/pleroma-fe!1623
| * | Update dependency eslint-plugin-vue to v9.4.0Pleroma Renovate Bot2022-08-24
|/ /
* | Merge branch 'renovate/opn-5.x' into 'develop'tusooa2022-08-23
|\ \ | |/ |/| | | | | Update dependency opn to v5 See merge request pleroma/pleroma-fe!1616
| * Update dependency opn to v5Pleroma Renovate Bot2022-08-23
|/
* Merge branch 'zindexes-fix' into 'develop'HJ2022-08-22
|\ | | | | | | | | Fix various issues related to z-indexes See merge request pleroma/pleroma-fe!1617
| * fix notices being under the navbar, also change offset to use variableHenry Jameson2022-08-23
| |
| * fix modals not having proper z indexHenry Jameson2022-08-23
| |
| * reduce indexes to be below 9999 so that develop error messages appear aboveHenry Jameson2022-08-23
| |
* | Merge branch 'allow-opening-profile-in-user-popover' into 'develop'HJ2022-08-22
|\ \ | | | | | | | | | | | | Allow opening profile in user popover when clicking on avatar See merge request pleroma/pleroma-fe!1586
| * \ Merge branch 'develop' into 'allow-opening-profile-in-user-popover'HJ2022-08-22
| |\ \ | |/ / |/| | | | | # Conflicts: # src/components/settings_modal/tabs/general_tab.vue
* | | Merge branch 'from/develop/tusooa/user-profile-routes' into 'develop'HJ2022-08-22
|\ \ \ | |_|/ |/| | | | | | | | Stop generating /:nickname user profile routes See merge request pleroma/pleroma-fe!1589
| * | Do not allow to find by name in findUser()Tusooa Zhu2022-08-10
| | |
| * | Use lookup endpoint to obtain users by nicknameTusooa Zhu2022-08-09
| | |
| * | Use $ for id UserProfile routesTusooa Zhu2022-08-09
| | |
* | | Merge branch 'allow-application-width-configuration' into 'develop'HJ2022-08-22
|\ \ \ | | | | | | | | | | | | | | | | Allow application width configuration See merge request pleroma/pleroma-fe!1533
| * | | Allow column width configuration: allow stretching navbar with columnsAlexander Tumin2022-08-17
| | | |
| * | | Column width configuration: do not act on defaults, bound with on minmax ↵Alexander Tumin2022-08-11
| | | | | | | | | | | | | | | | --miniColumn
| * | | refactorHJ2022-08-11
| | | |
| * | | Allow column width configurationAlexander Tumin2022-08-11
| | | | | | | | | | | | | | | | | | | | Group column configuration in settings Column width configuration: do not act on defaults
* | | | Merge branch 'from/develop/tusooa/1092-accessible-status-xact' into 'develop'HJ2022-08-22
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make status interaction buttons accessible Closes #1092 See merge request pleroma/pleroma-fe!1425
| * | | | Fix react & extra buttons not styled on tab-focusTusooa Zhu2022-08-22
| | | | |
| * | | | Fix popover not popping upTusooa Zhu2022-08-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sometimes the "focus-marker" gets clicked. In this situation, it will trigger an open, and then a close, because the original focus-marker was removed from the dom, so $el.contains() no longer thinks the marker is part of the trigger! We replaced the v-if with v-show to resolve this problem.
| * | | | Fix styling on SafariTusooa Zhu2022-08-22
| | | | |
| * | | | Use :focus-visible instead of :focus for focus markersTusooa Zhu2022-08-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In this way, after the user clicked with a pointer and moved that pointer away, the focus marker will no longer show a focused style. As Safari remains the only major browser engine that does not support :focus-visible, a fallback to :focus is used if there is no browser support for :focus-visible. https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible
| * | | | Optimize Reply badge positionTusooa Zhu2022-08-22
| | | | |
| * | | | Add badges to status interacting buttonsTusooa Zhu2022-08-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now, the following badges will be added: 0: (+) sign to reply, favourite, repeat, react and extra buttons 1: (-) sign to unfavourite and unrepeat 2: (x) sign to close reply form, close react popover, and close extra buttons popover 3: Check mark to favourited and repeated statuses https://git.pleroma.social/pleroma/pleroma-fe/-/issues/1092
* | | | | Merge branch 'renovate/eslint-plugin-n-15.x' into 'develop'tusooa2022-08-22
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update dependency eslint-plugin-n to v15.2.5 See merge request pleroma/pleroma-fe!1615
| * | | | | Update dependency eslint-plugin-n to v15.2.5Pleroma Renovate Bot2022-08-22
| |/ / / /
* | | | | Merge branch 'renovate/nightwatch-2.x' into 'develop'tusooa2022-08-22
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | Update dependency nightwatch to v2 See merge request pleroma/pleroma-fe!1614
| * | | | Update dependency nightwatch to v2Pleroma Renovate Bot2022-08-22
|/ / / /
* | | | Merge branch 'renovate/mocha-10.x' into 'develop'tusooa2022-08-21
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Update dependency mocha to v10 See merge request pleroma/pleroma-fe!1613
| * | | | Update dependency mocha to v10Pleroma Renovate Bot2022-08-21
|/ / / /
* | | | Merge branch 'renovate/sass-1.x' into 'develop'tusooa2022-08-20
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Update dependency sass to v1.54.5 See merge request pleroma/pleroma-fe!1610
| * | | | Update dependency sass to v1.54.5Pleroma Renovate Bot2022-08-20
| | | | |
* | | | | Merge branch 'renovate/karma-coverage-2.x' into 'develop'tusooa2022-08-20
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | Update dependency karma-coverage to v2 See merge request pleroma/pleroma-fe!1607
| * | | | Update dependency karma-coverage to v2Pleroma Renovate Bot2022-08-20
|/ / / /
* | | | Merge branch 'renovate/vue-monorepo' into 'develop'tusooa2022-08-19
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Update dependency vue-template-compiler to v2.7.9 See merge request pleroma/pleroma-fe!1608
| * | | | Update dependency vue-template-compiler to v2.7.9Pleroma Renovate Bot2022-08-19
| | | | |
* | | | | Merge branch 'renovate/karma-firefox-launcher-2.x' into 'develop'tusooa2022-08-19
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | Update dependency karma-firefox-launcher to v2 See merge request pleroma/pleroma-fe!1609
| * | | | Update dependency karma-firefox-launcher to v2Pleroma Renovate Bot2022-08-19
|/ / / /