aboutsummaryrefslogtreecommitdiff
path: root/src/components
Commit message (Collapse)AuthorAge
* 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
| | |
| | * Unify button styles and use min-widthOle Bertram2018-07-04
| | | | | | | | | | | | | | | | | | | | | This seemed to be the same across multiple components anyway. Switched to min-width to allow for buttons with longer text, e.g. from other languages.
| | * Add theme import featureOle Bertram2018-06-28
| | |
| | * Refactor theme settings state initializationOle Bertram2018-06-28
| | |
| | * Add theme export featureOle Bertram2018-06-28
| | |
| * | Merge branch 'develop' into 'fixes-and-tweaks'kaniini2018-08-19
| |\ \ | | | | | | | | | | | | # Conflicts: # src/i18n/messages.js
| | * | Merge upstreamFoxhkron2018-08-19
| | | |
| | * | fix lint issuesWilliam Pitcock2018-08-18
| | | |
| | * | allow default visibility scope to be configuredWilliam Pitcock2018-08-18
| | | |
| * | | fixes hella ton of annoyances with file upload displayHenry Jameson2018-08-15
| | | |
| * | | fix for timeago being ass when post has replies. added hover colors forHenry Jameson2018-08-15
| | | | | | | | | | | | | | | | clickable icons on the right side. Reverted line-height to its original value
| * | | Configurable video looping, option to not to loop silent videos. UpdatedHenry Jameson2018-08-15
| | | | | | | | | | | | | | | | localization strings.
| * | | added pointer cursor for nsfw placeholder. fixed nsfw videos requiring ↵Henry Jameson2018-08-15
| | | | | | | | | | | | | | | | double-click
| * | | Made pausing TL updating configurable. Added styles for disabled checkboxes.Henry Jameson2018-08-13
| | | | | | | | | | | | | | | | | | | | Shuffled settings a bit b/c all the settings are in "Attachments" section depsite the fact not all of them are attachments-related.
| * | | fix potential stretched spurdoHenry Jameson2018-08-13
| | | |
| * | | fixed custom emoji in nickname. changed icons on right side to be moreHenry Jameson2018-08-13
| |/ / | | | | | | | | | | | | streamlined. adjusted CSS so that all text in header of post is on same baseline and all icons/images are middle-aligned.
* | | Merge remote-tracking branch 'upstream/develop' into notificationsHenry Jameson2018-08-16
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (26 commits) Update status.vue Update retweet_button.js Update retweet_button.vue Use serverside html rendering in usernames and bios if available. Update status.vue Revert "Merge branch 'feature/hide-all-status-actions-if-not-logged-in' into 'develop'" Hide all status actions if not logged in hopefully, fix linter Fixes broken custom emoji in autocomplete when proxying to remote BE Made it so that unfocused tab doesn't autostream posts when scrolled to the top Remove trailing whitespace Textarea is now focused when replying the missing piece for invites system Fixes selects having unreadable text on some browsers/OSes. Added bonus: theme switcher select now has styled options that show preview of what theme's bg/fg colors are fixed lint cleanup, fixed self-highlighting in notifications, fixed incorrect hex code handling added ability to pick the style of highlighting post-rebase fix, backported d7d787b84cb8e36ad7f622054808f0e66c496309 notifs fix maybe i should actually add myself to contributors list? ...
| * | Merge branch 'invites' into 'develop'lambda2018-08-12
| |\ \ | | | | | | | | | | | | | | | | FE part of invites system See merge request pleroma/pleroma-fe!297
| | * | the missing piece for invites systemHenry Jameson2018-08-05
| | | |
| * | | Merge branch 'develop' into 'feature/accountHighlight'Henry2018-08-12
| |\ \ \ | | | | | | | | | | | | | | | # Conflicts: # src/components/user_card_content/user_card_content.vue
| | * \ \ Merge branch 'feature/focus_reply_form' into 'develop'lambda2018-08-12
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Focus textarea when clicking "reply" See merge request pleroma/pleroma-fe!298
| | | * | | Remove trailing whitespaceToromino2018-08-05
| | | | | |
| | | * | | Textarea is now focused when replyingToromino2018-08-05
| | | |/ /
| | * | | Merge branch 'fixSelectOptionStyling' into 'develop'lambda2018-08-12
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes selects having unreadable text on some browsers/OSes. Closes #123 See merge request pleroma/pleroma-fe!296
| | | * | | Fixes selects having unreadable text on some browsers/OSes. Added bonus: themeHenry Jameson2018-08-05
| | | |/ / | | | | | | | | | | | | | | | | | | | | switcher select now has styled options that show preview of what theme's bg/fg colors are
| | * | | Merge branch 'doNotAutoFetchOnUnfocusedTab' into 'develop'lambda2018-08-12
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Made it so that unfocused tab doesn't autostream posts when scrolled to the top See merge request pleroma/pleroma-fe!299
| | | * | | Made it so that unfocused tab doesn't autostream posts when scrolled to the topHenry Jameson2018-08-06
| | | |/ /
| | * | | Merge branch 'fixRelativeEmojis' into 'develop'lambda2018-08-12
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fixes broken custom emoji in autocomplete when proxying to remote BE See merge request pleroma/pleroma-fe!300
| | | * | | hopefully, fix linterHenry Jameson2018-08-06
| | | | | |
| | | * | | Fixes broken custom emoji in autocomplete when proxying to remote BEHenry Jameson2018-08-06
| | | |/ /
| | * | | Merge branch 'feature/emoji-in-profiles' into 'develop'lambda2018-08-12
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Use serverside html rendering in usernames and bios if available. See merge request pleroma/pleroma-fe!304
| | | * | | Use serverside html rendering in usernames and bios if available.eal2018-08-09
| | | | | |
| | | * | | Revert "Merge branch 'feature/hide-all-status-actions-if-not-logged-in' into ↵dtluna2018-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'develop'" This reverts merge request !301
| | | * | | Hide all status actions if not logged indtluna2018-08-06
| | | |/ /
| | * | | Update status.vueToromino2018-08-09
| | | | |
| | * | | Update retweet_button.jsToromino2018-08-09
| | | | |
| | * | | Update retweet_button.vueToromino2018-08-09
| | | | |
| | * | | Update status.vueToromino2018-08-08
| | |/ /
| * | | fixed lintHenry Jameson2018-08-05
| | | |
| * | | cleanup, fixed self-highlighting in notifications, fixed incorrect hex code ↵Henry Jameson2018-08-05
| | | | | | | | | | | | | | | | handling
| * | | added ability to pick the style of highlightingHenry Jameson2018-08-05
| | | |
| * | | post-rebase fix, backported d7d787b84cb8e36ad7f622054808f0e66c496309Henry Jameson2018-07-06
| | | |