| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | fix links not being active by default | Henry Jameson | 2022-08-23 |
| | | |||
| * | improve submenu and improve icon buttons hover effects | Henry Jameson | 2022-08-23 |
| | | |||
| * | add an underline to the selected pin to improve accesibility | Henry Jameson | 2022-08-23 |
| | | |||
| * | 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 ... | ||
| | * | Merge branch 'allow-application-width-configuration' into 'develop' | HJ | 2022-08-22 |
| | |\ | | | | | | | | | | | | | Allow application width configuration See merge request pleroma/pleroma-fe!1533 | ||
| | | * | Allow column width configuration: allow stretching navbar with columns | Alexander Tumin | 2022-08-17 |
| | | | | |||
| | | * | Column width configuration: do not act on defaults, bound with on minmax ↵ | Alexander Tumin | 2022-08-11 |
| | | | | | | | | | | | | | --miniColumn | ||
| | | * | refactor | HJ | 2022-08-11 |
| | | | | |||
| | | * | Allow column width configuration | Alexander Tumin | 2022-08-11 |
| | | | | | | | | | | | | | | | | Group column configuration in settings Column width configuration: do not act on defaults | ||
| | * | | Fix react & extra buttons not styled on tab-focus | Tusooa Zhu | 2022-08-22 |
| | | | | |||
| | * | | Fix popover not popping up | Tusooa Zhu | 2022-08-22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Sometimes the "focus-marker" gets clicked. In this situation, it will trigger an open, and then a close, because the original focus-marker was removed from the dom, so $el.contains() no longer thinks the marker is part of the trigger! We replaced the v-if with v-show to resolve this problem. | ||
| | * | | Fix styling on Safari | Tusooa Zhu | 2022-08-22 |
| | | | | |||
| | * | | Use :focus-visible instead of :focus for focus markers | Tusooa Zhu | 2022-08-22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In this way, after the user clicked with a pointer and moved that pointer away, the focus marker will no longer show a focused style. As Safari remains the only major browser engine that does not support :focus-visible, a fallback to :focus is used if there is no browser support for :focus-visible. https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible | ||
| | * | | Optimize Reply badge position | Tusooa Zhu | 2022-08-22 |
| | | | | |||
| | * | | Add badges to status interacting buttons | Tusooa Zhu | 2022-08-22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now, the following badges will be added: 0: (+) sign to reply, favourite, repeat, react and extra buttons 1: (-) sign to unfavourite and unrepeat 2: (x) sign to close reply form, close react popover, and close extra buttons popover 3: Check mark to favourited and repeated statuses https://git.pleroma.social/pleroma/pleroma-fe/-/issues/1092 | ||
| | * | | Make webpack 5 work | Tusooa Zhu | 2022-08-15 |
| | |/ | |||
| * | | fix routes and tests | Henry Jameson | 2022-08-17 |
| | | | |||
| * | | fix lists not having pins in edit mode | Henry Jameson | 2022-08-17 |
| | | | |||
| * | | fix edit mode checkbox showing up for anon users | Henry Jameson | 2022-08-17 |
| | | | |||
| * | | create new list UI | Henry Jameson | 2022-08-17 |
| | | | |||
| * | | forgot to actually add add/remove methods, lel. remove some consolelogs | Henry Jameson | 2022-08-17 |
| | | | |||
| * | | lint | Henry Jameson | 2022-08-17 |
| | | | |||
| * | | List edit UI overhaul | Henry Jameson | 2022-08-17 |
| | | | |||
| * | | 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 |
| |/ | |||
