aboutsummaryrefslogtreecommitdiff
path: root/src/components/status
Commit message (Collapse)AuthorAge
...
* | 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
| |
| * hide status preview popper when hover popper contenttaehoon2019-10-24
| |
| * use better nametaehoon2019-10-24
| |
| * css cleanuptaehoon2019-10-24
| |
| * fix minor css issues in status previewtaehoon2019-10-24
| |
| * reposition popper after fetching statustaehoon2019-10-24
| |
| * use popper for status previewtaehoon2019-10-24
| |
| * Fix reply arrow highlighting in some accessibility toolseal2019-10-17
| | | | | | | | | | The cursor style needs to be "pointer" even before hovering, since keyboard-driven browsing never hovers over the elements.
* | fix! i noticed it!!Henry Jameson2019-10-08
| |
* | created mergedConfig getter to avoid obnoxious checks for undefined everywhereHenry Jameson2019-09-29
|/
* Merge remote-tracking branch 'upstream/develop' into emoji-selector-updateHenry Jameson2019-09-25
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (42 commits) Fix formatting in oc.json avoid using global class fix logo moving bug when lightbox is open Reserve scrollbar gap when body scroll is locked setting display: initial makes trouble, instead, toggle display: none using classname lock body scroll add body-scroll-lock directive install body-scroll-lock wire up props with PostStatusModal rename component recover autofocusing behavior refactor MobilePostStatusModal using new PostStatusModal add new module and modal to post new status remove needless condition add mention button wire up user state with global store collapse fav/repeat notifications from muted users do not collapse thread muted posts in conversation detect thread-muted posts do not change word based muting logic ...
| * do not collapse thread muted posts in conversationtaehoon2019-09-13
| |
| * detect thread-muted poststaehoon2019-09-13
| |
| * do not change word based muting logictaehoon2019-09-13
| |
| * do not collapse muted user's posts on muted user's profile pagetaehoon2019-09-13
| |
* | update status/user card to use same gradient mask fading effect instead ofHenry Jameson2019-09-15
| | | | | | | | background hack
* | Remove emoji zoomHenry Jameson2019-09-12
| |
* | better hitbox for status emojiHenry Jameson2019-09-08
| |
* | scale emoji on hoverHenry Jameson2019-09-08
| |
* | fixed some bugs, added spam mode, minor collateral fixesHenry Jameson2019-09-08
|/
* fix pin showing logic in conversationtaehoon2019-08-17
|
* rel also accepts list, update rel detection logictaehoon2019-08-13
|
* use hashtag class detection as fallbacktaehoon2019-08-12
|
* detect hashtag using rel instead of classtaehoon2019-08-12
|
* closest can returns itself as welltaehoon2019-07-23
|
* find inside status-content div onlytaehoon2019-07-23
|
* try to use the closest a tag as targettaehoon2019-07-23
|
* Also apply keyword filter to subjectsToromino2019-07-20
|
* make popover position for status action dropdow relative to parent nodetaehoon2019-07-15
|
* rewrite ExtraButtons using v-tooltiptaehoon2019-07-15
|
* Merge branch 'fix/respect-hide-post-stats' into 'develop'HJ2019-07-15
|\ | | | | | | | | Hide favs/rts properly when hide post stats is enabled See merge request pleroma/pleroma-fe!877
| * Hide favs/rts properly when hide post stats is enabledshpuld2019-07-09
| |