| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | add 'none' keyword to PISS shadow definiton that equals empty array | Henry Jameson | 2024-09-24 |
| | | |||
| * | Merge branch 'gallery-specs' into 'develop' | HJ | 2024-09-21 |
| |\ | | | | | | | | | Gallery specs See merge request pleroma/pleroma-fe!1944 | ||
| | * | remove .only | Henry Jameson | 2024-09-21 |
| | | | |||
| | * | Specs for the gallery component | Brian Underwood | 2023-02-08 |
| | | | |||
| * | | only | Henry Jameson | 2024-09-20 |
| | | | |||
| * | | more tests, fixed some issues | Henry Jameson | 2024-09-20 |
| | | | |||
| * | | remove 'only' | Henry Jameson | 2024-09-20 |
| | | | |||
| * | | cleanup | Henry Jameson | 2024-09-20 |
| | | | |||
| * | | at last... it's complete | Henry Jameson | 2024-09-20 |
| | | | |||
| * | | temp | Henry Jameson | 2024-09-19 |
| | | | |||
| * | | fix tests | Henry Jameson | 2024-07-22 |
| | | | |||
| * | | MASSIVELY streamlined theme setting process, now EVERYTHING happens in a ↵ | Henry Jameson | 2024-07-10 |
| | | | | | | | | | vuex action "setTheme" instead of several different applyTheme()s scattered around | ||
| * | | fix tests and make them pass on shit hardware | Henry Jameson | 2024-03-26 |
| | | | |||
| * | | more tests | Henry Jameson | 2024-03-25 |
| | | | |||
| * | | fix massive issue in getAllPossibleCombinations | Henry Jameson | 2024-03-25 |
| | | | |||
| * | | update tests | Henry Jameson | 2024-03-07 |
| | | | |||
| * | | better virtual components and stuff | Henry Jameson | 2024-01-31 |
| | | | |||
| * | | shit more or less works for the very basic stuff | Henry Jameson | 2024-01-23 |
| | | | |||
| * | | some more stuff, generating CSS selectors from rules | Henry Jameson | 2024-01-23 |
| | | | |||
| * | | fix tests and make utils consistent in where they pull configuration from | Henry Jameson | 2023-11-22 |
| | | | |||
| * | | fix tests | Henry Jameson | 2023-11-19 |
| | | | |||
| * | | remove a test | Henry Jameson | 2023-11-16 |
| | | | |||
| * | | Fix parsing non-ascii tags | tusooa | 2023-07-21 |
| |/ | |||
| * | Fix unit tests | tusooa | 2023-01-21 |
| | | |||
| * | fix tests | Henry Jameson | 2022-11-27 |
| | | |||
| * | fix leaky journal by running uniq on addToCollection entries | Henry Jameson | 2022-11-24 |
| | | |||
| * | Merge branch 'navigation-update' into 'develop' | tusooa | 2022-08-30 |
| |\ | | | | | | | | | Navigation update + preferences storage (and some minor fixes) See merge request pleroma/pleroma-fe!1592 | ||
| | * | Merge remote-tracking branch 'origin/develop' into navigation-update | Henry Jameson | 2022-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 remote-tracking branch 'origin/develop' into navigation-update | Henry Jameson | 2022-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 ... | ||
| | * | | | fix journal test | Henry Jameson | 2022-08-16 |
| | | | | | |||
| | * | | | fix list tests | Henry Jameson | 2022-08-16 |
| | | | | | |||
| | * | | | proper journal trimming + remove some old workaround to my local bad data | Henry Jameson | 2022-08-16 |
| | | | | | |||
| | * | | | fixes, clear cache on logout | Henry Jameson | 2022-08-12 |
| | | | | | |||
| | * | | | fixes + fixes for anon users | Henry Jameson | 2022-08-12 |
| | | | | | |||
| | * | | | server side storage support for collections + fixes | Henry Jameson | 2022-08-11 |
| | | | | | |||
| | * | | | more prefs storage work + move dontShowUpdateNotifs to prefs | Henry Jameson | 2022-08-10 |
| | | | | | |||
| | * | | | initial prefs storage work | Henry Jameson | 2022-08-10 |
| | | | | | |||
| * | | | | Use dedicated indicator for non-ascii domain names | Tusooa Zhu | 2022-08-29 |
| | |_|/ |/| | | |||
| * | | | Merge branch 'from/develop/tusooa/user-profile-routes' into 'develop' | HJ | 2022-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 Zhu | 2022-08-10 |
| | |/ | |||
| * | | Merge branch 'renovate/chai-4.x' into 'develop' | tusooa | 2022-08-11 |
| |\ \ | |/ |/| | | | | | Update dependency chai to v4 See merge request pleroma/pleroma-fe!1567 | ||
| | * | Fix test errors | Tusooa Zhu | 2022-08-10 |
| | | | |||
| * | | Merge branch 'lists-implementation' into 'develop' | HJ | 2022-08-09 |
| |\ \ | | | | | | | | | | | | | Add lists support See merge request pleroma/pleroma-fe!1584 | ||
| | * | | Lists implementation: tests, linter fix | Alexander Tumin | 2022-08-06 |
| | | | | |||
| | * | | Lists implementation | Alexander Tumin | 2022-08-06 |
| | |/ | |||
| * / | unit test + some refactoring | Henry Jameson | 2022-08-04 |
| |/ | |||
| * | deal with no-prototype-builtins | Henry Jameson | 2022-07-31 |
| | | |||
| * | --fix | Henry Jameson | 2022-07-31 |
| | | |||
| * | Merge remote-tracking branch 'origin/develop' into disjointed-popovers | Henry Jameson | 2022-06-27 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: add SK (Slovak) translation ReactButton: Workaround for android composition mode EmojiPicker: Workaround to search immediately on mobile Fix top bar input text colour Show underlay for mobile Fix tests Add English translations for correctly i18nized time units Delegate relativeTime plural rules to vue-i18n restore notifications page, fix z-index issues Make lint happy Add English translations for backup UI Add backup UI Add English translation for list aliases error Log errors when listing aliases Add changelog Add Engilsh translation for migration Add frontend ui for aliases and migration Change translation key Explain better what delete does in moderation menu | ||
| | * | Fix tests | Tusooa Zhu | 2022-06-07 |
| | | | |||
