aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* move tooltips settingHenry Jameson2022-06-27
|
* unify styling of timelines dropdown with other dropdown menusHenry Jameson2022-06-27
|
* put modals on top of navbarHenry Jameson2022-06-27
|
* Merge remote-tracking branch 'origin/develop' into disjointed-popoversHenry Jameson2022-06-27
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: add SK (Slovak) translation ReactButton: Workaround for android composition mode EmojiPicker: Workaround to search immediately on mobile Fix top bar input text colour Show underlay for mobile Fix tests Add English translations for correctly i18nized time units Delegate relativeTime plural rules to vue-i18n restore notifications page, fix z-index issues Make lint happy Add English translations for backup UI Add backup UI Add English translation for list aliases error Log errors when listing aliases Add changelog Add Engilsh translation for migration Add frontend ui for aliases and migration Change translation key Explain better what delete does in moderation menu
| * Merge branch 'from/develop/tusooa/migration-ui' into 'develop'HJ2022-06-19
| |\ | | | | | | | | | | | | Add ui for account migration See merge request pleroma/pleroma-fe!1414
| | * Add English translation for list aliases errorTusooa Zhu2022-04-29
| | |
| | * Log errors when listing aliasesTusooa Zhu2022-04-29
| | |
| | * Add Engilsh translation for migrationTusooa Zhu2022-04-29
| | | | | | | | | | | | Ref: migrate-ui
| | * Add frontend ui for aliases and migrationTusooa Zhu2022-04-29
| | | | | | | | | | | | Ref: migrate-ui
| * | Merge branch 'improve_delete_user_confirmation_message' into 'develop'HJ2022-06-19
| |\ \ | | | | | | | | | | | | | | | | Explain better what delete does in moderation menu See merge request pleroma/pleroma-fe!1453
| | * \ Merge remote-tracking branch 'pleroma/develop' into ↵Ilja2022-03-26
| | |\ \ | | | | | | | | | | | | | | | improve_delete_user_confirmation_message
| | * | | Change translation keyIlja2022-03-26
| | | | |
| | * | | Explain better what delete does in moderation menuIlja2022-03-12
| | | | |
| * | | | Merge branch 'from/develop/tusooa/backup-ui' into 'develop'HJ2022-06-19
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add ui for backup See merge request pleroma/pleroma-fe!1520
| | * | | | Make lint happyTusooa Zhu2022-05-09
| | | | | |
| | * | | | Add English translations for backup UITusooa Zhu2022-05-09
| | | | | |
| | * | | | Add backup UITusooa Zhu2022-05-09
| | | |_|/ | | |/| |
| * | | | Merge branch 'translation-sk' into 'develop'HJ2022-06-19
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | add SK (Slovak) translation See merge request pleroma/pleroma-fe!1517
| | * | | | add SK (Slovak) translationk2s2022-06-19
| | |/ / /
| * | | | Merge branch 'from/develop/tusooa/unit-pl' into 'develop'HJ2022-06-19
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use vue-i18n to determine plural forms of time units Closes #1164 See merge request pleroma/pleroma-fe!1535
| | * | | | Add English translations for correctly i18nized time unitsTusooa Zhu2022-06-07
| | | | | |
| | * | | | Delegate relativeTime plural rules to vue-i18nTusooa Zhu2022-06-07
| | | | | |
| * | | | | Merge branch 'from/develop/tusooa/show-underlay-mobile' into 'develop'HJ2022-06-19
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show underlay for mobile See merge request pleroma/pleroma-fe!1536
| | * | | | | Show underlay for mobileTusooa Zhu2022-06-07
| | |/ / / /
| * | | | | Merge branch 'from/develop/tusooa/topbar-input-text' into 'develop'HJ2022-06-19
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix top bar input text colour See merge request pleroma/pleroma-fe!1538
| | * | | | | Fix top bar input text colourTusooa Zhu2022-06-11
| | |/ / / /
| * | | | | ReactButton: Workaround for android composition modeLain Soykaf2022-06-12
| | | | | |
| * | | | | EmojiPicker: Workaround to search immediately on mobileLain Soykaf2022-06-12
| |/ / / / | | | | | | | | | | | | | | | See https://github.com/vuejs/vue/pull/9814
| * | | | restore notifications page, fix z-index issuesHenry Jameson2022-06-07
| | | | |
* | | | | use nextrick with status popover updatesHenry Jameson2022-06-27
| | | | |
* | | | | fix invisible old popover, cleanup, add selection indicator in mentionlinksHenry Jameson2022-06-27
| | | | |
* | | | | update status popover when its content changes (only status reference)Henry Jameson2022-06-22
| | | | |
* | | | | slight z-index refactor and attempt at organizing itHenry Jameson2022-06-22
| | | | |
* | | | | fix popovers not scrolling in mobile notificationsHenry Jameson2022-06-21
| | | | |
* | | | | fix spacings againHenry Jameson2022-06-21
| | | | |
* | | | | fix mentionsline extramentions lack of spaceHenry Jameson2022-06-21
| | | | |
* | | | | don't show bookmark button for anon visitorsHenry Jameson2022-06-21
| | | | |
* | | | | don't stop propagation on settings modal openHenry Jameson2022-06-21
| | | | |
* | | | | proper horizontal limitHenry Jameson2022-06-21
| | | | |
* | | | | don't use async component for user popover to fix the incorrect initialHenry Jameson2022-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | position. for some reason same doesn't work with status popover...
* | | | | move media modal to the topmost layerHenry Jameson2022-06-21
| | | | |
* | | | | Merge remote-tracking branch 'origin/disjointed-popovers' into ↵Henry Jameson2022-06-20
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | disjointed-popovers * origin/disjointed-popovers: popover controls for user-card unify user popovers into a separate component
| * | | | | popover controls for user-cardHenry Jameson2022-06-16
| | | | | |
| * | | | | unify user popovers into a separate componentHenry Jameson2022-06-16
| | | | | |
* | | | | | optimization: only process resize/scroll events when popup is openHenry Jameson2022-06-20
|/ / / / /
* | | | | limit width of popover to slightly lesser than screen widthHenry Jameson2022-06-15
| | | | |
* | | | | don't hide on clicks in popover's contentHenry Jameson2022-06-15
| | | | |
* | | | | use user popovers in notifications as wellHenry Jameson2022-06-15
| | | | |
* | | | | properly center user popoversHenry Jameson2022-06-15
| | | | |
* | | | | user popovers WIPHenry Jameson2022-06-13
| | | | |