aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* 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
| | |
| * | 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
| |/
| * Merge branch 'feat/report-notification' into 'develop'HJ2022-08-09
| |\ | | | | | | | | | | | | #949 Feat/report notification See merge request pleroma/pleroma-fe!1322
| | * Fix lint stuffSean King2022-08-06
| | |
| | * Fix merge conflictsSean King2022-08-06
| | |\
| | * \ Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma-fe into ↵Ilja2022-07-18
| | |\ \ | | | | | | | | | | | | | | | feat/report-notification
| | * | | clean up leftoverIlja2022-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | There was a comment to enable something for eslint. This was a leftover from when it was dissabled. But the dissabling was removed in a privious commit f9393b0dab22279e9bdb97a1cf52fecfe278a4a7
| | * | | Use empty array for emji insteadIlja2022-03-21
| | | | | | | | | | | | | | | | | | | | Instead of relying on a key that isn't actually usefull, I just provide an empty array directly.
| | * | | Add default array for RichContent emojiIlja2022-03-21
| | | | | | | | | | | | | | | | | | | | Reports don't currently return an emoji key. There's an MR to add it, but in case something doesn't return this key, we now have a default empty array.
| | * | | Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma-fe into ↵Ilja2022-03-20
| | |\ \ \ | | | | | | | | | | | | | | | | | | feat/report-notification
| | * | | | Use RichContent component for ReportsIlja2022-03-20
| | | | | | | | | | | | | | | | | | | | | | | | Note that this expects an emoji list for the reports. I made an MR in BE to provide that: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3650
| | * | | | Use Select componentIlja2022-03-20
| | | | | | | | | | | | | | | | | | | | | | | | After merging develop, the dropdown didn't format properly any more because selects have been made into a component. Here I turn the select into a component as well.
| | * | | | Make linter happyIlja2022-02-26
| | | | | | | | | | | | | | | | | | | | | | | | `npm run lint` gave warnings for two files, fixed them with `./node_modules/.bin/eslint --fix $FILENAME`
| | * | | | Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma-fe into ↵Ilja2022-02-26
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | feat/report-notification
| | * | | | | Fix up and code reviewIlja2022-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Check if it works properly * Notifs are shown as BE returns them * The Interaction view has Reports, but only when you're mod or admin * Do some extra translations * Fix some console spam
| | * | | | | Fix setting report state, add proper error handlingShpuld Shpuldson2021-02-03
| | | | | | |
| | * | | | | remove logsShpuld Shpuldson2021-02-01
| | | | | | |
| | * | | | | Fix report modal not working, add include_typesShpuld Shpuldson2021-02-01
| | | | | | |
| | * | | | | Merge branch 'develop' into feat/report-notificationShpuld Shpuldson2021-01-27
| | |\ \ \ \ \
| | * | | | | | remove mock dataShpuld Shpuldson2021-01-27
| | | | | | | |
| | * | | | | | add proper state switcherShpuld Shpuldson2021-01-27
| | | | | | | |
| | * | | | | | wipShpuld Shpuldson2021-01-18
| | | | | | | |
| | * | | | | | Merge branch 'develop' into feat/report-notificationShpuld Shpuldson2021-01-13
| | |\ \ \ \ \ \
| | * | | | | | | separated componentShpuld Shpuldson2021-01-11
| | | | | | | | |
| | * | | | | | | somewhat workign version still with fixtureShpuld Shpuldson2021-01-06
| | | | | | | | |
| | * | | | | | | Merge branch 'develop' into feat/report-notificationShpuld Shpuldson2021-01-05
| | |\ \ \ \ \ \ \
| | * | | | | | | | add test data for devShpuld Shpuldson2020-12-04
| | | | | | | | | |
| | * | | | | | | | Merge branch 'develop' into feat/report-notificationShpuld Shpuldson2020-12-04
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | report notification wipShpuld Shpuldson2020-11-15
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'lists-implementation' into 'develop'HJ2022-08-09
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add lists support See merge request pleroma/pleroma-fe!1584
| | * | | | | | | | | | Lists implementation: make route naming consistentAlexander Tumin2022-08-06
| | | | | | | | | | | |