aboutsummaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Collapse)AuthorAge
* 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
| * | | | | 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
| | | | | |
| * | | | | Fix report modal not working, add include_typesShpuld Shpuldson2021-02-01
| | | | | |
| * | | | | add proper state switcherShpuld Shpuldson2021-01-27
| | | | | |
| * | | | | wipShpuld Shpuldson2021-01-18
| | | | | |
| * | | | | Merge branch 'develop' into feat/report-notificationShpuld Shpuldson2021-01-13
| |\ \ \ \ \
| * | | | | | 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 implementation: tests, linter fixAlexander Tumin2022-08-06
| | | | | | | |
| * | | | | | | Lists implementationAlexander Tumin2022-08-06
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | don't let function access `this`Henry Jameson2022-08-08
| | | | | | |
* | | | | | | don't show to anons, make it possible to disable notification instance-wideHenry Jameson2022-08-08
| | | | | | |
* | | | | | | unit test + some refactoringHenry Jameson2022-08-04
| | | | | | |
* | | | | | | refactoringHenry Jameson2022-08-04
| | | | | | |
* | | | | | | server-side storage for flagsHenry Jameson2022-08-04
|/ / / / / /
* | | | | | deal with no-prototype-builtinsHenry Jameson2022-07-31
| | | | | |
* | | | | | --fixHenry Jameson2022-07-31
| | | | | |
* | | | | | fix avatar not closing, add option to put popovers next to avatarHenry Jameson2022-07-19
| | | | | | | | | | | | | | | | | | | | | | | | instead of over it
* | | | | | close on avatar click again, add zooming as optionHenry Jameson2022-06-27
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'threecolumn' into 'develop'HJ2022-05-31
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Layout refactoring + Three column mode See merge request pleroma/pleroma-fe!1503
| * \ \ \ \ Merge remote-tracking branch 'origin/develop' into threecolumnHenry Jameson2022-05-20
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: Fix virtual scrolling when the user has a lot of pinned statuses fix "allow discovery" setting misbehaving
| * | | | | | set/unset threecolumn mode on login/logoutHenry Jameson2022-05-16
| | | | | | |
| * | | | | | don't use wide mode for anon viewersHenry Jameson2022-05-09
| | | | | | |
| * | | | | | unified layout-setting code and made an option to control or disableHenry Jameson2022-04-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | third column behavior
| * | | | | | options to enable scrollbars and disable sticky headersHenry Jameson2022-04-07
| | | | | | |
| * | | | | | Merge remote-tracking branch 'origin/develop' into threecolumnHenry Jameson2022-04-07
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: Fix active popover style Use panel text instead of text for shoutbox icon Fix dropdown menu style inside panel header Fix phoenix sockets in dev mode Fix no reactivity on vuex 4 values fix tegulu heck fix i18n for good?? force runtime build of i18n fix CSP by compiling the i18n templates as well
| * | | | | | | wide mode initial implementation + cleanupHenry Jameson2022-04-05
| | | | | | | |
* | | | | | | | Revert "Merge branch 'revert-a88abc7e' into 'develop'"HJ2022-05-22
| | | | | | | | | | | | | | | | | | | | | | | | This reverts merge request !1526
* | | | | | | | Revert "Merge branch 'from/develop/tusooa/lang-opts' into 'develop'"HJ2022-05-22
| | | | | | | | | | | | | | | | | | | | | | | | This reverts merge request !1494
* | | | | | | | Merge branch 'from/develop/tusooa/lang-opts' into 'develop'HJ2022-05-22
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add language options See merge request pleroma/pleroma-fe!1494
| * | | | | | | | Make lint happyTusooa Zhu2022-04-29
| | | | | | | | |
| * | | | | | | | Set userLanguage cookie when setting interface languageTusooa Zhu2022-04-29
| | |_|/ / / / / | |/| | | | | |
* / | | | | | | Add settings for filtering end-of-poll notificationsTusooa Zhu2022-05-20
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Ref: poll-notif