| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | * | fix console errors | Henry Jameson | 2021-06-08 | |
| | | | ||||
| | * | change defaults | Henry Jameson | 2021-06-08 | |
| | | | ||||
| | * | moved mentions into a separate component - MentionLine, added collapsing | Henry Jameson | 2021-06-08 | |
| | | | | | | | | | of mentions when there's too many of 'em | |||
| | * | configurable mentions placement | Henry Jameson | 2021-06-08 | |
| | | | ||||
| | * | moving mentions into separate row | Henry Jameson | 2021-06-08 | |
| | | | ||||
| | * | some docs, added richcontent to usernames in status, updated stillImage | Henry Jameson | 2021-06-07 | |
| | | | | | | | | | to allow scale of "gif" label | |||
| * | | Rearranged settings, moved more stuff to filtering where apllicable. | Henry Jameson | 2021-06-08 | |
| |/ | | | | Changed how filering works. | |||
| * | separate screen_name and screen_name_ui with decoded punycode | Shpuld Shpuldson | 2021-02-26 | |
| | | ||||
| * | don't filter own posts | Shpuld Shpuldson | 2021-01-11 | |
| | | ||||
| * | move external source button to extra buttons, make expand button easier to ↵ | Shpuld Shpuldson | 2020-12-03 | |
| | | | | | click and highlight on hover | |||
| * | rotate the shackle of the lock for better accessibility | Henry Jameson | 2020-10-21 | |
| | | ||||
| * | come on and slam | Henry Jameson | 2020-10-21 | |
| | | ||||
| * | more FA5 stuff with small related refactoring | Henry Jameson | 2020-10-20 | |
| | | ||||
| * | Some initial work on replacing icons with FA5 | Henry Jameson | 2020-10-20 | |
| | | ||||
| * | Merge branch 'develop' into 'feat/masto-ws-deletes' | Shpuld Shpludson | 2020-10-01 | |
| |\ | | | | | | | | | | | # Conflicts: # CHANGELOG.md # src/components/status/status.js # src/components/status/status.scss | |||
| | * | Timeline virtual scrolling | Shpuld Shpludson | 2020-09-29 | |
| | | | ||||
| * | | separate reply button to its own component, add changelog entry | Shpuld Shpuldson | 2020-09-07 | |
| | | | ||||
| * | | add basic deletes support that works with masto WS | Shpuld Shpuldson | 2020-09-06 | |
| |/ | ||||
| * | Move user list from reactions to its own component, make favs and rts use it | Shpuld Shpuldson | 2020-07-16 | |
| | | ||||
| * | Make use of backend reply filtering | Shpuld Shpuldson | 2020-06-30 | |
| | | ||||
| * | multiple fixes | Henry Jameson | 2020-05-26 | |
| | | ||||
| * | fix reprööted posts not being muted properly. fix muted posts making | Henry Jameson | 2020-05-25 | |
| | | | | | desktop notifications | |||
| * | Merge branch 'develop' into 'feat/relationship-refactor' | Shpuld Shpludson | 2020-05-08 | |
| |\ | | | | | | | # Conflicts: # src/components/notification/notification.js | |||
| | * | Separate status content from status like in direct conversations mr | Shpuld Shpuldson | 2020-04-27 | |
| | | | ||||
| | * | Refactor status showing/hiding code for better handling of edge cases and ↵ | xenofem | 2020-02-24 | |
| | | | | | | | | | easier comprehension | |||
| * | | fix status mutes | Shpuld Shpuldson | 2020-04-27 | |
| | | | ||||
| * | | add back mute prediction, add getter for relationships | Shpuld Shpuldson | 2020-04-24 | |
| | | | ||||
| * | | make relationships separate from users | Shpuld Shpuldson | 2020-04-21 | |
| |/ | ||||
| * | Include non-gallery attachments and distinguish between images and videos | xenofem | 2020-02-08 | |
| | | ||||
| * | clean up code, fix prediction bug | Shpuld Shpuldson | 2020-01-14 | |
| | | ||||
| * | fix merge conflicts | Shpuld Shpuldson | 2020-01-13 | |
| |\ | ||||
| | * | restore muted users collapsing logic on other user’s profiles | taehoon | 2019-11-25 | |
| | | | ||||
| | * | eslint | Henry Jameson | 2019-11-14 | |
| | | | ||||
| | * | Made it optional | Henry Jameson | 2019-11-14 | |
| | | | ||||
| | * | Fix regex, tag detector condition | Henry Jameson | 2019-11-14 | |
| | | | ||||
| | * | adds greentext, also small fixes | Henry Jameson | 2019-11-14 | |
| | | | ||||
| * | | usable-but-buggy: picker, adding/removing reaction on click, search, styles | Shpuld Shpuldson | 2020-01-13 | |
| | | | ||||
| * | | wip commit, add basic popover for emoji reaction select | Shpuld Shpuldson | 2019-11-15 | |
| | | | ||||
| * | | add fetching for emoji reactions, draft design | Shpuld Shpuldson | 2019-11-15 | |
| |/ | ||||
| * | Merge remote-tracking branch 'upstream/develop' into settings-refactor | Henry Jameson | 2019-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 ... | |||
| | * | split status preview popover into a separate component | taehoon | 2019-10-24 | |
| | | | ||||
| | * | migrate Popper to v-popover | taehoon | 2019-10-24 | |
| | | | ||||
| | * | use better name | taehoon | 2019-10-24 | |
| | | | ||||
| | * | reposition popper after fetching status | taehoon | 2019-10-24 | |
| | | | ||||
| | * | use popper for status preview | taehoon | 2019-10-24 | |
| | | | ||||
| * | | fix! i noticed it!! | Henry Jameson | 2019-10-08 | |
| | | | ||||
| * | | created mergedConfig getter to avoid obnoxious checks for undefined everywhere | Henry Jameson | 2019-09-29 | |
| |/ | ||||
| * | do not collapse thread muted posts in conversation | taehoon | 2019-09-13 | |
| | | ||||
| * | detect thread-muted posts | taehoon | 2019-09-13 | |
| | | ||||
| * | do not change word based muting logic | taehoon | 2019-09-13 | |
| | | ||||
