aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* make better defaults for user popovers, closer to OG behaviorHenry Jameson2022-11-21
|
* Merge branch 'fine_grained_moderation_privileges' into 'develop'HJ2022-11-21
|\ | | | | | | | | | | | | Add privileges Closes #1177 See merge request pleroma/pleroma-fe!1583
| * Only show Reports tab in Interactions when privileged to see reportsIlja2022-09-24
| |
| * Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma-fe into ↵Ilja2022-09-24
| |\ | | | | | | | | | fine_grained_moderation_privileges
| * | Update fallback privileges for moderators to include reports_manage_reportsSean King2022-08-07
| | |
| * | Show moderation drop down menu and items based on privilegesIlja2022-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | There's a seperator between certain blocks of items. I show/hide the seperator together with the block under it. When a block with a seperator is at the top, the seperator doesn't show, keeping a consistent look with seperators only between blocks. I also hide granting roles for deactivated accounts because that doesn't make much sense to me. For the rest the items are hidden when you're not privileged. When there's no privileges that show items, the menu isn't shown either.
| * | Option to delete a post is shown when privileged with messages_deleteIlja2022-08-06
| | |
| * | Add priviligesIlja2022-08-06
| | | | | | | | | | | | | | | We can now check what priviliges someone has besides only the role. On older back-ends, privileges aren't provided, so we have a fall-back to list the privileges corresponding to what mods/admins are allowed on older BE's.
* | | Use feed role for notifs and timelinestusooa2022-11-08
| | |
* | | Make notification panel a list of articlestusooa2022-11-08
| | |
* | | Handle properly 2-col and 3-col desktop notificationstusooa2022-11-08
| | |
* | | Make user panel and notification <aside>tusooa2022-11-08
| | |
* | | Make timeline a list of articlestusooa2022-11-07
| | |
* | | Add labels to mobile navstusooa2022-11-07
| | |
* | | Add labels for timeline headertusooa2022-11-07
| | |
* | | Use <main> for main contenttusooa2022-11-07
| | |
* | | Add title to mobile post buttontusooa2022-11-07
| | |
* | | lintHenry Jameson2022-11-01
| | |
* | | show counter in show new button on mobileHenry Jameson2022-11-01
| | |
* | | use new color slot for badgesHenry Jameson2022-10-17
| | |
* | | add titles to mobile buttonsHenry Jameson2022-10-17
| | |
* | | fix chevrons alignmentHenry Jameson2022-10-09
| | |
* | | fix alert dotHenry Jameson2022-10-09
| | |
* | | Merge remote-tracking branch 'origin/develop' into scrolltotopHenry Jameson2022-10-09
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: (89 commits) Update dependency @vuelidate/validators to v2.0.0 Remove lolex package Remove diff package Pin dependencies Update dependency sass to v1.55.0 Make suggestor suggest according to cldr annotations Make chunks named Use import() for emoji.json Add regional indicators Support filtering by keywords from cldr Display localized unicode emoji names Load unicode emoji annotations Extract language list to its own file using the half-shit approach since proper approach is full-shit Make unicode emoji phrases match with _ Use console.info Fix non-square emojis being truncated Fix emoji picker lint Fix emoji picker lint Tweak efficiency when changing filter keywords in emoji picker ...
| * | Merge branch 'from/develop/tusooa/grouped-emoji-picker' into 'develop'HJ2022-09-22
| |\ \ | | | | | | | | | | | | | | | | Group emojis into packs in emoji picker See merge request pleroma/pleroma-fe!1408
| | * | Make suggestor suggest according to cldr annotationsTusooa Zhu2022-09-21
| | | |
| | * | Make chunks namedTusooa Zhu2022-09-20
| | | |
| | * | Use import() for emoji.jsonTusooa Zhu2022-09-20
| | | |
| | * | Add regional indicatorsTusooa Zhu2022-09-20
| | | |
| | * | Support filtering by keywords from cldrTusooa Zhu2022-09-20
| | | |
| | * | Display localized unicode emoji namesTusooa Zhu2022-09-20
| | | |
| | * | Load unicode emoji annotationsTusooa Zhu2022-09-20
| | | |
| | * | Extract language list to its own fileTusooa Zhu2022-09-20
| | | |
| | * | Make unicode emoji phrases match with _Tusooa Zhu2022-09-18
| | | |
| | * | Fix non-square emojis being truncatedHJ2022-09-18
| | | |
| | * | Fix emoji picker lintTusooa Zhu2022-09-18
| | | |
| | * | Fix emoji picker lintTusooa Zhu2022-09-18
| | | |
| | * | Tweak efficiency when changing filter keywords in emoji pickerTusooa Zhu2022-09-18
| | | |
| | * | Use trimmed keyword for filtering emojisTusooa Zhu2022-09-18
| | | |
| | * | Limit the width of unsupported multichar emojisTusooa Zhu2022-09-18
| | | |
| | * | Make emoji picker work with vue3Tusooa Zhu2022-09-18
| | | |
| | * | Make StillImage react to src changesTusooa Zhu2022-09-18
| | | |
| | * | LintTusooa Zhu2022-09-18
| | | |
| | * | Add English translation for unicode emoji group namesTusooa Zhu2022-09-18
| | | |
| | * | Add icons for unicode emoji groupsTusooa Zhu2022-09-18
| | | |
| | * | Make emoji picker use grouped unicode emojisTusooa Zhu2022-09-18
| | | |
| | * | Scroll active tab header into view in emoji pickerTusooa Zhu2022-09-18
| | | |
| | * | Clean up emoji picker cssTusooa Zhu2022-09-18
| | | |
| | * | Use StillImage to render emojis in emoji pickerTusooa Zhu2022-09-18
| | | |
| | * | Fix error on emoji picker first loadTusooa Zhu2022-09-18
| | | | | | | | | | | | | | | | Ref: grouped-emoji-picker