Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
chip-ahoyto
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
João Magalhães
chip-ahoyto
Commits
d03248f2
Verified
Commit
d03248f2
authored
2 years ago
by
João Magalhães
Browse files
Options
Downloads
Patches
Plain Diff
fix: ran cleanup
parent
f4340c2a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#744
passed
2 years ago
Stage: build
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
examples/web/index.css
+8
-2
8 additions, 2 deletions
examples/web/index.css
examples/web/package.json
+24
-24
24 additions, 24 deletions
examples/web/package.json
examples/web/tsconfig.json
+19
-19
19 additions, 19 deletions
examples/web/tsconfig.json
with
51 additions
and
45 deletions
examples/web/index.css
+
8
−
2
View file @
d03248f2
...
...
@@ -426,7 +426,6 @@ p {
align-items
:
center
;
background-color
:
rgba
(
20
,
20
,
20
,
0.95
);
display
:
flex
;
padding
:
0px
12px
0px
12px
;
height
:
100%
;
justify-content
:
center
;
left
:
0px
;
...
...
@@ -436,6 +435,7 @@ p {
-moz-opacity
:
0
;
-khtml-opacity
:
0
;
-webkit-opacity
:
0
;
padding
:
0px
12px
0px
12px
;
pointer-events
:
none
;
position
:
fixed
;
text-align
:
center
;
...
...
@@ -479,7 +479,6 @@ p {
-moz-box-shadow
:
0px
3px
8px
rgba
(
0
,
0
,
0
,
0.24
);
-khtml-box-shadow
:
0px
3px
8px
rgba
(
0
,
0
,
0
,
0.24
);
-webkit-box-shadow
:
0px
3px
8px
rgba
(
0
,
0
,
0
,
0.24
);
width
:
480px
;
max-width
:
100%
;
padding
:
24px
24px
24px
24px
;
text-align
:
left
;
...
...
@@ -495,6 +494,7 @@ p {
-moz-transition
:
transform
0.35s
cubic-bezier
(
0.075
,
0.82
,
0.165
,
1
);
-khtml-transition
:
transform
0.35s
cubic-bezier
(
0.075
,
0.82
,
0.165
,
1
);
-webkit-transition
:
transform
0.35s
cubic-bezier
(
0.075
,
0.82
,
0.165
,
1
);
width
:
480px
;
}
.modal-container.visible
>
.modal
{
...
...
@@ -534,6 +534,12 @@ p {
font-size
:
22px
;
margin-top
:
24px
;
text-align
:
center
;
user-select
:
none
;
-o-user-select
:
none
;
-ms-user-select
:
none
;
-moz-user-select
:
none
;
-khtml-user-select
:
none
;
-webkit-user-select
:
none
;
}
.modal-container
>
.modal
.modal-buttons
>
.tiny-button
{
...
...
This diff is collapsed.
Click to expand it.
examples/web/package.json
+
24
−
24
View file @
d03248f2
{
"name"
:
"chip-ahoyto-web"
,
"version"
:
"0.3.1"
,
"description"
:
"The web version of CHIP-Ahoyto"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://gitlab.stage.hive.pt/joamag/chip-ahoyto.git"
},
"license"
:
"Apache-2.0"
,
"scripts"
:
{
"build"
:
"parcel build index.html"
,
"dev"
:
"parcel index.html"
,
"pretty"
:
"prettier --config .prettierrc
\"
./**/*.{ts,json}
\"
--write"
,
"start"
:
"npm run build"
,
"watch"
:
"parcel watch index.html"
},
"source"
:
"index.ts"
,
"devDependencies"
:
{
"@parcel/transformer-typescript-tsc"
:
"^2.6.1"
,
"parcel"
:
"^2.6.1"
,
"prettier"
:
"^2.7.1"
,
"typescript"
:
"^4.5.5"
}
}
{
"name"
:
"chip-ahoyto-web"
,
"version"
:
"0.3.1"
,
"description"
:
"The web version of CHIP-Ahoyto"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://gitlab.stage.hive.pt/joamag/chip-ahoyto.git"
},
"license"
:
"Apache-2.0"
,
"scripts"
:
{
"build"
:
"parcel build index.html"
,
"dev"
:
"parcel index.html"
,
"pretty"
:
"prettier --config .prettierrc
\"
./**/*.{ts,json}
\"
--write"
,
"start"
:
"npm run build"
,
"watch"
:
"parcel watch index.html"
},
"source"
:
"index.ts"
,
"devDependencies"
:
{
"@parcel/transformer-typescript-tsc"
:
"^2.6.1"
,
"parcel"
:
"^2.6.1"
,
"prettier"
:
"^2.7.1"
,
"typescript"
:
"^4.5.5"
}
}
This diff is collapsed.
Click to expand it.
examples/web/tsconfig.json
+
19
−
19
View file @
d03248f2
{
"compilerOptions"
:
{
"module"
:
"es2015"
,
"moduleResolution"
:
"node"
,
"resolveJsonModule"
:
true
,
"allowSyntheticDefaultImports"
:
true
,
"target"
:
"es6"
,
"noImplicitAny"
:
true
,
"sourceMap"
:
true
,
"outDir"
:
"."
,
"baseUrl"
:
"."
,
"lib"
:
[
"es2015"
,
"dom"
],
"paths"
:
{
"*"
:
[
"node_modules/*"
,
"src/types/*"
]
}
},
"include"
:
[
"**/*"
],
"exclude"
:
[]
}
{
"compilerOptions"
:
{
"module"
:
"es2015"
,
"moduleResolution"
:
"node"
,
"resolveJsonModule"
:
true
,
"allowSyntheticDefaultImports"
:
true
,
"target"
:
"es6"
,
"noImplicitAny"
:
true
,
"sourceMap"
:
true
,
"outDir"
:
"."
,
"baseUrl"
:
"."
,
"lib"
:
[
"es2015"
,
"dom"
],
"paths"
:
{
"*"
:
[
"node_modules/*"
,
"src/types/*"
]
}
},
"include"
:
[
"**/*"
],
"exclude"
:
[]
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment