about summary refs log tree commit diff
path: root/app/assets/javascripts/components/features/ui/index.jsx
AgeCommit message (Collapse)Author
2017-04-21Remove deprecated features at React v15.5 (#1905)Yamagishi Kazutoshi
* Remove deprecated features at React v15.5 - [x] React.PropTypes - [x] react-addons-pure-render-mixin - [x] react-addons-test-utils * Uncommented out & Add browserify_rails options * re-add react-addons-shallow * Fix syntax error from resolve conflicts * follow up 59a77923b368d48c590cd9f4a0c6b73ce972d33f
2017-04-15Add a classname to the loading bar (#1826)Alda Marteau-Hardi
2017-04-13Fix drag & drop overlay not appearing on firefox (#1721)Eugen
2017-04-01Made modal system more genericEugen Rochko
2017-03-31Fix drag & drop overlay flickeringEugen Rochko
2017-03-28Hide drag & drop area on drop event regardless of successEugen Rochko
2017-03-24Fancier drag & drop indicator, emoji icon for emoji, upload progress (fix #295)Eugen Rochko
2017-02-09Progress on moving color styles to SassEugen Rochko
2017-02-05Remove react-dnd as it was interfering with text selection. Move contentEugen Rochko
warning mentions preview into area where actual content would be
2017-02-05Getting started on draggable columnsEugen Rochko
2017-02-02Add logging and filtering to the node.js streaming APIEugen Rochko
2017-01-19Fix #222 - Update followers count when following/unfollowingEugen Rochko
Also, since the root component connects to the stream that updates home/notification columns, there is pretty much no case for refreshing those columns beyond initial load. So, move the loading of those columns into the root component, to prevent unneccessary reloads when switching tabs on mobile or resizing desktop window between mobile/desktop layouts
2017-01-08Switch to compose view when tapping 'mention' in dropdown on mobileblackle
2017-01-06Add tab bar alternative to desktop UI, upgrade react & react-reduxEugen Rochko
2016-12-11Fix #171 - You can now drag & drop files to be uploadedEugen Rochko
2016-12-06Fix #341 - Remove react-responsive in favour of simpler resize ↵Eugen Rochko
handler/window width
2016-11-21Fix responsive layout breakpoint, replace mentions column with notificationsEugen Rochko
2016-10-24Add opening images in a modal windowEugen Rochko
2016-10-18Remember scroll position when navigating back, do not needlessly reloadEugen Rochko
entire timelines (only fetch since last known ID). Side effect: account timelines no longer update in real-time
2016-10-12Responsively changing layout to single-column + nav on smaller screensEugen Rochko
2016-10-07Adding public timelineEugen Rochko
2016-09-20Fix rake tasks and loading barEugen Rochko
2016-09-19Re-organizing components to be more modular, adding loading barsEugen Rochko