aboutsummaryrefslogtreecommitdiff
path: root/src/modules
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
| |
| * Use import() for emoji.jsonTusooa Zhu2022-09-20
| |
| * Add regional indicatorsTusooa Zhu2022-09-20
| |
| * Display localized unicode emoji namesTusooa Zhu2022-09-20
| |
| * Load unicode emoji annotationsTusooa Zhu2022-09-20
| |
| * Make unicode emoji phrases match with _Tusooa Zhu2022-09-18
| |
| * Make emoji picker use grouped unicode emojisTusooa Zhu2022-09-18
| |
| * Group emojis only by pack and remove pack: prefixTusooa Zhu2022-09-18
| | | | | | | | Ref: grouped-emoji-picker
| * Optimise emoji picker loading processTusooa Zhu2022-09-18
| |
| * Fix load more emoji actionTusooa Zhu2022-09-18
| |
* | 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-01
| |\ \
| * | | Add ability to view status history for edited statusesSean King2022-06-20
| | | |
| * | | Display edited statusTusooa Zhu2022-06-11
| | | |
| * | | Add edit status functionalitySean King2022-06-07
| | | |
* | | | Fix follow request countTusooa Zhu2022-09-07
| | | |
* | | | 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 '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
| | | | | |
| * | | | | Allow opening profile: multiChoiceProprties record, anonymous accessAlexander Tumin2022-08-09
| | | | | |
| * | | | | Allow opening profile when clicking an avatar inside of user popoverAlexander Tumin2022-08-08
| | |_|_|/ | |/| | |
* | | | | 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 ...
| * | | | 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
* | | | 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
| | | |
* | | | fixHenry Jameson2022-08-15
| | | |
* | | | add and remove users to/from lists from their profileHenry Jameson2022-08-15
| | | |
* | | | fix anon user issuesHenry Jameson2022-08-15
| | | |
* | | | fix prod build again + fetch lists (and follow request) on login,Henry Jameson2022-08-15
| | | | | | | | | | | | | | | | stop fetching on logout, don't start fetching in components
* | | | fixes, clear cache on logoutHenry Jameson2022-08-12
| | | |
* | | | navigation refactored, used in mobile nav as wellHenry Jameson2022-08-11
| | | |
* | | | it works more or less well nowHenry Jameson2022-08-11
| | | |
* | | | ability to pin items in navigation menu, initial draft versionHenry Jameson2022-08-11
| | | |
* | | | add a todo for futureHenry Jameson2022-08-11
| | | |
* | | | server side storage support for collections + fixesHenry Jameson2022-08-11
| | | |
* | | | fixesHenry Jameson2022-08-10
| | | |
* | | | more prefs storage work + move dontShowUpdateNotifs to prefsHenry Jameson2022-08-10
| | | |
* | | | initial prefs storage workHenry Jameson2022-08-10
|/ / /
* | | 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