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

feat: Add Nextcloud Hub changelog #1145

Merged
merged 5 commits into from
Apr 8, 2024
Merged

Commits on Apr 8, 2024

  1. fix: Split code to allow easier addition of new wizard pages

    * Split `App.vue` into `App.vue` and `SlideShow.vue`
    * Add `WizardPage` as common base for all pages
    * Use `script setup` to reduce boiler plate code and better TypeScript support
    * Rename pages so the name makes sense
    
    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    a277f6b View commit details
    Browse the repository at this point in the history
  2. feat: Implemented Nextcloud Hub changelog

    This adds additional slides to the wizard for changes in the current Nextcloud Hub release
    and for sharing it with other users.
    Also modified the menu entry from "About" to "About & What's new".
    
    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    1daa1bf View commit details
    Browse the repository at this point in the history
  3. feat: Only show wizard on updates if the user did not seen the changelog

    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    b9a7bd5 View commit details
    Browse the repository at this point in the history
  4. feat: Add content for Nextcloud Hub 8 changelog

    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    866a7e2 View commit details
    Browse the repository at this point in the history
  5. chore: Compile assets

    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    32f3d46 View commit details
    Browse the repository at this point in the history