summaryrefslogtreecommitdiffstats
path: root/src/components/LeftSidebar
AgeCommit message (Expand)Author
2023-08-10fix(search): Add the buttons so keyboard users can tab to the filterJoas Schilling
2023-08-10fix(search): Don't focus the search as it hides "filters" and "adding" nowJoas Schilling
2023-08-09remove unused component and methodsMaksim Sukharev
2023-08-08fix(LeftSidebar): fix "unread mentions" button appearing Grigorii K. Shartsev
2023-08-08chore: lintGrigorii K. Shartsev
2023-08-03Better animationDorraJaouad
2023-08-03trailing button blur behaviourDorraJaouad
2023-08-03patchMaksim Sukharev
2023-08-03improve search box UXDorraJaouad
2023-08-03replace composable method with onMounted hookMaksim Sukharev
2023-08-03apply arrow navigation for participants list in NewGroupConversation dialogMaksim Sukharev
2023-08-03replace arrowNavigation mixin with composableMaksim Sukharev
2023-08-03get rid of native form in SearchBox.vue, expose focus methodMaksim Sukharev
2023-08-03Move RoomSelector.vue to src/componentsDorraJaouad
2023-08-03Add open conv list dialogDorraJaouad
2023-08-02adjust tests, remove redundant jest mock libraryMaksim Sukharev
2023-08-02Hopefully last oneDorraJaouad
2023-08-02Search box fixesDorraJaouad
2023-08-02Fine tuningDorraJaouad
2023-08-02transition improvement and mention filter fixDorraJaouad
2023-08-02Disabled search if filter and added clear btnDorraJaouad
2023-08-02Implementation with iconsDorraJaouad
2023-08-02Added z-index and reorder elements, code improvDorraJaouad
2023-08-02Search box expandible and added buttonsDorraJaouad
2023-08-02EnhancementDorraJaouad
2023-08-02Fixed the Unit test of new group dialogDorraJaouad
2023-08-02Added the filter featuresDorraJaouad
2023-07-18fix(LeftSidebar): remove unused NcListItem.isActiveGrigorii K. Shartsev
2023-07-13fix test errors, supress parsing error for minified Vue componentsMaksim Sukharev
2023-07-11Fixing FocusDorraJaouad
2023-06-22rewrite styles for dialog and inner componentsMaksim Sukharev
2023-06-22replace NcButton with trailing button, cache full search resultsMaksim Sukharev
2023-06-16Merge pull request #9796 from nextcloud/backport/9795/stable27Grigorii K. Shartsev
2023-06-16fix(LeftSidebar): fix scroll with new created conversationsGrigorii K. Shartsev
2023-06-16Code Styling + nav top reductionDorraJaouad
2023-06-16Stying the nav barDorraJaouad
2023-06-16Made the nav. sticky and the wrapper adjustableDorraJaouad
2023-06-16Prevent the navigation bar from floatingDorraJaouad
2023-06-15scroll conversation list only if conversation is non-visible or partly visibleMaksim Sukharev
2023-06-12don't wait for server response to close the sidebarMaksim Sukharev
2023-06-06fix error when click on a group from search resultsMaksim Sukharev
2023-06-01Correct Font weight for SubtitleDorraJaouad
2023-05-12replace complex calculations with Array.at()Maksim Sukharev
2023-05-12remove .prevent modifiers from custom componentsMaksim Sukharev
2023-05-12Use the color-primary-element* variablesSimon L
2023-05-10handle all 'joined-conversation' eventsMaksim Sukharev
2023-05-10remove redundant emitting eventsMaksim Sukharev
2023-05-09move constants from data() to setup()Maksim Sukharev
2023-05-09fix(settings): Only show avatar option when the server supports itJoas Schilling
2023-05-08Merge pull request #9465 from nextcloud/feat/noid/new-conversation-dialog-reworkMaksim Sukharev