Commit Graph

192 Commits (8ef79d8dc9de33975bd793587020a259ef020276)

Author SHA1 Message Date
Eugen Rochko 86b3cb5120 Fix not reloading account/fetching relationship on newly independent components
Eugen Rochko f21e7d6ac0 Make profile header scroll along with contents. AccountTimeline, Followers and Following are no longer
nested inside a common parent (<Account>), instead they all embed <HeaderContainer />
Eugen Rochko 404d2050d3 Add explicit "load more" link to the bottom of StatusList and notifications
Eugen Rochko 9bde804ba2 Resolve confusion between ColumnBackButton and the slim version that
the public timeline has been using
Billie Thompson b1571b1e1d
Add missing back button to "Follow Requests"
Currently we have the problem where the follow request button is missing
from the Follow request tab. This means that when you visit that tab you
either have to press the back button in the browser or re-enter the home
page, which breaks the app flow.

This will resolve that issue by adding a new back button to that tab,
in the same way that the public timeline, and favourites have.
Zachary Spector 237cb41ab4 Less ambiguous sensitive content toggle label ()
Eugen Rochko 7329fbd8a4 Fix up timeout, improve contrast on "show more", add responsive style
for extremely wide monitors
Eugen Rochko 905c829179 Improve infinite scroll on notifications
Eugen Rochko 999cde94a6 Instead of using spoiler boolean and spoiler_text, simply check for non-blank spoiler_text
Federate spoiler_text using warning attribute on <content /> instead of a <category term="spoiler" />
Clean up schema file from accidental development migrations
Eugen f8da0dd490 Merge branch 'master' into master
Eugen Rochko 21c209636d Set isLoading false on timelines when request fails
Eugen Rochko d9022884c6 Smarter infinite scroll
blackle bf0f6eb62d Implement a click-to-view spoiler system
Eugen Rochko 8aab692034 Less re-rendering
Eugen Rochko 1aae0cfc2c Fix - add space after autocomplete
Eugen Rochko 05abd977c1 Fix preview cards layout, do preview card crawling for remote statuses
Eugen Rochko f0de621e76 Fix - Fetch and display previews of URLs using OpenGraph tags
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 fcb5a85cdd Add sounds for notifications. Boop by @jk@mastodon.social
Eugen Rochko 6cf44ca92c Improve how the list entry Account component looks when target is blocked/follow is requested
blackle 889709a2a6 Show 'do not display in public timeline' when replying to self
Eugen Rochko 1a33e4042e Fix upload file input being re-rendered needlessly
Eugen Rochko 7d53ee73f3 Fix - Add "favourites" column
Eugen Rochko da5d366230 Fix - Improve lightbox, add loading indicator
Eugen Rochko 0439c7d58b Move follow requests link above logout link in getting started column
Eugen Rochko 926459fc0a Fix typo introduced in which made unlisted toggle only fade in/out and not also collapse
Eugen Rochko e9737c2235 Fix tests, add applications to eager loading/cache for statuses, fix
application website validation, don't link to app website if website isn't set,
also comment out animated boost icon from  until it's consistent with non-animated version
Eugen Rochko ab165547fd Merge branch 'feature/toot-app-source' of https://github.com/ineffyble/mastodon into ineffyble-feature/toot-app-source
Effy Elden d6bc0e8db4 Add tracking of OAuth app that posted a status, extend OAuth apps to have optional website field, add application details to API, show application name and website on detailed status views. Resolves
Effy Elden 32d756fb22 Hide 'Do not display on public timeline' for reply toots. Fixes .
Eugen Rochko 3ad0496ccb Better animations
Eugen Rochko 18b11100e7 Fix issue when settings are not defined for column type
Eugen Rochko 312c51b5c8 Home column filters
Eugen Rochko 1e9d2c4b1e Add "not found" component to UI
Eugen Rochko def1f8c5b3 Merge branch 'master' of https://github.com/blackle/mastodon into blackle-master
Eugen Rochko 3bddd647e0 Merge branch 'dropdown' of https://github.com/blackle/mastodon into blackle-dropdown
Eugen Rochko 75f80bef10 Persist UI settings, add missing localizations for German
Eugen Rochko 23ebf60b95 Improve initialState loading
blackle 131bae89fd Generate key for each input so we can upload the same file even after deleting
blackle d64c454cfe Switch to compose view when tapping 'mention' in dropdown on mobile
Eugen 38bc85e695 Merge pull request from blackle/master
Add call-to developers on getting started page
blackle 05e964688d Expand dropdown leftways on status view
blackle b4f09bae1d Add call-to developers on getting started page
Eugen cec7e69827 Merge pull request from blackle/logout_mobile
Show logout button on getting started so it's available on mobile
blackle e1ca354956 Show logout button on getting started so it's available on mobile
blackle 57ff221c0f Emojify display names in notifcations
blackle 61211b509c Improve contrast of bio and username text in account info
Eugen Rochko be6ae3546f Replace getting started icon on desktop nav bar with asterisk instead of hamburger
Eugen Rochko 989c3f4002 Add tab bar alternative to desktop UI, upgrade react & react-redux
Eugen Rochko 00b9ba64c9 Fixed unexpected error