aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* 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
|
* whoops, forgot the most important bitHenry Jameson2022-08-15
|
* fixHenry Jameson2022-08-15
|
* add and remove users to/from lists from their profileHenry Jameson2022-08-15
|
* edit modeHenry 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
* fix prod buildHenry Jameson2022-08-15
|
* lintHenry Jameson2022-08-12
|
* limit amount of pins on desktop to 6 (for now)Henry Jameson2022-08-12
|
* band-aid to prevent misclics on logoutHenry Jameson2022-08-12
|
* fixes, clear cache on logoutHenry Jameson2022-08-12
|
* let mobile users customize top bar as wellHenry Jameson2022-08-12
|
* fixes + fixes for anon usersHenry Jameson2022-08-12
|
* navigation refactored, used in mobile nav as wellHenry Jameson2022-08-11
|
* show pinned lists between timelines and restHenry Jameson2022-08-11
|
* you can now pin listsHenry 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
|
* update link in update notification to be a better oneHenry 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 lint stuffSean King2022-08-06
| |
| * Fix merge conflictsSean King2022-08-06
| |\
| * \ Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma-fe into ↵Ilja2022-07-18
| |\ \ | | | | | | | | | | | | feat/report-notification
| * | | clean up leftoverIlja2022-03-21
| | | | | | | | | | | | | | | | | | | | 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
| * | | Use empty array for emji insteadIlja2022-03-21
| | | | | | | | | | | | | | | | Instead of relying on a key that isn't actually usefull, I just provide an empty array directly.
| * | | Add default array for RichContent emojiIlja2022-03-21
| | | | | | | | | | | | | | | | 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.
| * | | Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma-fe into ↵Ilja2022-03-20
| |\ \ \ | | | | | | | | | | | | | | | feat/report-notification
| * | | | Use RichContent component for ReportsIlja2022-03-20
| | | | | | | | | | | | | | | | | | | | 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
| * | | | Use Select componentIlja2022-03-20
| | | | | | | | | | | | | | | | | | | | 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.
| * | | | Make linter happyIlja2022-02-26
| | | | | | | | | | | | | | | | | | | | `npm run lint` gave warnings for two files, fixed them with `./node_modules/.bin/eslint --fix $FILENAME`
| * | | | 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
| | | | | |
| * | | | | remove logsShpuld Shpuldson2021-02-01
| | | | | |
| * | | | | Fix report modal not working, add include_typesShpuld Shpuldson2021-02-01
| | | | | |
| * | | | | Merge branch 'develop' into feat/report-notificationShpuld Shpuldson2021-01-27
| |\ \ \ \ \
| * | | | | | remove mock dataShpuld Shpuldson2021-01-27
| | | | | | |
| * | | | | | add proper state switcherShpuld Shpuldson2021-01-27
| | | | | | |
| * | | | | | wipShpuld Shpuldson2021-01-18
| | | | | | |
| * | | | | | Merge branch 'develop' into feat/report-notificationShpuld Shpuldson2021-01-13
| |\ \ \ \ \ \
| * | | | | | | separated componentShpuld Shpuldson2021-01-11
| | | | | | | |
| * | | | | | | somewhat workign version still with fixtureShpuld Shpuldson2021-01-06
| | | | | | | |