Compare commits
4 Commits
react-0.0.
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
95a4fa18da | ||
|
|
51756a0a5c | ||
|
|
df1f5ab52b | ||
|
|
363a9c493f |
10
.idea/.gitignore
generated
vendored
Normal file
10
.idea/.gitignore
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# Default ignored files
|
||||||
|
/shelf/
|
||||||
|
/workspace.xml
|
||||||
|
# Editor-based HTTP Client requests
|
||||||
|
/httpRequests/
|
||||||
|
# Datasource local storage ignored files
|
||||||
|
/dataSources/
|
||||||
|
/dataSources.local.xml
|
||||||
|
# GitHub Copilot persisted chat sessions
|
||||||
|
/copilot/chatSessions
|
||||||
8
.idea/modules.xml
generated
Normal file
8
.idea/modules.xml
generated
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="ProjectModuleManager">
|
||||||
|
<modules>
|
||||||
|
<module fileurl="file://$PROJECT_DIR$/.idea/prayercircle.iml" filepath="$PROJECT_DIR$/.idea/prayercircle.iml" />
|
||||||
|
</modules>
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
19
.idea/php.xml
generated
Normal file
19
.idea/php.xml
generated
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="MessDetectorOptionsConfiguration">
|
||||||
|
<option name="transferred" value="true" />
|
||||||
|
</component>
|
||||||
|
<component name="PHPCSFixerOptionsConfiguration">
|
||||||
|
<option name="transferred" value="true" />
|
||||||
|
</component>
|
||||||
|
<component name="PHPCodeSnifferOptionsConfiguration">
|
||||||
|
<option name="highlightLevel" value="WARNING" />
|
||||||
|
<option name="transferred" value="true" />
|
||||||
|
</component>
|
||||||
|
<component name="PhpStanOptionsConfiguration">
|
||||||
|
<option name="transferred" value="true" />
|
||||||
|
</component>
|
||||||
|
<component name="PsalmOptionsConfiguration">
|
||||||
|
<option name="transferred" value="true" />
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
10
.idea/prayercircle.iml
generated
Normal file
10
.idea/prayercircle.iml
generated
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module type="WEB_MODULE" version="4">
|
||||||
|
<component name="NewModuleRootManager">
|
||||||
|
<content url="file://$MODULE_DIR$">
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/.idea/copilot/chatSessions" />
|
||||||
|
</content>
|
||||||
|
<orderEntry type="inheritedJdk" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
</component>
|
||||||
|
</module>
|
||||||
6
.idea/vcs.xml
generated
Normal file
6
.idea/vcs.xml
generated
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="VcsDirectoryMappings">
|
||||||
|
<mapping directory="" vcs="Git" />
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
22
bin/release.sh
Executable file
22
bin/release.sh
Executable file
@ -0,0 +1,22 @@
|
|||||||
|
TAG=$1
|
||||||
|
PROJECT_NAME=prayercircle
|
||||||
|
REPO_NAME=git.silas.link:Ainias/prayercircle
|
||||||
|
|
||||||
|
# exit when error occurs
|
||||||
|
set -e
|
||||||
|
# Kills any process when the script ends
|
||||||
|
trap "trap - SIGTERM && kill -- -$$" SIGINT SIGTERM EXIT
|
||||||
|
|
||||||
|
if [ -z "$TAG" ]; then
|
||||||
|
echo "no tag given, ABORT!"
|
||||||
|
exit 1
|
||||||
|
fi;
|
||||||
|
|
||||||
|
# Create tag and update
|
||||||
|
git add .
|
||||||
|
git commit -m "bump version to $TAG through release.sh script"
|
||||||
|
git tag -a "$TAG" -m "Tag for version $TAG"
|
||||||
|
git push --follow-tags
|
||||||
|
|
||||||
|
|
||||||
|
ssh dicetable.net "/root/bin/install.sh \"$PROJECT_NAME\" \"$TAG\" prayercircle 1"
|
||||||
8
dist/asset-manifest.json
vendored
8
dist/asset-manifest.json
vendored
@ -1,11 +1,13 @@
|
|||||||
{
|
{
|
||||||
"files": {
|
"files": {
|
||||||
"main.css": ".css/main.570157dd.css",
|
"main.css": ".css/main.476b2884.css",
|
||||||
"main.js": ".index.bundle.js",
|
"main.js": ".index.bundle.js",
|
||||||
"index.html": ".index.html"
|
"index.html": ".index.html",
|
||||||
|
"static/media/arrowLeft.svg": ".static/media/arrowLeft.cb5c499a.svg",
|
||||||
|
"static/media/back.png": ".static/media/back.a3ef9401.png"
|
||||||
},
|
},
|
||||||
"entrypoints": [
|
"entrypoints": [
|
||||||
"css/main.570157dd.css",
|
"css/main.476b2884.css",
|
||||||
"index.bundle.js"
|
"index.bundle.js"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
518
dist/css/main.476b2884.css
vendored
Normal file
518
dist/css/main.476b2884.css
vendored
Normal file
File diff suppressed because one or more lines are too long
19897
dist/index.bundle.js
vendored
19897
dist/index.bundle.js
vendored
File diff suppressed because one or more lines are too long
16
dist/index.html
vendored
16
dist/index.html
vendored
@ -1,15 +1 @@
|
|||||||
<!doctype html>
|
<!doctype html><html><head><meta charset="utf-8"><meta http-equiv="Content-Security-Policy" content="default-src 'self' data: gap: https://ssl.gstatic.com 'unsafe-eval'; style-src 'self' 'unsafe-inline'; media-src *; img-src 'self' data: content:;"><meta name="format-detection" content="telephone=no"><meta name="msapplication-tap-highlight" content="no"><meta name="viewport" content="initial-scale=1,width=device-width,viewport-fit=cover"><meta name="color-scheme" content="light dark"><title>PrayerCircle</title><link href="css/main.476b2884.css" rel="stylesheet"></head><body class="material-design"><div id="react-container" style="width:100%;height:100%"></div><script src="cordova.js"></script><script src="index.bundle.js"></script></body></html>
|
||||||
<html lang="en" dir="ltr">
|
|
||||||
<head>
|
|
||||||
|
|
||||||
<meta charset="utf-8">
|
|
||||||
|
|
||||||
<meta http-equiv="refresh" content="0;URL=http://localhost:8080/">
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
67
dist/static/media/arrowLeft.cb5c499a.svg
vendored
Normal file
67
dist/static/media/arrowLeft.cb5c499a.svg
vendored
Normal file
@ -0,0 +1,67 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
width="9.0011301mm"
|
||||||
|
height="17.69997mm"
|
||||||
|
viewBox="0 0 9.0011299 17.699971"
|
||||||
|
version="1.1"
|
||||||
|
id="svg8"
|
||||||
|
sodipodi:docname="arrowLeft.svg"
|
||||||
|
inkscape:version="0.92.3 (2405546, 2018-03-11)">
|
||||||
|
<defs
|
||||||
|
id="defs2" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="11.2"
|
||||||
|
inkscape:cx="-19.054062"
|
||||||
|
inkscape:cy="31.946633"
|
||||||
|
inkscape:document-units="mm"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="false"
|
||||||
|
units="mm"
|
||||||
|
fit-margin-top="0"
|
||||||
|
fit-margin-left="0"
|
||||||
|
fit-margin-right="0"
|
||||||
|
fit-margin-bottom="0"
|
||||||
|
inkscape:window-width="1861"
|
||||||
|
inkscape:window-height="1025"
|
||||||
|
inkscape:window-x="1979"
|
||||||
|
inkscape:window-y="27"
|
||||||
|
inkscape:window-maximized="1" />
|
||||||
|
<metadata
|
||||||
|
id="metadata5">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title></dc:title>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<g
|
||||||
|
inkscape:label="Ebene 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(0.99510127,-280.30576)">
|
||||||
|
<path
|
||||||
|
style="stroke:black;fill:none;stroke-width:1.79;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="M 6.9984654,281.3115 0,289.16153 7.0014184,297"
|
||||||
|
id="path3788"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.0 KiB |
BIN
dist/static/media/back.a3ef9401.png
vendored
Normal file
BIN
dist/static/media/back.a3ef9401.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
@ -8,7 +8,8 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"build": "cordova prepare browser",
|
"build": "cordova prepare browser",
|
||||||
"start": "cordova run -- --livereload",
|
"start": "cordova run -- --livereload",
|
||||||
"eslint": "eslint 'src/**/*.tsx'"
|
"eslint": "eslint 'src/**/*.tsx'",
|
||||||
|
"export": "echo export script should be added for future versions"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"ecosystem:cordova"
|
"ecosystem:cordova"
|
||||||
|
|||||||
@ -50,4 +50,4 @@ function PrayerCircle({}: PrayerCircleProps) {
|
|||||||
const tmp = React.memo(PrayerCircle) as typeof PrayerCircle;
|
const tmp = React.memo(PrayerCircle) as typeof PrayerCircle;
|
||||||
export { tmp as PrayerCircle };
|
export { tmp as PrayerCircle };
|
||||||
|
|
||||||
Sites.addInitialization((app) => app.addDeepLink('/PrayerCircle', tmp));
|
// Sites.addInitialization((app) => app.addDeepLink('/PrayerCircle', tmp));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user