-
Notifications
You must be signed in to change notification settings - Fork 19.3k
ui: PWA support #23871
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
Draft
allozaur
wants to merge
24
commits into
ggml-org:master
Choose a base branch
from
allozaur:allozaur/llama-ui-pwa
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
ui: PWA support #23871
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
d922a32
feat: Add basic PWA support and service worker for offline caching
allozaur f21f5de
feat: Vite PWA implementation WIP
allozaur 902b78c
feat: Improve PWA icons generation
allozaur ef9d268
feat: Add PWA workbox to server routes
allozaur da89e1d
feat: Include `version.json` in static assets
allozaur 5b920d2
feat: Add HTTP cache headers for PWA static assets
allozaur 19c4c48
feat: Update app name for `apple-mobile-web-app-title`
allozaur 16db02e
feat: Implement PWA versioning and automatic update detection
allozaur 1c6bc91
chore: Update `.gitignore` files
allozaur 1a93ed4
feat: Splash Screens
allozaur 307146c
feat: Add dark mode favicon support
allozaur 196ee30
refactor: Cleanup
allozaur 3e7cd52
fix: Use dark logo for dark splash screens
allozaur f3d8641
refactor: Simplify favicons SVG code
allozaur 18f61eb
fix: Adjust caching and polling for reliable service worker updates
allozaur 0c61763
fix: Add missing favicon entry
allozaur 255901f
fix: Align PWA service worker configuration with SvelteKit build stru…
allozaur 58b4483
fix: Replace hashed bundle paths with versioned static paths
allozaur 4abb1fc
test: Add PWA tests
allozaur c7627f3
ci: Add build output for unit tests
allozaur 299612e
refactor: Cleanup
allozaur cd113fc
fix: Server build & release versioning
allozaur 716d921
chore: Update package-lock.json
allozaur 60ee2f2
chore: Increase PWA cache size
allozaur File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
allozaur marked this conversation as resolved.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's make sure we've got this file properly updated in the light of PWA implementation