aboutsummaryrefslogtreecommitdiff
path: root/src/components/status
Commit message (Collapse)AuthorAge
* alignment fixesHenry Jameson2020-06-06
|
* fixed case in class nameHenry Jameson2020-06-02
|
* multiple fixesHenry Jameson2020-05-26
|
* 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
| | |
| * | Merge branch 'develop' into 'feature/copy-link'Shpuld Shpludson2020-05-08
| |\| | | | | | | | | | # Conflicts: # static/fontello.json
| | * Merge branch 'fix/status-showing-hiding' into 'develop'Shpuld Shpludson2020-04-27
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | Refactor status showing/hiding code for better handling of edge cases and easier comprehension Closes #779 See merge request pleroma/pleroma-fe!1073
| | | * Refactor status showing/hiding code for better handling of edge cases and ↵xenofem2020-02-24
| | | | | | | | | | | | | | | | easier comprehension
| * | | fix gap when not logged inShpuld Shpuldson2020-05-08
| |/ /
* | | fix status mutesShpuld Shpuldson2020-04-27
| | |
* | | add back mute prediction, add getter for relationshipsShpuld Shpuldson2020-04-24
| | |
* | | 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
| | |
* | | improved selectedMenu againHenry Jameson2020-01-24
| | |
* | | selectedPost and selectedMenu supportHenry Jameson2020-01-13
| | |
* | | poll slot renamed, lightBg customization implementedHenry Jameson2020-01-13
| |/ |/|
* | restore muted users collapsing logic on other user’s profilestaehoon2019-11-25
| |
* | eslintHenry Jameson2019-11-14
| |
* | Made it optionalHenry Jameson2019-11-14
| |
* | Fix regex, tag detector conditionHenry Jameson2019-11-14
| |
* | adds greentext, also small fixesHenry Jameson2019-11-14
|/
* Merge remote-tracking branch 'upstream/develop' into settings-refactorHenry Jameson2019-10-29
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (89 commits) remove needless ref show preview popover when hover numbered replies refactor conditions do not make too many nested div add fetchStatus action refactor status loading logic split status preview popover into a separate component uninstall mobile-detect library listen both events minor css fix restrict distance at top side only set different trigger event in desktop and mobile by default fix eslint warnings fix popper go behind the top bar migrate Popper to v-popover fix popper go behind the top bar fix eslint warnings reset font-size to normal text size using rem use top placement by default hide status preview popper when hover popper content ...
| * show preview popover when hover numbered repliestaehoon2019-10-24
| |
| * refactor conditionstaehoon2019-10-24
| |
| * split status preview popover into a separate componenttaehoon2019-10-24
| |
| * minor css fixtaehoon2019-10-24
| |
| * restrict distance at top side onlytaehoon2019-10-24
| |
| * set different trigger event in desktop and mobile by defaulttaehoon2019-10-24
| |
| * fix eslint warningstaehoon2019-10-24
| |
| * fix popper go behind the top bartaehoon2019-10-24
| |
| * migrate Popper to v-popovertaehoon2019-10-24
| |
| * fix popper go behind the top bartaehoon2019-10-24
| |
| * fix eslint warningstaehoon2019-10-24
| |
| * reset font-size to normal text size using remtaehoon2019-10-24
| |
| * use top placement by defaulttaehoon2019-10-24
| |