| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Refactor desktop navbar into a component, change layout to grid for | Henry Jameson | 2020-10-29 |
| | | | | | better compatibility with search field and simpler CSS | ||
| * | improved the semantics for our icon scale, fixed preview, fixed navbar desktop | Henry Jameson | 2020-10-28 |
| | | |||
| * | lint | Henry Jameson | 2020-10-21 |
| | | |||
| * | more replacements + small renames | Henry Jameson | 2020-10-20 |
| | | |||
| * | Address feedback | eugenijm | 2020-07-08 |
| | | | | | | | | | | | | | | | | | | | | | | | Use more specific css rules for the emoji dimensions in the chat list status preview. Use more round em value for chat list item height. Add global html overflow and height for smoother chat navigation in the desktop Safari. Use offsetHeight instad of a computed style when setting the window height on resize. Remove margin-bottom from the last message to avoid occasional layout shift in the desktop Safari Use break-word to prevent chat message text overflow Resize and scroll the textarea when inserting a new line on ctrl+enter Remove fade transition on route change Ensure proper border radius at the bottom of the chat, remove unused border-radius Prevent the chat header "jumping" on the avatar load. | ||
| * | Add Chats | eugenijm | 2020-07-08 |
| | | |||
| * | change storage error one-off into a global notice system | Shpuld Shpuldson | 2020-07-02 |
| | | |||
| * | catch localforage error and let the application work, add an alert for user ↵ | Shpuld Shpuldson | 2020-07-01 |
| | | | | | to dismiss | ||
| * | fix cursor on desktop, add modal link on mobile | Henry Jameson | 2020-05-25 |
| | | |||
| * | Merge remote-tracking branch 'origin/develop' into settings-modal | Henry Jameson | 2020-05-25 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: (95 commits) Translated using Weblate (Italian) Translated using Weblate (Chinese (Simplified)) Translated using Weblate (Russian) Translated using Weblate (Polish) Translated using Weblate (Dutch) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) ... | ||
| | * | Permit sidebar alignment with instance configuration option | Mark Felder | 2020-05-12 |
| | | | |||
| * | | initial work on settings modal | Henry Jameson | 2020-05-03 |
| |/ | |||
| * | updated preview to account for underlay | Henry Jameson | 2020-01-28 |
| | | |||
| * | Finally trust eslint | Mark Felder | 2019-12-12 |
| | | |||
| * | Lint | Mark Felder | 2019-12-12 |
| | | |||
| * | Merge branch 'develop' into feature/lockdown-timelines-private-mode | Mark Felder | 2019-12-12 |
| |\ | |||
| | * | hide instance url/link/text in header using hideSitename option | taehoon | 2019-12-11 |
| | | | |||
| * | | app: search API is not available in private mode so disable it | Ariadne Conill | 2019-11-11 |
| |/ | |||
| * | update admin url | taehoon | 2019-10-02 |
| | | |||
| * | update copy | taehoon | 2019-10-01 |
| | | |||
| * | add trailing slash to admin url | taehoon | 2019-10-01 |
| | | |||
| * | open in a new tab | taehoon | 2019-10-01 |
| | | |||
| * | add admin link to nav | taehoon | 2019-10-01 |
| | | |||
| * | Merge branch '616' into 'develop' | Shpuld Shpludson | 2019-09-25 |
| |\ | | | | | | | | | | | | | Lock body scroll when lightbox is open Closes #616 See merge request pleroma/pleroma-fe!886 | ||
| | * | fix logo moving bug when lightbox is open | taehoon | 2019-09-20 |
| | | | |||
| | * | lock body scroll | taehoon | 2019-09-20 |
| | | | |||
| * | | rename component | taehoon | 2019-09-20 |
| | | | |||
| * | | add new module and modal to post new status | taehoon | 2019-09-20 |
| |/ | |||
| * | do not unmount post status modal in desktop | taehoon | 2019-08-06 |
| | | |||
| * | prevent scrolling top when click search input | taehoon | 2019-07-31 |
| | | |||
| * | New search | Eugenij | 2019-07-15 |
| | | |||
| * | eslint --fix --ext .js,.vue src | Henry Jameson | 2019-07-05 |
| | | |||
| * | render modal at the root level using portal | taehoon | 2019-06-06 |
| | | |||
| * | toggle showing new status form instead of toggle mouting | taehoon | 2019-05-05 |
| | | |||
| * | use native scrollbar | taehoon | 2019-05-03 |
| | | |||
| * | fix double scrollbar display bug in mobile | taehoon | 2019-05-03 |
| | | |||
| * | add user reporting modal | taehoon | 2019-05-03 |
| | | |||
| * | make nav bar slide, move mobile post status to mobile nav | shpuld | 2019-03-14 |
| | | |||
| * | merge develop, add mobile nav component | shpuld | 2019-03-12 |
| |\ | |||
| | * | Add floating post-status button on mobile | Shpuld Shpludson | 2019-03-11 |
| | | | |||
| * | | more work with notifications drawer | shpuld | 2019-03-03 |
| | | | |||
| * | | start working on one tap notifications | shpuld | 2019-03-02 |
| |/ | |||
| * | #361 - fix theme preview background | dave | 2019-02-15 |
| | | |||
| * | Merge branch '300-fixed-background-issue' into 'develop' | Shpuld Shpludson | 2019-02-12 |
| |\ | | | | | | | | | | | | | Fix fixed background issue Closes #300 See merge request pleroma/pleroma-fe!518 | ||
| | * | Fix fixed background issue | taehoon | 2019-02-03 |
| | | | |||
| * | | remove unnecessary div | Xiaofeng An | 2019-02-06 |
| | | | |||
| * | | move login hint into the main content | Xiaofeng An | 2019-02-06 |
| | | | |||
| * | | Add option to hide features panel | dev92341 | 2019-02-05 |
| | | | |||
| * | | Add option to hide features panel | dev92341 | 2019-02-05 |
| |/ | |||
| * | Add media viewer module and media module component, modify attachment behavior | shpuld | 2019-01-14 |
| | | |||
