-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #46 from AplinkosMinisterija/44-praleisti-prettier…
…-globaliai-ir-sutvarkyti-lint-errorus 44 praleisti prettier globaliai ir sutvarkyti lint errorus
- Loading branch information
Showing
90 changed files
with
1,294 additions
and
1,870 deletions.
There are no files selected for viewing
This file contains 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 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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ name: Deploy to Staging | |
|
||
on: | ||
push: | ||
branches: [ main ] | ||
branches: [main] | ||
|
||
jobs: | ||
deploy-staging: | ||
|
This file contains 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,39 @@ | ||
export const manifestForPlugIn = { | ||
registerType: "prompt", | ||
includeAssests: ["favicon.ico", "apple-touc-icon.png", "masked-icon.svg"], | ||
registerType: 'prompt', | ||
includeAssests: ['favicon.ico', 'apple-touc-icon.png', 'masked-icon.svg'], | ||
manifest: { | ||
short_name: "Įžuvinimas", | ||
name: "BĮIP Įžuvinimas", | ||
short_name: 'Įžuvinimas', | ||
name: 'BĮIP Įžuvinimas', | ||
icons: [ | ||
{ | ||
src: "b-icon.png", | ||
sizes: "64x64 32x32 24x24 16x16", | ||
type: "image/png" | ||
src: 'b-icon.png', | ||
sizes: '64x64 32x32 24x24 16x16', | ||
type: 'image/png', | ||
}, | ||
{ | ||
src: "b-icon.png", | ||
type: "image/png", | ||
sizes: "192x192" | ||
src: 'b-icon.png', | ||
type: 'image/png', | ||
sizes: '192x192', | ||
}, | ||
{ | ||
src: "b-icon.png", | ||
type: "image/png", | ||
sizes: "512x512" | ||
} | ||
src: 'b-icon.png', | ||
type: 'image/png', | ||
sizes: '512x512', | ||
}, | ||
], | ||
theme_color: "#171717", | ||
background_color: "#0a1353", | ||
display: "standalone", | ||
scope: "/", | ||
start_url: "/", | ||
orientation: "portrait" | ||
theme_color: '#171717', | ||
background_color: '#0a1353', | ||
display: 'standalone', | ||
scope: '/', | ||
start_url: '/', | ||
orientation: 'portrait', | ||
}, | ||
workbox: { | ||
runtimeCaching: [ | ||
{ | ||
urlPattern: /\.(png|jpg|jpeg|svg|gif)$/, | ||
handler: "CacheFirst" | ||
} | ||
] | ||
} | ||
handler: 'CacheFirst', | ||
}, | ||
], | ||
}, | ||
}; |
This file contains 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 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 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.