about summary refs log tree commit diff
path: root/app/assets/javascripts/components/features/ui/containers/modal_container.jsx
AgeCommit message (Collapse)Author
2017-03-04Fix #431 - convert gif to webm during upload. Web UI treats them like it didEugen Rochko
before. In the API, attachments now can be either image, video or gifv. Gifv is to be treated like images in terms of behaviour, but are videos by file type.
2017-02-26Improve compose form performance, upgrade JS dependencies. LightingBoxEugen Rochko
now allows to cycle through multiple images
2017-02-10Move more colours to scssLorenz Diener
2017-02-05Add tracking of delay to streaming APIEugen Rochko
2017-02-05Fix #598 - arrow keys to navigate media; fix #481 - non-exact matches no longerEugen Rochko
overshadow requirement for remote-lookup
2017-02-05Add next/previous navigation in modal for media attachmentsEugen Rochko
2017-01-23Less re-renderingEugen Rochko
2017-01-16Improve how the list entry Account component looks when target is ↵Eugen Rochko
blocked/follow is requested
2017-01-16Fix #414 - Improve lightbox, add loading indicatorEugen Rochko
2016-11-10Fix modals sizing and add animation to it, fix #140 by only making the text ofEugen Rochko
status clickable (this also fixes multiple dropdown being openable at the same time)
2016-11-07Replace react-skylight with own solution that centers images betterEugen Rochko
2016-10-24Add opening images in a modal windowEugen Rochko