aboutsummaryrefslogtreecommitdiff
path: root/src/components/status/status.vue
Commit message (Collapse)AuthorAge
* improved the semantics for our icon scale, fixed preview, fixed navbar desktopHenry Jameson2020-10-28
|
* lintHenry Jameson2020-10-21
|
* Some initial work on replacing icons with FA5Henry Jameson2020-10-20
|
* Merge branch 'develop' into 'feat/masto-ws-deletes'Shpuld Shpludson2020-10-01
|\ | | | | | | | | | | # Conflicts: # CHANGELOG.md # src/components/status/status.js # src/components/status/status.scss
| * Timeline virtual scrollingShpuld Shpludson2020-09-29
| |
* | rename to gravestoneShpuld Shpuldson2020-09-08
| |
* | separate reply button to its own component, add changelog entryShpuld Shpuldson2020-09-07
| |
* | add basic deletes support that works with masto WSShpuld Shpuldson2020-09-06
|/
* fix issues with reply-linkHenry Jameson2020-08-18
|
* more broken reply improvementsHenry Jameson2020-08-04
|
* lintHenry Jameson2020-08-04
|
* more fixesHenry Jameson2020-08-04
|
* refactor statusHenry Jameson2020-07-28
|
* separate status scss into another fileHenry Jameson2020-07-27
|
* Merge branch 'feat/show-fav-rt-lists-on-hover' into 'develop'Shpuld Shpludson2020-07-21
|\ | | | | | | | | Feat/show fav rt lists on hover See merge request pleroma/pleroma-fe!1196
| * Move user list from reactions to its own component, make favs and rts use itShpuld Shpuldson2020-07-16
| |
* | Merge branch 'feat/more-title-attributes-in-status-header' into 'develop'Shpuld Shpludson2020-07-20
|\ \ | | | | | | | | | | | | Add title attributes to more things in status header See merge request pleroma/pleroma-fe!1195
| * | add title attributes to more things in status headerShpuld Shpuldson2020-07-16
| |/
* | Merge branch 'features/favicons' into 'develop'Shpuld Shpludson2020-07-20
|\ \ | |/ |/| | | | | status.vue: Add support for favicons See merge request pleroma/pleroma-fe!1076
| * move faviconShpuld Shpuldson2020-06-18
| |
| * Merge branch 'develop' into features/faviconsShpuld Shpuldson2020-06-18
| |\
| * | move favicon to nameShpuld Shpuldson2020-06-18
| | |
| * | status.vue: Add support for faviconsHaelwenn (lanodan) Monnier2020-03-01
| | | | | | | | | | | | Put in replacement to the external icon when possible
* | | fix conflicts, make subject update the previewShpuld Shpuldson2020-07-06
|\ \ \
| * | | add no-statusId support for status popoverShpuld Shpuldson2020-06-30
| | | |
| * | | add strikethrough when parent isn't visibleShpuld Shpuldson2020-06-30
| | | |
* | | | remove panel-footer in userpanel, simplify preview header, fix word-wrap in ↵Shpuld Shpuldson2020-06-28
|/ / / | | | | | | | | | preview
* | / fix huge emoji in usernamesHenry Jameson2020-06-19
| |/ |/|
* | alignment fixesHenry Jameson2020-06-06
| |
* | fixed case in class nameHenry Jameson2020-06-02
| |
* | fix reprööted posts not being muted properly. fix muted posts makingHenry Jameson2020-05-25
| | | | | | | | desktop notifications
* | Merge branch 'develop' into 'feat/relationship-refactor'Shpuld Shpludson2020-05-08
|\ \ | | | | | | | | | # Conflicts: # src/components/notification/notification.js
| * \ Merge branch 'feat/status-content-separation' into 'develop'Shpuld Shpludson2020-05-08
| |\ \ | | | | | | | | | | | | | | | | Refactor: Separate status content from status See merge request pleroma/pleroma-fe!1092
| | * | Separate status content from status like in direct conversations mrShpuld Shpuldson2020-04-27
| | |/
| * / fix gap when not logged inShpuld Shpuldson2020-05-08
| |/
* | minor fixesShpuld Shpuldson2020-04-23
| |
* | make relationships separate from usersShpuld Shpuldson2020-04-21
|/
* Fix/popover performanceShpuld Shpludson2020-02-28
|
* Merge branch 'develop' into 'themes-accent'HJ2020-02-11
|\ | | | | | | # Conflicts: # src/components/emoji_reactions/emoji_reactions.vue
| * Emoji Reactions - fixes and improvementsShpuld Shpludson2020-02-11
| |
| * Include non-gallery attachments and distinguish between images and videosxenofem2020-02-08
| |
| * Indicate whether collapsed statuses contain gallery media or link preview cardsxenofem2020-02-08
| |
* | Merge remote-tracking branch 'upstream/develop' into themes-accentHenry Jameson2020-01-28
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (33 commits) add emoji reactions to changelog fix emoji reaction classes broken in develop review changes Fix password and email update remove unnecessary anonymous function Apply suggestion to src/services/api/api.service.js remove logs/commented code remove favs count from react button remove mock data change emoji reactions to use new format Added polyfills for EventTarget (needed for Safari) and CustomEvent (needed for IE) Fix missing TWKN when logged in, but server is set to private mode. Fix follower request fetching Add domain mutes to changelog Implement domain mutes v2 change changelog to reflect actual release history of frontend Fix #750 , fix error messages and captcha resetting Optimize Notifications Rendering update CHANGELOG Use last seen notif instead of first unseen notif for sinceId ...
| * change emoji reactions to use new formatShpuld Shpuldson2020-01-26
| |
| * clean up code, fix prediction bugShpuld Shpuldson2020-01-14
| |
| * fix merge conflictsShpuld Shpuldson2020-01-13
| |\
| * | usable-but-buggy: picker, adding/removing reaction on click, search, stylesShpuld Shpuldson2020-01-13
| | |
| * | wip commit, add basic popover for emoji reaction selectShpuld Shpuldson2019-11-15
| | |
| * | add fetching for emoji reactions, draft designShpuld Shpuldson2019-11-15
| | |
* | | Kenomo (see: #624) theme. Ability to define link color for post contents. FixesHenry Jameson2020-01-28
| | |