| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Make webpack 5 work | Tusooa Zhu | 2022-08-15 |
| | | |||
| * | 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 |
| | | | | | | | | | |||
| | * | | | | | | | Merge branch 'develop' into feat/report-notification | Shpuld Shpuldson | 2021-01-05 |
| | |\ \ \ \ \ \ \ | |||
| | * | | | | | | | | add test data for dev | Shpuld Shpuldson | 2020-12-04 |
| | | | | | | | | | | |||
| | * | | | | | | | | Merge branch 'develop' into feat/report-notification | Shpuld Shpuldson | 2020-12-04 |
| | |\ \ \ \ \ \ \ \ | |||
| | * | | | | | | | | | report notification wip | Shpuld Shpuldson | 2020-11-15 |
| | | | | | | | | | | | |||
| * | | | | | | | | | | Merge branch 'lists-implementation' into 'develop' | HJ | 2022-08-09 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add lists support See merge request pleroma/pleroma-fe!1584 | ||
| | * | | | | | | | | | | Lists implementation: make route naming consistent | Alexander Tumin | 2022-08-06 |
| | | | | | | | | | | | | |||
| | * | | | | | | | | | | Lists implementation: tests, linter fix | Alexander Tumin | 2022-08-06 |
| | | | | | | | | | | | | |||
| | * | | | | | | | | | | Lists implementation | Alexander Tumin | 2022-08-06 |
| | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | |||
| * | | | | | | | | | | Merge branch 'fix-chat-scroll' into 'develop' | HJ | 2022-08-09 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix chat scroll acting unwise Closes #1178 See merge request pleroma/pleroma-fe!1587 | ||
| | * | | | | | | | | | | fix chat scroll acting unwise | Henry Jameson | 2022-08-09 |
| | | | | | | | | | | | | |||
| * | | | | | | | | | | | move pleroma-tan just a tiny bit lower | Henry Jameson | 2022-08-08 |
| | | | | | | | | | | | | |||
| * | | | | | | | | | | | art credit | Henry Jameson | 2022-08-08 |
| | | | | | | | | | | | | |||
| * | | | | | | | | | | | lint | Henry Jameson | 2022-08-08 |
| | | | | | | | | | | | | |||
| * | | | | | | | | | | | proper animation | Henry Jameson | 2022-08-08 |
| | | | | | | | | | | | | |||
| * | | | | | | | | | | | don't let function access `this` | Henry Jameson | 2022-08-08 |
| | | | | | | | | | | | | |||
| * | | | | | | | | | | | lint | Henry Jameson | 2022-08-08 |
| | | | | | | | | | | | | |||
| * | | | | | | | | | | | proper links and fix user detection | Henry Jameson | 2022-08-08 |
| | | | | | | | | | | | | |||
| * | | | | | | | | | | | don't show to anons, make it possible to disable notification instance-wide | Henry Jameson | 2022-08-08 |
| | | | | | | | | | | | | |||
| * | | | | | | | | | | | Merge remote-tracking branch 'origin/develop' into been-awhile | Henry Jameson | 2022-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 | ||
| | * | | | | | | | | | | lint | Henry Jameson | 2022-08-04 |
| | | | | | | | | | | | | |||
| | * | | | | | | | | | | fix bugs | Henry Jameson | 2022-08-04 |
| | | | | | | | | | | | | |||
| | * | | | | | | | | | | Apply 1 suggestion(s) to 1 file(s) | HJ | 2022-08-04 |
| | | | | | | | | | | | | |||
| | * | | | | | | | | | | change icons | Henry Jameson | 2022-08-02 |
| | | | | | | | | | | | | |||
| | * | | | | | | | | | | made quick settings into their own component, added quick view settings, | Henry Jameson | 2022-08-01 |
| | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added both to conversation view | ||
| * | | | | | | | | | | Apply 2 suggestion(s) to 1 file(s) | HJ | 2022-08-07 |
| | | | | | | | | | | | |||
| * | | | | | | | | | | Apply 2 suggestion(s) to 1 file(s) | Hélène | 2022-08-05 |
| | | | | | | | | | | | |||
