| Commit message (Collapse) | Author | Age |
| |\
| |
| |
| |
| | |
Fix various issues related to z-indexes
See merge request pleroma/pleroma-fe!1617
|
| | | |
|
| | | |
|
| | | |
|
| |\ \
| | |
| | |
| | | |
# Conflicts:
# src/components/settings_modal/tabs/general_tab.vue
|
| | |\ \
| | |/
| |/|
| | |
| | | |
Stop generating /:nickname user profile routes
See merge request pleroma/pleroma-fe!1589
|
| | | | |
|
| | | | |
|
| | | | |
|
| | |\ \
| | | |
| | | |
| | | |
| | | | |
Allow application width configuration
See merge request pleroma/pleroma-fe!1533
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | | |
--miniColumn
|
| | | | | |
|
| | | |/
| | |
| | |
| | |
| | | |
Group column configuration in settings
Column width configuration: do not act on defaults
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | |/ |
|
| | |\
| | |
| | |
| | |
| | | |
#949 Feat/report notification
See merge request pleroma/pleroma-fe!1322
|
| | | | |
|
| | | |\ |
|
| | | |\ \
| | | | |
| | | | |
| | | | | |
feat/report-notification
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Instead of relying on a key that isn't actually usefull, I just provide an empty array directly.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
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.
|
| | | |\ \ \
| | | | | |
| | | | | |
| | | | | | |
feat/report-notification
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
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
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
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.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
`npm run lint` gave warnings for two files, fixed them with `./node_modules/.bin/eslint --fix $FILENAME`
|
| | | |\ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
feat/report-notification
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* 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
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | |\ \ \ \ \ |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | |\ \ \ \ \ \ |
|
| | | | | | | | | | |
|
| | | | | | | | | | |
|
| | | |\ \ \ \ \ \ \ |
|
| | | | | | | | | | | |
|
| | | |\ \ \ \ \ \ \ \ |
|
| | | | | | | | | | | | |
|
| | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
Add lists support
See merge request pleroma/pleroma-fe!1584
|
| | | | | | | | | | | | | |
|