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

Create an app configuration #1258

Commits on Nov 30, 2022

  1. Add an app configuration

    Fixes nextcloud#1067
    
    Move the AppNavigationSettings from the sidebar to a AppSettingsDialog
    modal that covers the screen.
    
    Signed-off-by: Marcel Robitaille <mail@marcelrobitaille.me>
    MarcelRobitaille committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    2855704 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    Signed-off-by: Marcel Robitaille <mail@marcelrobitaille.me>
    MarcelRobitaille committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    f9938e2 View commit details
    Browse the repository at this point in the history
  3. Add reminder to use @nextcloud/vue LoadingIcon

    Signed-off-by: Marcel Robitaille <mail@marcelrobitaille.me>
    MarcelRobitaille committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    749e558 View commit details
    Browse the repository at this point in the history
  4. Fix stylelint code formatting

    Signed-off-by: Christian Wolf <github@christianwolf.email>
    christianlupus authored and MarcelRobitaille committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    6d5caa5 View commit details
    Browse the repository at this point in the history
  5. Fix reindex button

    Now the reindex method is in this same component, so instead of
    emitting, just call that method
    
    Signed-off-by: Marcel Robitaille <mail@marcelrobitaille.me>
    MarcelRobitaille committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    e532b98 View commit details
    Browse the repository at this point in the history
  6. Add unique ID for each settings section

    Signed-off-by: Marcel Robitaille <mail@marcelrobitaille.me>
    MarcelRobitaille committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    cac677f View commit details
    Browse the repository at this point in the history
  7. Upgrade to NC vue 7.10.0 (fix recursion error)

    Signed-off-by: Marcel Robitaille <mail@marcelrobitaille.me>
    MarcelRobitaille committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    b0dd3c6 View commit details
    Browse the repository at this point in the history