Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
noatgnu committed Nov 28, 2024
1 parent 59976d6 commit 79d4059
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
<body>
<app-root></app-root>
<noscript>Please enable JavaScript to continue using this application.</noscript>
<link rel="modulepreload" href="chunk-6DCVN2GH.js"><script src="polyfills-LQM4VRV3.js" type="module"></script><script src="scripts-TSGU23AO.js" defer></script><script src="main-MGQLRDQB.js" type="module"></script></body>
<link rel="modulepreload" href="chunk-6DCVN2GH.js"><script src="polyfills-LQM4VRV3.js" type="module"></script><script src="scripts-TSGU23AO.js" defer></script><script src="main-67SLRWVJ.js" type="module"></script></body>
</html>
2 changes: 1 addition & 1 deletion docs/main-MGQLRDQB.js → docs/main-67SLRWVJ.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/ngsw.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"configVersion": 1,
"timestamp": 1732817744996,
"timestamp": 1732817976232,
"index": "/index.html",
"assetGroups": [
{
Expand All @@ -15,7 +15,7 @@
"/chunk-KT2VBPDM.js",
"/favicon.ico",
"/index.html",
"/main-MGQLRDQB.js",
"/main-67SLRWVJ.js",
"/manifest.webmanifest",
"/polyfills-LQM4VRV3.js",
"/scripts-TSGU23AO.js",
Expand Down Expand Up @@ -123,8 +123,8 @@
"/chunk-6DCVN2GH.js": "066732cf764f113fdd1354b5d694386dde1aa957",
"/chunk-KT2VBPDM.js": "513f86e4667b74dc3cbfe0b7141fe6921312b216",
"/favicon.ico": "22f6a4a3bcaafafb0254e0f2fa4ceb89e505e8b2",
"/index.html": "081d940a76cfab6050fee219eb963ac3a24b9a6c",
"/main-MGQLRDQB.js": "be8d1e7f740b8fa277b70c82743cb1b478c957c8",
"/index.html": "b1ce3b21c9b1fc7a3e8734e366014bee584b05b5",
"/main-67SLRWVJ.js": "108c574ee78d420ec5a98fdb238ac1bb2c54db03",
"/manifest.webmanifest": "0f6d8f1c753e9f503daf4cd303ebecc6b0b0a04b",
"/polyfills-LQM4VRV3.js": "86507a9fae516c507974df2133f98fd48b561462",
"/scripts-TSGU23AO.js": "e172440274ca0257fbf1b7e414f5bd41b03b202f",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<div>
<div class="form-group">
<label for="color{{c}}">Color for {{c}}</label>
<input style="width: 100px" placeholder="Select a color" [(ngModel)]="categoryMap[c].color" [(colorPicker)]="categoryMap[c].color" class="form-control" [style.background-color]="categoryMap[c].color">
<input style="width: 200px" placeholder="Select a color" [(ngModel)]="categoryMap[c].color" [(colorPicker)]="categoryMap[c].color" class="form-control" [style.background-color]="categoryMap[c].color">
<small class="text-muted">Count: {{categoryMap[c].count}}</small>
</div>
<button type="button" class="btn btn-danger" (click)="removeGroup(c)"><i class="bi bi-trash"></i></button>
Expand Down

0 comments on commit 79d4059

Please sign in to comment.