Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: PublicShareSidebar for Nextcloud 31 #13628

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Oct 25, 2024

  1. fix: refactor PublicShareSidebarTrigger

    - replace NcButton with NcHeaderButton
    - move to script setup TS
    - adjust mountpoint to .header-end
    
    Signed-off-by: Maksim Sukharev <[email protected]>
    Antreesy committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    e40bcaf View commit details
    Browse the repository at this point in the history
  2. fix: refactor PublicShareSidebar

    - wrap mounting in function
    - adjust shareToken receiving to server API
    - adjust mountpoint to #content-vue
    
    Signed-off-by: Maksim Sukharev <[email protected]>
    Antreesy committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    0881177 View commit details
    Browse the repository at this point in the history
  3. fix: cleanup styles

    - remove publicshare.css as redundant
    - keep footer in place, adjust width if talk sidebar is open
    
    Signed-off-by: Maksim Sukharev <[email protected]>
    Antreesy committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    1d675ee View commit details
    Browse the repository at this point in the history