| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | remove remaining autoload i18n | Shpuld Shpuldson | 2020-07-14 |
| | | |||
| * | remove most of reply preview and autoload related stuff | Shpuld Shpuldson | 2020-07-14 |
| | | |||
| * | Translated using Weblate (Italian) | Ben Is | 2020-07-12 |
| | | | | | | | | Currently translated at 100.0% (667 of 667 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/it/ | ||
| * | add simple You: to chat list last message | Shpuld Shpuldson | 2020-07-12 |
| | | |||
| * | fixed checkbox using emoji instead of dingbat | Dym Sohin | 2020-07-11 |
| | | |||
| * | Translated using Weblate (Italian) | Ben Is | 2020-07-10 |
| | | | | | | | | Currently translated at 100.0% (645 of 645 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/it/ | ||
| * | Translated using Weblate (Finnish) | Shpuld Shpuldson | 2020-07-10 |
| | | | | | | | | Currently translated at 100.0% (645 of 645 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/fi/ | ||
| * | Translated using Weblate (Italian) | Ben Is | 2020-07-10 |
| | | | | | | | | Currently translated at 100.0% (641 of 641 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/it/ | ||
| * | Translated using Weblate (Italian) | Ben Is | 2020-07-10 |
| | | | | | | | | Currently translated at 93.9% (602 of 641 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/it/ | ||
| * | Merge branch 'fix/ctrl-enter-before-chat-loading-breaks' into 'develop' | lain | 2020-07-10 |
| |\ | | | | | | | | | | | | | fix #891 Fix early send killing the chat Closes #891 See merge request pleroma/pleroma-fe!1178 | ||
| | * | change misnamed member field check to actually disable sending | Shpuld Shpuldson | 2020-07-10 |
| | | | |||
| * | | add simple red dot for chat notifs | Shpuld Shpuldson | 2020-07-10 |
| |/ | |||
| * | Merge branch 'direct-conversations' into 'develop' | HJ | 2020-07-10 |
| |\ | | | | | | | | | | | | | Chats Closes #201 See merge request pleroma/pleroma-fe!1019 | ||
| | * | Apply suggestion to src/components/chat_list/chat_list.vue | Eugenij | 2020-07-08 |
| | | | |||
| | * | Add the single-line prop to StatusContent and use it for chat list items | eugenijm | 2020-07-08 |
| | | | |||
| | * | Remove direct style manipulations in favor of classes | eugenijm | 2020-07-08 |
| | | | |||
| | * | Undo the promise rejection on the json parser error in promisedRequest | eugenijm | 2020-07-08 |
| | | | | | | | | | | | to keep the existing behavior in case some parts of the code rely on it and to limit the overall scope of the changes. | ||
| | * | Add the empty chat list placeholder. | eugenijm | 2020-07-08 |
| | | | | | | | | | | | Do not use full height when displaying the chat list. Remove an unsued chat action. | ||
| | * | Disable status preview in the chat posting form | eugenijm | 2020-07-08 |
| | | | |||
| | * | Address feedback | eugenijm | 2020-07-08 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use more specific css rules for the emoji dimensions in the chat list status preview. Use more round em value for chat list item height. Add global html overflow and height for smoother chat navigation in the desktop Safari. Use offsetHeight instad of a computed style when setting the window height on resize. Remove margin-bottom from the last message to avoid occasional layout shift in the desktop Safari Use break-word to prevent chat message text overflow Resize and scroll the textarea when inserting a new line on ctrl+enter Remove fade transition on route change Ensure proper border radius at the bottom of the chat, remove unused border-radius Prevent the chat header "jumping" on the avatar load. | ||
| | * | Add Chats | eugenijm | 2020-07-08 |
| | | | |||
| * | | After Store: Correctly decode UTF-8 encoded base64 strings. | lain | 2020-07-09 |
| | | | |||
| * | | give notification timeago a min width | Shpuld Shpuldson | 2020-07-08 |
| |/ | |||
| * | streamline profile image api, update reset ui for all profile images to ↵ | Shpuld Shpludson | 2020-07-08 |
| | | | | | match avatar, remove unnecessary stuff | ||
| * | Translated using Weblate (Italian) | Ben Is | 2020-07-07 |
| | | | | | | | | Currently translated at 85.2% (545 of 639 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/it/ | ||
| * | Translated using Weblate (Chinese (Simplified)) | Ben Is | 2020-07-07 |
| | | | | | | | | Currently translated at 88.2% (564 of 639 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/zh_Hans/ | ||
| * | Translated using Weblate (Italian) | Ben Is | 2020-07-07 |
| | | | | | | | | Currently translated at 75.1% (480 of 639 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/it/ | ||
| * | Translated using Weblate (Finnish) | Ben Is | 2020-07-07 |
| | | | | | | | | Currently translated at 95.4% (610 of 639 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/fi/ | ||
| * | Merge branch '884-about-panel-optimizations' into 'develop' | Shpuld Shpludson | 2020-07-07 |
| |\ | | | | | | | | | | | | | StaffPanel: Move staff loading to panel creation. Closes #884 See merge request pleroma/pleroma-fe!1171 | ||
| | * | Apply suggestion to src/components/staff_panel/staff_panel.js | Shpuld Shpludson | 2020-07-07 |
| | | | |||
| | * | StaffPanel: Move staff loading to panel creation. | lain | 2020-07-07 |
| | | | |||
| * | | Merge branch 'develop' into ↵ | Shpuld Shpludson | 2020-07-07 |
| |\| | | | | | | | | | | | 'xenofem/pleroma-fe-rebased-image-description-authoring' # Conflicts: # src/components/post_status_form/post_status_form.js | ||
| | * | Merge branch '885-fix-preloading-html' into 'develop' | Shpuld Shpludson | 2020-07-07 |
| | |\ | | | | | | | | | | | | | | | | | | | After Store: Correctly handle preloaded HTML Closes #885 See merge request pleroma/pleroma-fe!1170 | ||
| | | * | Apply suggestion to src/boot/after_store.js | lain | 2020-07-07 |
| | | | | |||
| | | * | After Store: Correctly handle preloaded HTML | lain | 2020-07-07 |
| | | | | |||
| | * | | fix preview opening automatically | Shpuld Shpuldson | 2020-07-07 |
| | |/ | |||
| * | | remove console log | Shpuld Shpuldson | 2020-07-07 |
| | | | |||
| * | | fix issue on posting another status | Shpuld Shpuldson | 2020-07-07 |
| | | | |||
| * | | fix conflicts and add error handling to media descriptions | Shpuld Shpuldson | 2020-07-07 |
| |\| | |||
| | * | don't close preview on post, move visibility notices above the preview where ↵ | Shpuld Shpuldson | 2020-07-06 |
| | | | | | | | | | they belong | ||
| | * | remove contenttype check from content type watcher | Shpuld Shpuldson | 2020-07-06 |
| | | | |||
| | * | move translation strings to correct place, translate error message | Shpuld Shpuldson | 2020-07-06 |
| | | | |||
| | * | fix conflicts, make subject update the preview | Shpuld Shpuldson | 2020-07-06 |
| | |\ | |||
| | * | | remove panel-footer in userpanel, simplify preview header, fix word-wrap in ↵ | Shpuld Shpuldson | 2020-06-28 |
| | | | | | | | | | | | | | preview | ||
| | * | | make line sizes match for errors/loading and statuses, make X hitbox bigger, ↵ | Shpuld Shpuldson | 2020-06-28 |
| | | | | | | | | | | | | | remove attachments, add shorter custom message for empty status preview. fix auto update triggering | ||
| | * | | add automatic updating | Shpuld Shpuldson | 2020-06-28 |
| | | | | |||
| | * | | show preview with plaintext too | Shpuld Shpuldson | 2020-06-28 |
| | | | | |||
| | * | | remove unnecessary type=button | Shpuld Shpuldson | 2020-06-28 |
| | | | | |||
| | * | | fix preview attachments getting wrong styles | Shpuld Shpuldson | 2020-06-28 |
| | | | | |||
| | * | | update styles in preview heading | Shpuld Shpuldson | 2020-06-28 |
| | | | | |||
