index
:
mastodon
this commit
cybrespace-3.3
main
monsterfork-1.0
monsterfork-2020-09-01
monsterfork-2020-11-29
Plural Café fork of Mastodon/Glitch Social
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
assets
/
javascripts
/
components
/
actions
/
compose.jsx
Age
Commit message (
Expand
)
Author
2017-01-23
Implement a click-to-view spoiler system
blackle
2016-12-24
Hide unlisted toggle when private is active, hide nsfw toggle when no files a...
Eugen Rochko
2016-12-24
Re-add unlisted toggle to the UI
Anthony Bellew
2016-12-23
Compose form in the UI now has public/private toggle instead of public/unlisted
Eugen Rochko
2016-12-21
Private visibility on statuses prevents non-followers from seeing those
Eugen Rochko
2016-12-14
Re-implemented autosuggestions component for the compose form
Eugen Rochko
2016-12-05
Downsize originals in media attachments, small fixes
Eugen Rochko
2016-12-04
Fix rule
Eugen Rochko
2016-12-04
Fix mutating objects
Eugen Rochko
2016-12-04
Better responsiveness
Eugen Rochko
2016-11-30
Per-status control for unlisted mode, also federation for unlisted mode
Eugen Rochko
2016-11-23
Adding content sensitivity toggle, spoilers for media
Eugen Rochko
2016-11-21
Switch to compose route when replying and compose is not mounted
Eugen Rochko
2016-11-12
Add limit to search results
Eugen Rochko
2016-11-12
Use full-text search for autosuggestions
Eugen Rochko
2016-11-03
Aria-labels actually didn't work in React, so removing. Fixing some bugs
Eugen Rochko
2016-11-03
Add own composed status to home without waiting for websocket event
Eugen Rochko
2016-10-30
Actually complete the autosuggestion feature
Eugen Rochko
2016-10-30
Basic username autocomplete for text area
Eugen Rochko
2016-10-24
Move status components inside individual containers. We still need to select
Eugen Rochko
2016-10-18
Improve how errors are displayed in the UI
Eugen Rochko
2016-10-18
Add console.error to all axios failures
Eugen Rochko
2016-09-27
Fix #52 - Add API versioning (v1)
Eugen Rochko
2016-09-18
Live update account timelines, small fix for replyCompose
Eugen Rochko
2016-09-18
Remove unused action constants
Eugen Rochko
2016-09-12
Adding a notification stack for error messages
Eugen Rochko
2016-09-07
UI for uploading media attachments (and cancelling them)
Eugen Rochko
2016-09-05
Fix reply bug introduced when compose form started using normalized data
Eugen
2016-09-05
Make compose form also use normalized data
Eugen Rochko
2016-09-01
Favouriting works, reblogging is a little broken because of <Status>
Eugen Rochko
2016-08-31
Replies in the compose form
Eugen Rochko
2016-08-31
Cleaning up action names and compose drawer
Eugen Rochko