Skip to content
Snippets Groups Projects

Add PWA to AlekSIS

Merged Jonathan Weth requested to merge merge/pwa into master
1 unresolved thread

Merge from SchoolApps

Close #67 (closed)

Edited by Jonathan Weth

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Jonathan Weth resolved all threads

    resolved all threads

  • Jonathan Weth added 1 commit

    added 1 commit

    • 25ca5cc8 - Apply suggestion to aleksis/core/settings.py

    Compare with previous version

  • Jonathan Weth changed the description

    changed the description

  • Nik | Klampfradler
  • Nik | Klampfradler
  • 1 // This is the AlekSIS service worker
    2
    3 const CACHE = "aleksis-cache";
    4
    5 const precacheFiles = [
    6 '',
    7 ];
    8
    9 const offlineFallbackPage = '/offline';
  • Jonathan Weth added 1 commit

    added 1 commit

    • 128b8f24 - Apply suggestion to aleksis/core/views.py

    Compare with previous version

  • Jonathan Weth added 1 commit

    added 1 commit

    • 426f2fb1 - Apply suggestion to aleksis/core/urls.py

    Compare with previous version

  • Hangzhi Yu added 1 commit

    added 1 commit

    • f4c2d237 - Formatted properly according to black.

    Compare with previous version

  • mentioned in commit 3ce2dfc9

  • Please register or sign in to reply
    Loading