aboutsummaryrefslogtreecommitdiff
path: root/src/components
Commit message (Collapse)AuthorAge
* get rid of older messages when scrolling down in chat to keep it from ↵Shpuld Shpuldson2021-02-17
| | | | bloating dom
* 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
| |\| |
| | * | Merge branch 'feat/language-picker-native-names' into 'develop'Shpuld Shpludson2021-01-21
| | |\ \ | | | | | | | | | | | | | | | | | | | | Use native language names in the language picker See merge request pleroma/pleroma-fe!1302
| | | * | Use native language names in the language pickerrinpatch2021-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | This seems more intuitive to me and is what I've seen in most other language pickers.
| | * | | UserCard: Make user roles translateablerinpatch2021-01-20
| | |/ / | | | | | | | | | | | | | | | | | | | | I did not add a translation for my native language in this patch because I am not sure how weblate would react, but I did add it locally and it seems to work.
| * | | change a few more buttons to real buttonsShpuld Shpuldson2021-01-20
| | | |
| * | | fix profile field buttons, remove attachment buttonShpuld Shpuldson2021-01-20
| |/ /
| * | Merge branch 'feat/dont-filter-own-posts' into 'develop'Shpuld Shpludson2021-01-18
| |\ \ | | | | | | | | | | | | | | | | Don't filter own posts See merge request pleroma/pleroma-fe!1323
| | * | don't filter own postsShpuld Shpuldson2021-01-11
| | | |
| * | | fix changing reported status on same userShpuld Shpuldson2021-01-12
| | | |
| * | | Add report button to status ellipsis menuShpuld Shpuldson2021-01-12
| |/ /
| * / Added Traditional Chinese to language swithcerKana2021-01-01
| |/
| * Merge branch 'plain-bg' into 'develop'HJ2020-12-18
| |\ | | | | | | | | | | | | Solid color wallpaper support See merge request pleroma/pleroma-fe!1314
| | * Merge remote-tracking branch 'origin/develop' into plain-bgHenry Jameson2020-12-16
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: fix remote follow button style Disable horizontal textarea resize Add uk.json in messages.js Display upload limit on the Features panel use title html for poll options before vote fix recent mistakes in react button
| | * | theme uiHenry Jameson2020-12-16
| | | |
| | * | Basic no-wallpaper supportHenry Jameson2020-12-16
| | | |
| * | | Merge branch 'develop' into 'fix/timeline-bar-clickables-offset'Shpuld Shpludson2020-12-16
| |\ \ \ | | | | | | | | | | | | | | | # Conflicts: # CHANGELOG.md
| | * \ \ Merge branch 'feat/move-external-source-button-to-extra-buttons' into 'develop'Shpuld Shpludson2020-12-16
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Move external source link to extra buttons, expand the expand button See merge request pleroma/pleroma-fe!1303
| | | * \ \ Merge branch 'develop' into 'feat/move-external-source-button-to-extra-buttons'Shpuld Shpludson2020-12-15
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | # Conflicts: # CHANGELOG.md
| | | * | | | move external source button to extra buttons, make expand button easier to ↵Shpuld Shpuldson2020-12-03
| | | | |/ / | | | |/| | | | | | | | | | | | | | click and highlight on hover
| | * | | | Merge branch 'fix/fix-error-handling-in-profile-tab' into 'develop'Shpuld Shpludson2020-12-16
| | |\ \ \ \ | | | |_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | fix #1020 fix error handling in profile tab Closes #1020 See merge request pleroma/pleroma-fe!1299
| | | * | | remove vertical align, update changelogShpuld Shpuldson2020-12-02
| | | | | |
| | | * | | fix the close button on global noticesShpuld Shpuldson2020-12-02
| | | | | |
| | | * | | Merge branch 'develop' into fix/fix-error-handling-in-profile-tabShpuld Shpuldson2020-12-02
| | | |\| |
| | | * | | refactor error handling in profile tabShpuld Shpuldson2020-12-02
| | | | | |
| | * | | | fix remote follow button styleShpuld Shpuldson2020-12-16
| | | |_|/ | | |/| |
| * | | | Merge branch 'develop' into 'fix/timeline-bar-clickables-offset'Shpuld Shpludson2020-12-15
| |\| | | | | | | | | | | | | | | | | | # Conflicts: # CHANGELOG.md
| | * | | Merge branch 'fix/no-emoji-in-poll-when-voting' into 'develop'Shpuld Shpludson2020-12-15
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix #1026 use title html for poll options before vote Closes #1026 See merge request pleroma/pleroma-fe!1307
| | | * | | use title html for poll options before voteShpuld Shpuldson2020-12-07
| | | | |/ | | | |/|
| | * | | Disable horizontal textarea resizeeugenijm2020-12-15
| | | | |
| | * | | Display upload limit on the Features paneleugenijm2020-12-11
| | | | |