| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | fix list tests | Henry Jameson | 2022-08-16 |
| | | |||
| * | ignore invalid journal entries | Henry Jameson | 2022-08-16 |
| | | |||
| * | proper journal trimming + remove some old workaround to my local bad data | Henry Jameson | 2022-08-16 |
| | | |||
| * | whoops, forgot the most important bit | Henry Jameson | 2022-08-15 |
| | | |||
| * | fix | Henry Jameson | 2022-08-15 |
| | | |||
| * | add and remove users to/from lists from their profile | Henry Jameson | 2022-08-15 |
| | | |||
| * | edit mode | Henry Jameson | 2022-08-15 |
| | | |||
| * | fix anon user issues | Henry Jameson | 2022-08-15 |
| | | |||
| * | fix prod build again + fetch lists (and follow request) on login, | Henry Jameson | 2022-08-15 |
| | | | | | stop fetching on logout, don't start fetching in components | ||
| * | fix prod build | Henry Jameson | 2022-08-15 |
| | | |||
| * | lint | Henry Jameson | 2022-08-12 |
| | | |||
| * | limit amount of pins on desktop to 6 (for now) | Henry Jameson | 2022-08-12 |
| | | |||
| * | band-aid to prevent misclics on logout | Henry Jameson | 2022-08-12 |
| | | |||
| * | fixes, clear cache on logout | Henry Jameson | 2022-08-12 |
| | | |||
| * | let mobile users customize top bar as well | Henry Jameson | 2022-08-12 |
| | | |||
| * | fixes + fixes for anon users | Henry Jameson | 2022-08-12 |
| | | |||
| * | navigation refactored, used in mobile nav as well | Henry Jameson | 2022-08-11 |
| | | |||
| * | show pinned lists between timelines and rest | Henry Jameson | 2022-08-11 |
| | | |||
| * | you can now pin lists | Henry Jameson | 2022-08-11 |
| | | |||
| * | it works more or less well now | Henry Jameson | 2022-08-11 |
| | | |||
| * | ability to pin items in navigation menu, initial draft version | Henry Jameson | 2022-08-11 |
| | | |||
| * | add a todo for future | Henry Jameson | 2022-08-11 |
| | | |||
| * | server side storage support for collections + fixes | Henry Jameson | 2022-08-11 |
| | | |||
| * | update link in update notification to be a better one | Henry Jameson | 2022-08-11 |
| | | |||
| * | fixes | Henry Jameson | 2022-08-10 |
| | | |||
| * | more prefs storage work + move dontShowUpdateNotifs to prefs | Henry Jameson | 2022-08-10 |
| | | |||
| * | initial prefs storage work | Henry Jameson | 2022-08-10 |
| | | |||
| * | Merge branch 'feat/report-notification' into 'develop' | HJ | 2022-08-09 |
| |\ | | | | | | | | | #949 Feat/report notification See merge request pleroma/pleroma-fe!1322 | ||
| | * | Fix lint stuff | Sean King | 2022-08-06 |
| | | | |||
| | * | Fix merge conflicts | Sean King | 2022-08-06 |
| | |\ | |||
| | * \ | Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma-fe into ↵ | Ilja | 2022-07-18 |
| | |\ \ | | | | | | | | | | | | | feat/report-notification | ||
| | * | | | clean up leftover | Ilja | 2022-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 instead | Ilja | 2022-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 emoji | Ilja | 2022-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 ↵ | Ilja | 2022-03-20 |
| | |\ \ \ | | | | | | | | | | | | | | | | feat/report-notification | ||
| | * | | | | Use RichContent component for Reports | Ilja | 2022-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 component | Ilja | 2022-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 happy | Ilja | 2022-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 ↵ | Ilja | 2022-02-26 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | feat/report-notification | ||
| | * | | | | | Fix up and code review | Ilja | 2022-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 handling | Shpuld Shpuldson | 2021-02-03 |
| | | | | | | | |||
| | * | | | | | remove logs | Shpuld Shpuldson | 2021-02-01 |
| | | | | | | | |||
| | * | | | | | Fix report modal not working, add include_types | Shpuld Shpuldson | 2021-02-01 |
| | | | | | | | |||
| | * | | | | | Merge branch 'develop' into feat/report-notification | Shpuld Shpuldson | 2021-01-27 |
| | |\ \ \ \ \ | |||
| | * | | | | | | remove mock data | Shpuld Shpuldson | 2021-01-27 |
| | | | | | | | | |||
| | * | | | | | | add proper state switcher | Shpuld Shpuldson | 2021-01-27 |
| | | | | | | | | |||
| | * | | | | | | wip | Shpuld Shpuldson | 2021-01-18 |
| | | | | | | | | |||
| | * | | | | | | Merge branch 'develop' into feat/report-notification | Shpuld Shpuldson | 2021-01-13 |
| | |\ \ \ \ \ \ | |||
| | * | | | | | | | separated component | Shpuld Shpuldson | 2021-01-11 |
| | | | | | | | | | |||
| | * | | | | | | | somewhat workign version still with fixture | Shpuld Shpuldson | 2021-01-06 |
| | | | | | | | | | |||
