Skip to content

Commit 3237144

Browse files
committed
triggered new build files
1 parent c6262d7 commit 3237144

File tree

13 files changed

+5
-4
lines changed

13 files changed

+5
-4
lines changed

client/mysql-gui-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"clean": "rm -rf dist && rm -rf ../../src/public",
1515
"compress": "npx gzipper compress ./dist ../../src/public",
1616
"build:prod": "ng build --prod",
17-
"clean-build-compress": "npm run clean && npm run build:prod && npm run compress"
17+
"clean-build-compress": "npm run clean && npm run build && npm run compress"
1818
},
1919
"dependencies": {
2020
"@angular/animations": "^16.0.0",

client/mysql-gui-client/src/app/lib/components/sidebar/sidebar.component.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
<div class="h-[calc(100%-2rem)] bg-gray-100 dark:bg-gray-900">
44
<div class="mb-1 flex items-center justify-between p-2 text-sm font-semibold">
55
<span>SCHEMAS</span>
6-
<span
6+
<button
77
class="text-md ml-2 mr-2"
8-
[ngClass]="'icon-[fa--refresh]'"
98
(click)="refresh()"
10-
></span>
9+
>
10+
<span [ngClass]="'icon-[fa--refresh]'"></span>
11+
</button>
1112
</div>
1213
<div class="p-2">
1314
<span
-98 Bytes
Binary file not shown.
182 Bytes
Binary file not shown.
-140 KB
Binary file not shown.
-181 Bytes
Binary file not shown.
Binary file not shown.
98 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
3.34 KB
Binary file not shown.

0 commit comments

Comments
 (0)