aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* add a favorites "timeline" shortcutHenry Jameson2022-08-30
|
* refactor navigation-entry and use them in other nav itemsHenry Jameson2022-08-30
|
* fix lists edit pageHenry Jameson2022-08-24
|
* change ugly checkbox to a list element that doesn't look too much out of placeHenry Jameson2022-08-24
|
* a11yHenry Jameson2022-08-24
|
* squeeze/stretch pinned items as long as there's enough space for it,Henry Jameson2022-08-24
| | | | hide items that won't fitc
* lintHenry Jameson2022-08-23
|
* fix being unable to edit timeline pins on mobileHenry Jameson2022-08-23
|
* ariaHenry Jameson2022-08-23
|
* fix mobile side drawer causing issuesHenry Jameson2022-08-23
|
* Merge remote-tracking branch 'origin/develop' into navigation-updateHenry Jameson2022-08-23
|\ | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: Update dependency opn to v5 fix notices being under the navbar, also change offset to use variable fix modals not having proper z index reduce indexes to be below 9999 so that develop error messages appear above Do not allow to find by name in findUser() Use lookup endpoint to obtain users by nickname Use $ for id UserProfile routes Allow opening profile: multiChoiceProprties record, anonymous access Allow opening profile when clicking an avatar inside of user popover
| * 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 '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
| | | |
| * | | Allow opening profile: multiChoiceProprties record, anonymous accessAlexander Tumin2022-08-09
| | | |
| * | | Allow opening profile when clicking an avatar inside of user popoverAlexander Tumin2022-08-08
| | | |
* | | | fix links not being active by defaultHenry Jameson2022-08-23
| | | |
* | | | improve submenu and improve icon buttons hover effectsHenry Jameson2022-08-23
| | | |
* | | | add an underline to the selected pin to improve accesibilityHenry Jameson2022-08-23
| | | |
* | | | Merge remote-tracking branch 'origin/develop' into navigation-updateHenry Jameson2022-08-23
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: (49 commits) Fix react & extra buttons not styled on tab-focus Fix popover not popping up Fix styling on Safari Use :focus-visible instead of :focus for focus markers Optimize Reply badge position Add badges to status interacting buttons Update dependency nightwatch to v2 Update dependency eslint-plugin-n to v15.2.5 Update dependency mocha to v10 Update dependency karma-coverage to v2 Update dependency sass to v1.54.5 Update dependency karma-firefox-launcher to v2 Update dependency vue-template-compiler to v2.7.9 Pin dependencies Refresh yarn.lock Allow column width configuration: allow stretching navbar with columns Remove legacy code for chunksSortMode Add FIXME comment about html-webpack-plugin-after-emit Use exact webpack version in package.json Reintroduce css minimizer ...
| * | | 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
| * | | 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
| * | | Make webpack 5 workTusooa Zhu2022-08-15
| |/ /
* | | fix routes and testsHenry Jameson2022-08-17
| | |
* | | fix lists not having pins in edit modeHenry Jameson2022-08-17
| | |
* | | fix edit mode checkbox showing up for anon usersHenry Jameson2022-08-17
| | |
* | | create new list UIHenry Jameson2022-08-17
| | |
* | | forgot to actually add add/remove methods, lel. remove some consolelogsHenry Jameson2022-08-17
| | |
* | | lintHenry Jameson2022-08-17
| | |
* | | List edit UI overhaulHenry Jameson2022-08-17
| | |
* | | fix list testsHenry Jameson2022-08-16
| | |
* | | ignore invalid journal entriesHenry Jameson2022-08-16
| | |
* | | proper journal trimming + remove some old workaround to my local bad dataHenry Jameson2022-08-16
| | |
* | | whoops, forgot the most important bitHenry Jameson2022-08-15
| | |
* | | fixHenry Jameson2022-08-15
| | |