Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nextcloud/app-tutorial
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: nextcloud/app-tutorial
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: enh/dashboard
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 14 files changed
  • 2 contributors

Commits on Jan 16, 2023

  1. Fix styling

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr authored and susnux committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    00e5fc0 View commit details
    Browse the repository at this point in the history
  2. Add dashboard widget

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr authored and susnux committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    44eeee5 View commit details
    Browse the repository at this point in the history
  3. Fix dashboard widget to use components from @nextcloud/vue

    * Also some minor cleanup
    
    Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
    susnux committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    8421db0 View commit details
    Browse the repository at this point in the history
  4. Implement links to notes to fix dashboard widget

    Allows to link to a note by using its ID in the URL to fix links from dashboard widget.
    This is implemented using initial state, to show how this could be used.
    
    Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
    susnux committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    df23b4e View commit details
    Browse the repository at this point in the history
  5. fix(tests): PageController now requires more parameters

    Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
    susnux committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    4359dae View commit details
    Browse the repository at this point in the history
Loading