Commit Graph

59 Commits (1761d3f9c33f3e2e98a09906fae1a03783b54b10)

Author SHA1 Message Date
Eugen Rochko 8aab692034 Less re-rendering
Eugen Rochko 46be4631ae Fix - Update followers count when following/unfollowing
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
Eugen Rochko 6cf44ca92c Improve how the list entry Account component looks when target is blocked/follow is requested
Eugen Rochko da5d366230 Fix - Improve lightbox, add loading indicator
Eugen Rochko 18b11100e7 Fix issue when settings are not defined for column type
Eugen Rochko 312c51b5c8 Home column filters
blackle d64c454cfe Switch to compose view when tapping 'mention' in dropdown on mobile
blackle e1ca354956 Show logout button on getting started so it's available on mobile
Eugen Rochko 989c3f4002 Add tab bar alternative to desktop UI, upgrade react & react-redux
Jessica Stokes 9c493b1ea2
Replace "Public" in tab bar with "More" hamburger
Jessica Stokes 5b75f6d0f3
Make tabs bar take up less room on 4-inch phones
Jessica Stokes 3807b0b171
Improve quality of life for 4-inch phones
Removes extra UI margins < 360px, and allows the tab bar to scroll. Also slightly improves horizontal scrolling behaviour on desktop.
Eugen Rochko 65647a2472 See - Added notifications column settings to filter what's displayed
in the column and what appears as desktop notifications. Settings do not
persist yet
Eugen Rochko 6d1066fe61 Adding some navigation items from to the getting started screen
Eugen Rochko cda297450f Fix - You can now drag & drop files to be uploaded
Eugen Rochko bf5f8a2449 Fix - Remove react-responsive in favour of simpler resize handler/window width
Eugen Rochko 565cd95bca Keep timelines in the UI trimmed when possible
Eugen Rochko e616ffc5d6 Fix responsive layout breakpoint, replace mentions column with notifications
Eugen Rochko 38dd85daab Adding notifications column
Eugen Rochko 01e43c3e57 Adding react-intl i18n to the frontend. No translations yet
Eugen Rochko cea28e0c1d Fix wrong link header on followers API, wrong link in tabs component, order
account results
Eugen Rochko 50d3083cbd Making upload button into a smaller icon button
Eugen Rochko d42ed78aa4 Fix - Make web UI use browser history, change links in e-mails to link to that
Eugen Rochko c4eb63c1d4 Debounce autosuggestions requests
Eugen Rochko 09218d4c01 Use full-text search for autosuggestions
Eugen Rochko 1c17b932fe Enable emojis in reply indicator as well
Eugen Rochko 82fd74d101 Fix modals sizing and add animation to it, fix by only making the text of
status clickable (this also fixes multiple dropdown being openable at the same
time)
Eugen Rochko d0d799f911 Replace react-skylight with own solution that centers images better
Eugen Rochko 48b9619439 Adding hashtags
Eugen Rochko 0405ef977a Aria-labels actually didn't work in React, so removing. Fixing some bugs
Eugen Rochko 159203a7bc Fix : Add aria-labels
Frederic Hemberger 5ff2762fcf a11y: Add labels to input fields for screenreader
See: https://dequeuniversity.com/rules/axe/2.1/label
Eugen Rochko 7e35650398 Actually complete the autosuggestion feature
Eugen Rochko c49f6290eb Basic username autocomplete for text area
Eugen Rochko e8ff4c8e56 Refactoring redux state into different reducers
Eugen Rochko de50eff6ac Add opening images in a modal window
Eugen Rochko f8f40f15da Move status components inside individual containers. We still need to select
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
Eugen Rochko 8698cd3281 Remember scroll position when navigating back, do not needlessly reload
entire timelines (only fetch since last known ID). Side effect: account
timelines no longer update in real-time
Eugen Rochko b8eda3026f Fix scrolling on small devices for account timelines and compose column
Eugen Rochko 7a6d95f70c E-mail preferences page
Eugen Rochko f7f3e6e3be Fix styles
Eugen Rochko 45776b55b0 Responsively changing layout to single-column + nav on smaller screens
Eugen Rochko ef9d4f4e06 Use reselect to memoize denormalization in UI state
Also upgrade react-redux to latest version. This is a performance update
Eugen Rochko 1f650d327d Adding public timeline
Eugen Rochko b304cc07d5 Fix - set scrollTop property of element node rather than use scrollTo() method
Eugen Rochko 8bdbe99d69 Fix - Add logout link to UI
Eugen Rochko 68402228f3 Fix - disable autocomplete on follow form
Eugen Rochko 1fce687f8e Unreblogging and unfavouriting from the UI
Eugen Rochko ef2b50c9ac Deleting statuses from UI
Eugen Rochko 45a96e899e Fix - disable compose form while image is uploading