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(macros): create a PWA sidebar #8238

Merged
merged 11 commits into from
Apr 5, 2023
Merged

feat(macros): create a PWA sidebar #8238

merged 11 commits into from
Apr 5, 2023

Commits on Feb 16, 2023

  1. Create a PWA sidebar

    wbamberg committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    1701931 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Fix case for sidebar URL

    wbamberg committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    1d9dd64 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Update kumascript/macros/PWASidebar.ejs

    Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com>
    wbamberg and caugner authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    301b902 View commit details
    Browse the repository at this point in the history
  2. Update kumascript/macros/PWASidebar.ejs

    Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com>
    wbamberg and caugner authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    9b044f2 View commit details
    Browse the repository at this point in the history
  3. Fix suggestion

    wbamberg committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    fa543f4 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/main' into pwa-sidebar

    * upstream/main: (251 commits)
      chore(deps-dev): bump typescript from 4.9.5 to 5.0.3 in /client/pwa (mdn#8547)
      chore(deps-dev): bump typescript from 4.9.5 to 5.0.3 (mdn#8543)
      chore(deps-dev): bump postcss-preset-env from 8.2.0 to 8.3.0 (mdn#8561)
      chore(deps-dev): bump @types/react from 18.0.31 to 18.0.32 (mdn#8560)
      chore(advertising): update copies (mdn#8562)
      fix(client): place hash before headings (mdn#8532)
      chore(deps-dev): bump ts-jest from 29.0.5 to 29.1.0 (mdn#8559)
      chore(deps-dev): bump black from 23.1.0 to 23.3.0 in /deployer (mdn#8555)
      chore(deps-dev): bump webpack-dev-server from 4.13.1 to 4.13.2 (mdn#8558)
      chore(deps-dev): bump swr from 2.1.1 to 2.1.2 (mdn#8556)
      chore(deps): bump boto3 from 1.26.99 to 1.26.104 in /deployer (mdn#8557)
      chore(deps-dev): bump black in /testing/integration (mdn#8554)
      ci(stage-build): rsync with -j html,json,txt (mdn#8549)
      ci(stage-build): rsync with -c (mdn#8548)
      chore(deps-dev): bump react-router and react-router-dom from 6.9.0 to 6.10.0 (mdn#8534)
      chore(deps-dev): bump @babel/preset-env from 7.20.2 to 7.21.4 (mdn#8544)
      chore(deps-dev): bump tailwindcss from 3.3.0 to 3.3.1 (mdn#8546)
      chore(deps): bump @mdn/browser-compat-data from 5.2.46 to 5.2.47 (mdn#8545)
      chore(deps-dev): bump @babel/core from 7.21.3 to 7.21.4 (mdn#8542)
      fix(docs): make icons in good/bad examples float (mdn#8531)
      ...
    wbamberg committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    5ff767a View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Update for current page set

    wbamberg committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    46aba1c View commit details
    Browse the repository at this point in the history
  2. Use fully qualified slugs

    wbamberg committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    d93a7fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72a49b5 View commit details
    Browse the repository at this point in the history
  4. Formatting

    wbamberg committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    8ac094f View commit details
    Browse the repository at this point in the history
  5. Remove trailing slash

    wbamberg committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    c6e4b77 View commit details
    Browse the repository at this point in the history