aboutsummaryrefslogtreecommitdiff
path: root/src/components
Commit message (Collapse)AuthorAge
* restored "progress" cursor indicator for loading nsfw imagesHenry Jameson2018-08-30
|
* fixed #72Henry Jameson2018-08-30
|
* Added ability to hide certain types of notificationsHenry Jameson2018-08-28
|
* fixup! Separated tab-switcher into a reusable component. This depends on JSX ↵Henry Jameson2018-08-28
| | | | addition
* minor style tweaksHenry Jameson2018-08-28
|
* panel styling cleanupHenry Jameson2018-08-28
|
* moved replies filtering to "filter" category in settings, made it more ↵Henry Jameson2018-08-28
| | | | consistent
* settings page updateHenry Jameson2018-08-28
|
* tabs for settingsHenry Jameson2018-08-28
|
* allow multiple file uploadHenry Jameson2018-08-28
|
* Show lock icon instead of hiding repeat button, tusky-style. Added hintHenry Jameson2018-08-28
| | | | | explaining what's going on. Fixes favorite button jumping left and right depending on post visibility
* fixed still-image not preserving original aspect ratio and resolution.Henry Jameson2018-08-27
|
* Separated tab-switcher into a reusable component. This depends on JSX additionHenry Jameson2018-08-27
|
* Match users using startsWith instead of match.scarlett2018-08-26
|
* Match emoji using startsWith instead of match.scarlett2018-08-26
|
* Preserve subject in replies.scarlett2018-08-26
|
* Merge branch 'attachment-collapse' into 'develop'kaniini2018-08-26
|\ | | | | | | | | When a post with a subject is collapsed, hide its attachments. See merge request pleroma/pleroma-fe!316
| * Don't use nsfw clickthrough if the post is collapsed by default.scarlett2018-08-26
| |
| * When a post with a subject is collapsed, hide its attachments.scarlett2018-08-25
| |
* | Merge branch 'language-override' into 'develop'kaniini2018-08-26
|\ \ | | | | | | | | | | | | | | | | | | Make interface language configurable from settings Closes #36 See merge request pleroma/pleroma-fe!315
| * | Make interface language configurable from settingsEkaterina Vaartis2018-08-25
| |/ | | | | | | | | | | | | | | | | | | 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
* / Add a checkbox for marking a post's attachments as NSFWscarlett2018-08-25
|/
* attachment: add support for rendering alt text on imagesWilliam Pitcock2018-08-25
|
* Merge branch 'develop' into 'notifications'kaniini2018-08-24
|\ | | | | | | # Conflicts: # src/main.js
| * Don't hide replies when inConversation.scarlett2018-08-24
| |
| * Fix indentationscarlett2018-08-24
| |
| * Remove old implementation of isReply.scarlett2018-08-24
| |
| * Add settings for changing the visibility of replies in the timeline.scarlett2018-08-24
| |
| * Merge branch 'feature/who-to-follow-panel-uses-suggestions-api' into 'develop'kaniini2018-08-24
| |\ | | | | | | | | | | | | Who to follow panel uses suggestions api See merge request pleroma/pleroma-fe!294
| | * debugtsukada-ecsec2018-08-22
| | |
| | * update settingstsukada-ecsec2018-08-22
| | |
| | * debughakabahitoyo2018-08-02
| | |
| | * lintHakaba Hitoyo2018-08-02
| | |
| | * debugHakaba Hitoyo2018-08-02
| | |
| | * who to follow panel uses /api/v1/suggestionsHakaba Hitoyo2018-08-02
| | |
| * | Merge branch 'easy-japanese' into 'develop'kaniini2018-08-24
| |\ \ | | | | | | | | | | | | | | | | Easy Japanese translation See merge request pleroma/pleroma-fe!305
| | * | debugHakaba Hitoyo2018-08-11
| | | |
| | * | updateHakaba Hitoyo2018-08-11
| | | |
| * | | Merge branch 'center-bios' into 'develop'kaniini2018-08-24
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Centre-align profile bios. See merge request pleroma/pleroma-fe!311
| | * | | Centre-align profile bios.scarlett2018-08-21
| | | | |
| * | | | Revert "Unify button styles and use min-width"William Pitcock2018-08-20
| | | | | | | | | | | | | | | | | | | | This reverts commit 8f7919388391742671ef0398e017383d7f0b2bc5.
* | | | | error displayHenry Jameson2018-08-20
| | | | |
* | | | | removed style for rounding bottom part of notifications because there's nowHenry Jameson2018-08-20
| | | | | | | | | | | | | | | | | | | | always "load more" footer
* | | | | fix custom emoji in username, fix gif avatar not being animated when hovering onHenry Jameson2018-08-20
| | | | | | | | | | | | | | | | | | | | the notification
* | | | | Merge remote-tracking branch 'upstream/develop' into notificationsHenry Jameson2018-08-20
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (23 commits) Rename expandCW to collapseMessageWithSubject. fix indent Add support for configurable CW clickthrough. Merge upstream fix lint issues allow default visibility scope to be configured Revert "storing entire config instead of each separate thing of it, so that future" fixes hella ton of annoyances with file upload display using custom ascend value as suggested here: https://github.com/fontello/fontello/issues/513#issuecomment-237551101 helped. disable hinting because it breaks alignment on some icons (namely - locks) fix for timeago being ass when post has replies. added hover colors for clickable icons on the right side. Reverted line-height to its original value Configurable video looping, option to not to loop silent videos. Updated localization strings. added pointer cursor for nsfw placeholder. fixed nsfw videos requiring double-click Made pausing TL updating configurable. Added styles for disabled checkboxes. Shuffled settings a bit b/c all the settings are in "Attachments" section depsite the fact not all of them are attachments-related. storing entire config instead of each separate thing of it, so that future options won't be lost during reloads because developer forgot to update that list of settings to be persisted fix potential stretched spurdo fixed custom emoji in nickname. changed icons on right side to be more streamlined. adjusted CSS so that all text in header of post is on same baseline and all icons/images are middle-aligned. Add validation of the imported theme and the corresponding warning message Unify button styles and use min-width Add German localization for theme import/export ...
| * | | | Rename expandCW to collapseMessageWithSubject.ensra2018-08-20
| | | | | | | | | | | | | | | | | | | | Add option to config.json, disabled by default.
| * | | | fix indentensra2018-08-20
| | | | |
| * | | | Add support for configurable CW clickthrough.ensra2018-08-20
| |/ / /
| * | | Merge branch 'feature/theme-export-import' into 'develop'kaniini2018-08-20
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Theme import & export Closes #119 See merge request pleroma/pleroma-fe!290
| | * | | Add validation of the imported theme and the corresponding warning messageOle Bertram2018-07-04
| | | | |