aboutsummaryrefslogtreecommitdiff
path: root/src/components
Commit message (Collapse)AuthorAge
* improve submenu and improve icon buttons hover effectsHenry Jameson2022-08-23
|
* add an underline to the selected pin to improve accesibilityHenry Jameson2022-08-23
|
* Merge remote-tracking branch 'origin/develop' into navigation-updateHenry Jameson2022-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'HJ2022-08-22
| |\ | | | | | | | | | | | | Allow application width configuration See merge request pleroma/pleroma-fe!1533
| | * Allow column width configuration: allow stretching navbar with columnsAlexander Tumin2022-08-17
| | |
| | * Allow column width configurationAlexander Tumin2022-08-11
| | | | | | | | | | | | | | | Group column configuration in settings Column width configuration: do not act on defaults
| * | Fix react & extra buttons not styled on tab-focusTusooa Zhu2022-08-22
| | |
| * | Fix popover not popping upTusooa Zhu2022-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 SafariTusooa Zhu2022-08-22
| | |
| * | Use :focus-visible instead of :focus for focus markersTusooa Zhu2022-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 positionTusooa Zhu2022-08-22
| | |
| * | Add badges to status interacting buttonsTusooa Zhu2022-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
* | fix lists not having pins in edit modeHenry Jameson2022-08-17
| |
* | fix edit mode checkbox showing up for anon usersHenry Jameson2022-08-17
| |
* | create new list UIHenry Jameson2022-08-17
| |
* | forgot to actually add add/remove methods, lel. remove some consolelogsHenry Jameson2022-08-17
| |
* | lintHenry Jameson2022-08-17
| |
* | List edit UI overhaulHenry Jameson2022-08-17
| |
* | 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 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
| |
* | update link in update notification to be a better oneHenry Jameson2022-08-11
| |
* | more prefs storage work + move dontShowUpdateNotifs to prefsHenry 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 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
| * | | | | remove logsShpuld Shpuldson2021-02-01
| | | | | |