about summary refs log tree commit diff
path: root/app/assets/javascripts/components/features/ui
AgeCommit message (Collapse)Author
2017-01-26Fix up timeout, improve contrast on "show more", add responsive styleEugen Rochko
for extremely wide monitors
2017-01-24Smarter infinite scrollEugen Rochko
2017-01-23Less re-renderingEugen 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-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
2017-01-10Fix issue when settings are not defined for column typeEugen Rochko
2017-01-10Home column filtersEugen Rochko
2017-01-08Switch to compose view when tapping 'mention' in dropdown on mobileblackle
2017-01-07Show logout button on getting started so it's available on mobileblackle
2017-01-06Add tab bar alternative to desktop UI, upgrade react & react-reduxEugen Rochko
2017-01-04Replace "Public" in tab bar with "More" hamburgerJessica Stokes
2017-01-04Make tabs bar take up less room on 4-inch phonesJessica Stokes
2017-01-04Improve quality of life for 4-inch phonesJessica Stokes
Removes extra UI margins < 360px, and allows the tab bar to scroll. Also slightly improves horizontal scrolling behaviour on desktop.
2017-01-02See #244 - Added notifications column settings to filter what's displayedEugen Rochko
in the column and what appears as desktop notifications. Settings do not persist yet
2016-12-12Adding some navigation items from #262 to the getting started screenEugen 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-12-03Keep timelines in the UI trimmed when possibleEugen Rochko
2016-11-21Fix responsive layout breakpoint, replace mentions column with notificationsEugen Rochko
2016-11-20Adding notifications columnEugen Rochko
2016-11-16Adding react-intl i18n to the frontend. No translations yetEugen Rochko
2016-11-14Fix wrong link header on followers API, wrong link in tabs component, orderEugen Rochko
account results
2016-11-13Making upload button into a smaller icon buttonEugen Rochko
2016-11-13Fix #110 - Make web UI use browser history, change links in e-mails to link ↵Eugen Rochko
to that
2016-11-13Debounce autosuggestions requestsEugen Rochko
2016-11-12Use full-text search for autosuggestionsEugen Rochko
2016-11-10Enable emojis in reply indicator as wellEugen 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-11-05Adding hashtagsEugen Rochko
2016-11-03Aria-labels actually didn't work in React, so removing. Fixing some bugsEugen Rochko
2016-11-03Fix #136: Add aria-labelsEugen Rochko
2016-11-02a11y: Add labels to input fields for screenreaderFrederic Hemberger
See: https://dequeuniversity.com/rules/axe/2.1/label
2016-10-30Actually complete the autosuggestion featureEugen Rochko
2016-10-30Basic username autocomplete for text areaEugen Rochko
2016-10-30Refactoring redux state into different reducersEugen Rochko
2016-10-24Add opening images in a modal windowEugen Rochko
2016-10-24Move status components inside individual containers. We still need to selectEugen Rochko
all statuses/accounts to assemble, but at least lists don't have to be re-rendered all the time now. Also add "mention" dropdown option
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-16Fix scrolling on small devices for account timelines and compose columnEugen Rochko
2016-10-14E-mail preferences pageEugen Rochko
2016-10-12Fix stylesEugen Rochko
2016-10-12Responsively changing layout to single-column + nav on smaller screensEugen Rochko
2016-10-08Use reselect to memoize denormalization in UI stateEugen Rochko
Also upgrade react-redux to latest version. This is a performance update
2016-10-07Adding public timelineEugen Rochko
2016-10-06Fix #76 - set scrollTop property of element node rather than use scrollTo() ↵Eugen Rochko
method
2016-10-06Fix #71 - Add logout link to UIEugen Rochko
2016-10-06Fix #70 - disable autocomplete on follow formEugen Rochko
2016-10-02Unreblogging and unfavouriting from the UIEugen Rochko