* polish: (21 commits)
fixed#87
fixup! panel styling cleanup
fixup! fixup! Added logic to process reply to favorite request and update likes counter accordingly. Should fix some of cases of doubled likes and likes counter not decrementing.
fixup! Added logic to process reply to favorite request and update likes counter accordingly. Should fix some of cases of doubled likes and likes counter not decrementing.
fixup! Added logic to process reply to favorite request and update likes counter accordingly. Should fix some of cases of doubled likes and likes counter not decrementing.
fixes broken nsfw hider in notifications
restored "progress" cursor indicator for loading nsfw images
fixed#72
Added ability to hide certain types of notifications
fixup! Separated tab-switcher into a reusable component. This depends on JSX addition
minor style tweaks
panel styling cleanup
moved replies filtering to "filter" category in settings, made it more consistent
settings page update
tabs for settings
allow multiple file upload
Show lock icon instead of hiding repeat button, tusky-style. Added hint explaining what's going on. Fixes favorite button jumping left and right depending on post visibility
Added logic to process reply to favorite request and update likes counter accordingly. Should fix some of cases of doubled likes and likes counter not decrementing.
fixed still-image not preserving original aspect ratio and resolution.
Separated tab-switcher into a reusable component. This depends on JSX addition
...
* upstream/develop: (37 commits)
Match users using startsWith instead of match.
Match emoji using startsWith instead of match.
remove-unused-settings
Preserve subject in replies.
Don't use nsfw clickthrough if the post is collapsed by default.
correct /static/config.json decoding
save /api/statusnet/config.json connection
rename apiStatusnetConfigSitePleromafe to apiConfig
fix typo
Add a checkbox for marking a post's attachments as NSFW
When a post with a subject is collapsed, hide its attachments.
Make interface language configurable from settings
attachment: add support for rendering alt text on images
Don't hide replies when inConversation.
Fix indentation
Remove old implementation of isReply.
Add settings for changing the visibility of replies in the timeline.
Update Russian translations
update
fixed error not displaying for 500 error.
...
The locale can now be configured in settings and is stored in
Vuex. The changes are applied immidiately after selection. The list of
languages is taken from the messages file, which contains all the
available locales (and a new value, `interfaceLanguage`, to control
the translation of this option in the options menu)
Closes#36