aboutsummaryrefslogtreecommitdiff
path: root/src/i18n
Commit message (Collapse)AuthorAge
* 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 chunks namedTusooa Zhu2022-09-20
| |
| * Add regional indicatorsTusooa 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
| |
| * Add English translation for unicode emoji group namesTusooa Zhu2022-09-18
| |
* | Change "Remove this follower" to "Remove Follower" and add a button to ↵Sean King2022-09-17
| | | | | | | | remove a follower in the followers tab for the logged in user
* | Added support for removing users from followersSean King2022-09-15
|/
* Merge branch 'add/edit-status' into 'develop'tusooa2022-09-11
|\ | | | | | | | | Add edit status functionality See merge request pleroma/pleroma-fe!1537
| * Merge branch 'develop' of git.pleroma.social:pleroma/pleroma-fe into ↵Sean King2022-08-22
| |\ | | | | | | | | | add/edit-status
| * \ Fix merge conflictsSean King2022-08-08
| |\ \
| * \ \ Fix merge conflictsSean King2022-08-01
| |\ \ \
| * \ \ \ Merge branch 'develop' of git.pleroma.social:pleroma/pleroma-fe into ↵Sean King2022-07-10
| |\ \ \ \ | | | | | | | | | | | | | | | | | | add/edit-status
| * | | | | Add English translation for last edited at indicatorTusooa Zhu2022-06-22
| | | | | |
| * | | | | Add ability to view status history for edited statusesSean King2022-06-20
| | | | | |
| * | | | | Change message on unsupported edit featuresSean King2022-06-12
| | | | | |
| * | | | | Clarification on unsupported edit features warningSean King2022-06-11
| | | | | |
| * | | | | Add warning for editing statusesSean King2022-06-11
| | | | | |
| * | | | | Add edit status functionalitySean King2022-06-07
| | | | | |
* | | | | | Merge branch 'navigation-update' into 'develop'tusooa2022-08-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Navigation update + preferences storage (and some minor fixes) See merge request pleroma/pleroma-fe!1592
| * | | | | | change ugly checkbox to a list element that doesn't look too much out of placeHenry Jameson2022-08-24
| | | | | | |
| * | | | | | a11yHenry Jameson2022-08-24
| | | | | | |
| * | | | | | 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 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 ...
| * | | | | | | create new list UIHenry Jameson2022-08-17
| | | | | | | |
| * | | | | | | List edit UI overhaulHenry Jameson2022-08-17
| | | | | | | |
| * | | | | | | add and remove users to/from lists from their profileHenry Jameson2022-08-15
| | | | | | | |
| * | | | | | | edit modeHenry Jameson2022-08-15
| | | | | | | |
| * | | | | | | let mobile users customize top bar as wellHenry Jameson2022-08-12
| | | | | | | |
* | | | | | | | Use dedicated indicator for non-ascii domain namesTusooa Zhu2022-08-29
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge branch 'develop' into 'allow-opening-profile-in-user-popover'HJ2022-08-22
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | # Conflicts: # src/components/settings_modal/tabs/general_tab.vue
| * | | | | | Allow column width configuration: allow stretching navbar with columnsAlexander Tumin2022-08-17
| | | | | | |
| * | | | | | Allow column width configurationAlexander Tumin2022-08-11
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | Group column configuration in settings Column width configuration: do not act on defaults
| * | | | | Merge branch 'feat/report-notification' into 'develop'HJ2022-08-09
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | #949 Feat/report notification See merge request pleroma/pleroma-fe!1322
| | * \ \ \ \ Fix merge conflictsSean King2022-08-06
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | * | | | | Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma-fe into ↵Ilja2022-07-18
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | | | | | | | | | feat/report-notification
| | * | | | | Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma-fe into ↵Ilja2022-03-20
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | feat/report-notification
| | * \ \ \ \ \ 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
| | | | | | | | |
| | * | | | | | | Merge branch 'develop' into feat/report-notificationShpuld Shpuldson2021-01-27
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ 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 'lists-implementation' into 'develop'HJ2022-08-09
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add lists support See merge request pleroma/pleroma-fe!1584
| | * | | | | | | | | | Lists implementationAlexander Tumin2022-08-06
| | | |_|_|_|_|_|/ / / | | |/| | | | | | | |
| * | | | | | | | | | art creditHenry Jameson2022-08-08
| | | | | | | | | | |
| * | | | | | | | | | proper links and fix user detectionHenry Jameson2022-08-08
| | | | | | | | | | |
| * | | | | | | | | | Merge remote-tracking branch 'origin/develop' into been-awhileHenry Jameson2022-08-08
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: lint fix bugs Apply 1 suggestion(s) to 1 file(s) change icons Update dependency vue-i18n to v9.2.0 made quick settings into their own component, added quick view settings, added both to conversation view