Commit Graph

24 Commits (d9022884c6c4e066b1e6ee8d9c07c220c031454e)

Author SHA1 Message Date
Eugen Rochko 1aae0cfc2c Fix - add space after autocomplete
Eugen Rochko 1a33e4042e Fix upload file input being re-rendered needlessly
Eugen Rochko 23ebf60b95 Improve initialState loading
Mitchell Hentges 4d300e2507 On file-drag, show a border around textarea
Anthony Bellew 538d109a82 Re-add unlisted toggle to the UI
Eugen Rochko de9b6e3a6a Compose form in the UI now has public/private toggle instead of public/unlisted
Eugen Rochko b27066e154 Re-implemented autosuggestions component for the compose form
Fix , fix , fix 
Eugen Rochko 14bd46946d Per-status control for unlisted mode, also federation for unlisted mode
Fix , fix 
Eugen Rochko 2112a81e86 Adding content sensitivity toggle, spoilers for media
Eugen Rochko d32e0364f9 Switch to compose route when replying and compose is not mounted
Eugen Rochko 09218d4c01 Use full-text search for autosuggestions
Eugen Rochko c49f6290eb Basic username autocomplete for text area
Eugen Rochko e8ff4c8e56 Refactoring redux state into different reducers
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 0bd4608ad1 Fix - Filter self from pre-filled mentions
Eugen Rochko c6d893a71d Uploading/undoing media modifies status text. Also: status text trimmed before validation
Eugen Rochko bc98865c1a API returns mentions for statuses, compose form pre-fills all relevant usernames into the form when replying
Eugen Rochko 337462aa5e Re-organizing components to be more modular, adding loading bars
Eugen Rochko d6a64f45fd Adding a notification stack for error messages
Eugen Rochko 499beb4484 UI for uploading media attachments (and cancelling them)
Mostly resolves , though attachments are still not displayed in public view
Eugen Rochko 05001d54d1 Make compose form also use normalized data
Eugen Rochko d6873797ac Fix typo
Eugen Rochko dbae8062f4 Replies in the compose form
Eugen Rochko 72591cc6d5 Cleaning up action names and compose drawer