aboutsummaryrefslogtreecommitdiff
path: root/src/components
Commit message (Collapse)AuthorAge
* Made Select component to make using styled selects easierHenry Jameson2021-03-11
|
* Merge branch 'feat/user-highlight-localizable' into 'develop'Shpuld Shpludson2021-03-04
|\ | | | | | | | | Make it possible to localize user highlight options See merge request pleroma/pleroma-fe!1369
| * Apply 1 suggestion(s) to 1 file(s)rinpatch2021-03-04
| |
| * Make it possible to localize user highlight optionsrinpatch2021-03-04
| |
* | fix shoutbox header, use custom scroll-to-bottom system, remove ↵Shpuld Shpuldson2021-03-03
|/ | | | vue-chat-scroll, temporarily add chat test hack
* change icons aroundShpuld Shpuldson2021-03-01
|
* Merge branch 'develop' into 'feat/timeline-quick-settings'Shpuld Shpludson2021-02-28
|\ | | | | | | # Conflicts: # CHANGELOG.md
| * Merge branch 'feat/sensitive-by-default' into 'develop'Shpuld Shpludson2021-02-27
| |\ | | | | | | | | | | | | | | | | | | close #1054 add sensitive by default option Closes #1054 See merge request pleroma/pleroma-fe!1354
| | * add sensitive by default optionShpuld Shpuldson2021-02-23
| | |
| * | separate screen_name and screen_name_ui with decoded punycodeShpuld Shpuldson2021-02-26
| | |
| * | Merge branch 'feat/focus-input-with-emoji-pickers' into 'develop'Shpuld Shpludson2021-02-26
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | close #1048: Focus input in emoji picker and react picker Closes #1048 See merge request pleroma/pleroma-fe!1357
| | * | save a few charactersShpuld Shpuldson2021-02-25
| | | |
| | * | Merge branch 'develop' into feat/focus-input-with-emoji-pickersShpuld Shpuldson2021-02-25
| | |\ \
| | * | | focus input in emoji picker and react pickerShpuld Shpuldson2021-02-25
| | | |/ | | |/|
| * | | fix chat unread badgeShpuld Shpuldson2021-02-26
| | |/ | |/|
| * | fix vue warningsShpuld Shpuldson2021-02-25
| |/
* | Update timeline_quick_settings.jsShpuld Shpludson2021-02-28
| |
* | basic loggedin check for reply filteringShpuld Shpuldson2021-02-25
| |
* | add a quick settings menu for timeline headersShpuld Shpuldson2021-02-25
|/
* changelog conflict fixShpuld Shpuldson2021-02-22
|\
| * Merge branch 'fix/scroll-lock-jumpiness' into 'develop'Shpuld Shpludson2021-02-22
| |\ | | | | | | | | | | | | Fix some UI jumpiness on scroll lock See merge request pleroma/pleroma-fe!1343
| | * remove redundant opacity2Shpuld Shpuldson2021-02-12
| | |
| | * Remove body scrollbar in chat layout, keep nav bar still on scroll lock, add ↵Shpuld Shpuldson2021-02-12
| | | | | | | | | | | | tiny fade for media modal
| * | Merge branch 'feat/keep-chat-perf-up' into 'develop'Shpuld Shpludson2021-02-22
| |\ \ | | | | | | | | | | | | | | | | Optimize chat perf in long run See merge request pleroma/pleroma-fe!1350
| | * | add additional check with timeoutShpuld Shpuldson2021-02-18
| | | |
| | * | get rid of older messages when scrolling down in chat to keep it from ↵Shpuld Shpuldson2021-02-17
| | | | | | | | | | | | | | | | bloating dom
| * | | Merge branch 'feat/reason-in-registration' into 'develop'Shpuld Shpludson2021-02-20
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Close #1047 - add reason field for registration when needed Closes #1047 See merge request pleroma/pleroma-fe!1347
| | * | | add reason field when approval is requiredShpuld Shpuldson2021-02-15
| | |/ /
| * / / add padding to poll type to not have arrow icon overlap textShpuld Shpuldson2021-02-15
| |/ /
* / / fix redline againShpuld Shpuldson2021-02-22
|/ /
* | User card: use general.role instead of card-specific rolesrinpatch2021-02-13
| | | | | | | | | | Also removes admin_menu.roles from some localizations since it is not used anywhere
* | Merge branch 'multi-choice-poll-wording' into 'develop'Shpuld Shpludson2021-02-12
|\ \ | | | | | | | | | | | | | | | | | | Display 'people voted' instead of 'votes' for multi-answers polls Closes #993 See merge request pleroma/pleroma-fe!1341
| * | Ensure poll.voters_count doesn't fallback to poll.votes when it's 0eugenijm2021-02-12
| | |
| * | Apply 1 suggestion(s) to 1 file(s)Eugenij2021-02-10
| | |
| * | Display 'people voted' instead of 'votes' for multi-choice pollseugenijm2021-02-09
| | |
* | | Make bot label localizablerinpatch2021-02-12
| |/ |/|
* | Merge branch 'staff-grouping' into 'develop'Shpuld Shpludson2021-02-12
|\ \ | |/ |/| | | | | | | | | Group staff by role in the About page Closes #737 See merge request pleroma/pleroma-fe!1309
| * Group staff members by role in the About pageeugenijm2020-12-18
| |
* | Merge branch 'reactbutton-consistency' into 'develop'HJ2021-02-09
|\ \ | | | | | | | | | | | | Some fixes for reactbutton/extrabuttons See merge request pleroma/pleroma-fe!1340
| * | Cleanup ReactButton's CSS, fix hitboxes of reactbutton and extrabuttonsHenry Jameson2021-02-03
| | |
| * | change react button classnames for consistencyHenry Jameson2021-02-01
| | |
* | | Merge branch 'fix-otp-login-kbd' into 'develop'HJ2021-02-03
|\| | | | | | | | | | | | | | | | | | | | Fix #1033 as well as other (potential) similar issues Closes #1033 See merge request pleroma/pleroma-fe!1338
| * | fix a bunch of <button>s acting as submit buttons breaking enter keyHenry Jameson2021-02-01
| | |
* | | update branch with recent develop changes (FA, added settings)Henry Jameson2021-02-01
| | |
* | | Merge remote-tracking branch 'origin/develop' into settings-changedHenry Jameson2021-02-01
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: (306 commits) fallback if shadows aren't defined Translated using Weblate (Chinese (Traditional)) Translated using Weblate (Ukrainian) Translated using Weblate (Italian) Translated using Weblate (Ukrainian) Translated using Weblate (Portuguese) Translated using Weblate (Italian) Translated using Weblate (Russian) Translated using Weblate (Portuguese) Translated using Weblate (Russian) Translated using Weblate (Portuguese) Translated using Weblate (Portuguese) Translated using Weblate (Portuguese) Translated using Weblate (Portuguese) Translated using Weblate (Portuguese) Translated using Weblate (Portuguese) Translated using Weblate (Portuguese) Translated using Weblate (Portuguese) Translated using Weblate (Portuguese) Translated using Weblate (Portuguese) ...
| * | Merge branch 'fix/use-current-app-locale' into 'develop'Shpuld Shpludson2021-01-29
| |\ \ | | | | | | | | | | | | | | | | Use app locale with toLocaleString/toLocaleDateString See merge request pleroma/pleroma-fe!1301
| | * | Use app locale with toLocaleString/toLocaleDateStringrinpatch2021-01-21
| | | | | | | | | | | | | | | | | | | | Fixes inconsistent date formatting when browser language is different from PleromaFE language.
| * | | fix wrong route in side drawer shoutbox linkShpuld Shpuldson2021-01-25
| | | |
| * | | give delete field its own classShpuld Shpuldson2021-01-22
| | | |
| * | | Merge branch 'develop' into fix/convert-more-hyperlinks-to-buttonsShpuld Shpuldson2021-01-22
| |\| |