aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge branch 'develop' of git.pleroma.social:pleroma/pleroma-fe into ↵Sean King2022-08-22
|\ | | | | | | add/edit-status
| * 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
| |/ / / /
| * | | | Merge branch 'renovate/pin-dependencies' into 'develop'HJ2022-08-18
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Pin dependencies See merge request pleroma/pleroma-fe!1606
| | * | | | Pin dependenciesPleroma Renovate Bot2022-08-18
| |/ / / /
| * | | | Merge branch 'from/develop/tusooa/webpack-5' into 'develop'HJ2022-08-17
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Webpack 5 support See merge request pleroma/pleroma-fe!1601
| | * | | | Refresh yarn.lockTusooa Zhu2022-08-17
| | | | | |
| | * | | | Remove legacy code for chunksSortModeTusooa Zhu2022-08-16
| | | | | |
| | * | | | Add FIXME comment about html-webpack-plugin-after-emitTusooa Zhu2022-08-16
| | | | | |
| | * | | | Use exact webpack version in package.jsonHJ2022-08-16
| | | | | |
| | * | | | Reintroduce css minimizerTusooa Zhu2022-08-15
| | | | | |
| | * | | | Fix double dot in generated asset namesTusooa Zhu2022-08-15
| | | | | |
| | * | | | Update webpack pluginsTusooa Zhu2022-08-15
| | | | | |
| | * | | | Use assets in favour of loadersTusooa Zhu2022-08-15
| | | | | |
| | * | | | Fix testsTusooa Zhu2022-08-15
| | | | | |
| | * | | | Make webpack 5 workTusooa Zhu2022-08-15
| | | | | |