aboutsummaryrefslogtreecommitdiff
path: root/src/components/media_upload
Commit message (Collapse)AuthorAge
* remove all "fallback variables"Henry Jameson2024-03-04
|
* fix media upload bugHenry Jameson2023-05-08
|
* lintHenry Jameson2023-04-24
|
* finish up attachment setting (right now only for admin section only)Henry Jameson2023-04-24
|
* Use stylelinttusooa2023-01-09
|
* --fixHenry Jameson2022-07-31
|
* try out fully hidden input fieldHenry Jameson2022-05-16
|
* fix hidden input for file upload causing unintended scrollsHenry Jameson2022-05-09
|
* cleanup and fixesHenry Jameson2022-04-20
|
* fix overflow that sometimes happens in sidebar due to too wide fileHenry Jameson2022-04-19
| | | | upload element
* Replace all use of <a> + href='#' with proper buttonsShpuld Shpuldson2020-11-24
|
* bye bye fontelloHenry Jameson2020-10-21
|
* more FA5 stuff with small related refactoringHenry Jameson2020-10-20
|
* Some initial work on replacing icons with FA5Henry Jameson2020-10-20
|
* Address feedbackeugenijm2020-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 Chatseugenijm2020-07-08
|
* add better visual indication for dropping files, make dropzone biggerShpuld Shpuldson2020-06-10
|
* Linting.lain2020-06-08
|
* MediaUpload: Correctly handle multiple uploads.lain2020-06-08
|
* MediaUpload: Allow drag-and-drop of multiple files at oncelain2020-06-08
|
* achieve the perfect speeeeen in media-uploadHenry Jameson2019-11-11
|
* improved post form's icons at bottom displayHenry Jameson2019-09-15
|
* all the manual fixesHenry Jameson2019-07-07
|
* eslint --fix --ext .js,.vue srcHenry Jameson2019-07-05
|
* npm eslint --fix .Henry Jameson2019-07-05
|
* Feature/polls attempt 2lain2019-06-18
|
* Switch to mastoapi for posting status and uploading mediataehoon2019-03-24
|
* #312 - media uploader not working with same file in adjacent orderdave2019-02-04
|
* Moved upload errors in user_settings to an array. Moved upload error strings ↵Rinpatch2018-12-12
| | | | to its separate section in i18n
* Count in binary bytes and remove i18 from file size format serviceRinpatch2018-12-10
|
* LintRinpatch2018-12-10
|
* Add file size formatingRinpatch2018-12-10
|
* Improve error messagesrinpatch2018-12-08
|
* [pleroma#36] Add upload errorsRinpatch2018-12-08
|
* added tooltipValD2018-12-04
|
* allow multiple file uploadHenry Jameson2018-08-28
|
* border-radii moved to variables, made rgbo colors use theme data, customizableHenry Jameson2018-04-07
| | | | from settings screen.
* getting rid of baseXX, some small fixes. Seems to be usable.Henry Jameson2018-04-07
|
* Update icons to use base09 where appropriate, calculate base09 by averaging ↵shpuld2017-11-22
| | | | bg and text colors.
* More eslint fixes.Roger Braun2017-02-22
|
* Style fixes.Roger Braun2017-02-22
|
* Merged existing changes from 'develop'shpuld2017-02-22
|\
| * Small style adjustment, add meta-enter posting.Roger Braun2017-02-21
| |
* | Make drag&drop work on more browsers/platforms, make the Upload button ↵shpuld2017-02-22
|/ | | | accept drops as well.
* Files dropped into post_status_form text box get sent to media_upload for ↵shpuld2017-02-21
| | | | attachment upload, media_upload reorganized a bit to allow reuse of existing code.
* Set cursor to hand when hovering over buttonsdtluna2016-11-23
|
* Show spinner while uploading fileAlexander Gitter2016-11-13
|
* Linting fixes.Roger Braun2016-11-07
|
* Add MediaUpload component.Roger Braun2016-11-06