aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* fix popovers so that all of them have shadowsHenry Jameson2022-06-12
|
* turns out it is needed still + some code cleanupHenry Jameson2022-06-12
|
* vPadding is no longer neededHenry Jameson2022-06-08
|
* hide popovers on scrollHenry Jameson2022-06-08
|
* more fixes to chat popoversHenry Jameson2022-06-08
|
* popup offsets should be fixed nowHenry Jameson2022-06-08
|
* Merge remote-tracking branch 'origin/develop' into disjointed-popoversHenry Jameson2022-06-08
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: (25 commits) force panel headers to be square on mobile (for now?) fix gap between panel heading and timeline menu Fix Open Chat button fix? fix Revert "Merge branch 'revert-a88abc7e' into 'develop'" Revert "Merge branch 'from/develop/tusooa/lang-opts' into 'develop'" Fix registration error stick chat scroll to bottom to help with OSK resizing the viewport Pass file name of cropped avatar to form data Add English translation for filtering end-of-poll notifications Add settings for filtering end-of-poll notifications Add English translations for poll-end notifications Show poll-end notifications Fix virtual scrolling when the user has a lot of pinned statuses Update dependency @vuelidate/core to v2.0.0-alpha.41 Make lint happy Make lint happy Add English translation for language options Add email language option to registration form ...
| * Merge branch 'threecolumn' into 'develop'HJ2022-05-31
| |\ | | | | | | | | | | | | Layout refactoring + Three column mode See merge request pleroma/pleroma-fe!1503
| | * force panel headers to be square on mobile (for now?)Henry Jameson2022-05-31
| | |
| | * fix gap between panel heading and timeline menuHenry Jameson2022-05-31
| | |
| | * fix?Henry Jameson2022-05-22
| | |
| | * fixHenry Jameson2022-05-22
| | |
| | * stick chat scroll to bottom to help with OSK resizing the viewportHenry Jameson2022-05-22
| | |
| | * Merge remote-tracking branch 'origin/develop' into threecolumnHenry Jameson2022-05-20
| | |\ | | | | | | | | | | | | | | | | | | | | * origin/develop: Fix virtual scrolling when the user has a lot of pinned statuses fix "allow discovery" setting misbehaving
| * | \ Merge branch 'from/develop/tusooa/fix-open-chat' into 'develop'HJ2022-05-31
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Fix Open Chat button See merge request pleroma/pleroma-fe!1532
| | * | | Fix Open Chat buttonTusooa Zhu2022-05-25
| | | |/ | | |/|
| * | | Merge branch 'from/develop/tusooa/lang-opts' into 'develop'HJ2022-05-22
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Fix registration error See merge request pleroma/pleroma-fe!1527
| | * | | Fix registration errorTusooa Zhu2022-05-22
| | | | |
| * | | | Merge branch 'revert-3b6d72ef' into 'develop'HJ2022-05-22
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Revert "Merge branch 'revert-a88abc7e' into 'develop'" See merge request pleroma/pleroma-fe!1528
| | * | | | Revert "Merge branch 'revert-a88abc7e' into 'develop'"HJ2022-05-22
| |/ / / / | | | | | | | | | | This reverts merge request !1526
| * | | | Merge branch 'revert-a88abc7e' into 'develop'HJ2022-05-22
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Revert "Merge branch 'from/develop/tusooa/lang-opts' into 'develop'" See merge request pleroma/pleroma-fe!1526
| | * | | | Revert "Merge branch 'from/develop/tusooa/lang-opts' into 'develop'"HJ2022-05-22
| |/ / / / | | | | | | | | | | This reverts merge request !1494
| * | | | Merge branch 'from/develop/tusooa/lang-opts' into 'develop'HJ2022-05-22
| |\| | | | | | | | | | | | | | | | | | | | | | | Add language options See merge request pleroma/pleroma-fe!1494
| | * | | Make lint happyTusooa Zhu2022-04-29
| | | | |
| | * | | Make lint happyTusooa Zhu2022-04-29
| | | | |
| | * | | Add English translation for language optionsTusooa Zhu2022-04-29
| | | | |
| | * | | Add email language option to registration formTusooa Zhu2022-04-29
| | | | |
| | * | | Add config opts for email languageTusooa Zhu2022-04-29
| | | | |
| | * | | Set userLanguage cookie when setting interface languageTusooa Zhu2022-04-29
| | | | |
| * | | | Merge branch 'renovate/semver-5.x' into 'develop'HJ2022-05-22
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update dependency semver to v5.7.1 See merge request pleroma/pleroma-fe!1491
| | * | | | Update dependency semver to v5.7.1Pleroma Renovate Bot2022-04-01
| | | | | |
| * | | | | Merge branch 'renovate/webpack-merge-0.x' into 'develop'HJ2022-05-22
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update dependency webpack-merge to v0.20.0 See merge request pleroma/pleroma-fe!1496
| | * | | | | Update dependency webpack-merge to v0.20.0Pleroma Renovate Bot2022-04-01
| | |/ / / /
| * | | | | Merge branch 'renovate/vuelidate-core-2.x' into 'develop'HJ2022-05-22
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update dependency @vuelidate/core to v2.0.0-alpha.41 See merge request pleroma/pleroma-fe!1501
| | * | | | | Update dependency @vuelidate/core to v2.0.0-alpha.41Pleroma Renovate Bot2022-05-02
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'eientei-pass-avatar-file-name' into 'develop'HJ2022-05-22
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pass file name of cropped avatar to form data See merge request pleroma/pleroma-fe!1522
| | * | | | | Pass file name of cropped avatar to form dataAlexander Tumin2022-05-21
| | |/ / / /
| * | | | | Merge branch 'from/develop/tusooa/poll-notif' into 'develop'HJ2022-05-22
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | | | | | | | Poll-end notifications See merge request pleroma/pleroma-fe!1524
| | * | | | Add English translation for filtering end-of-poll notificationsTusooa Zhu2022-05-20
| | | | | | | | | | | | | | | | | | | | | | | | Ref: poll-notif
| | * | | | Add settings for filtering end-of-poll notificationsTusooa Zhu2022-05-20
| | | | | | | | | | | | | | | | | | | | | | | | Ref: poll-notif
| | * | | | Add English translations for poll-end notificationsTusooa Zhu2022-05-20
| | | | | | | | | | | | | | | | | | | | | | | | Ref: poll-notif
| | * | | | Show poll-end notificationsTusooa Zhu2022-05-20
| |/ / / / | | | | | | | | | | | | | | | Ref: poll-notif
| * | | | Merge branch 'from/develop/tusooa/fix-vscroll-pinned' into 'develop'HJ2022-05-20
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | Fix virtual scrolling when the user has a lot of pinned statuses See merge request pleroma/pleroma-fe!1523
| | * | | Fix virtual scrolling when the user has a lot of pinned statusesTusooa Zhu2022-05-19
| |/ / /
| * | | Merge branch 'fix-discoverable-setting' into 'develop'HJ2022-04-29
| |\ \ \ | | | | | | | | | | | | | | | | | | | | fix "allow discovery" setting misbehaving See merge request pleroma/pleroma-fe!1518
| | * | | fix "allow discovery" setting misbehavingHenry Jameson2022-04-29
| |/ / /
| * | | Merge branch 'fix-chat-errors' into 'develop'HJ2022-04-20
| |\ \ \ | | | | | | | | | | | | | | | | | | | | fix some chat errors/warnings that sometimes happen See merge request pleroma/pleroma-fe!1515
* | | | | experimental disjointed popupsHenry Jameson2022-05-20
| |_|_|/ |/| | |
* | | | stick chats to bottomHenry Jameson2022-05-20
| | | |
* | | | try out fully hidden input fieldHenry Jameson2022-05-16
| | | |