diff --git a/web/src/app/app.component.html b/web/src/app/app.component.html index cbe6a5a7..68453880 100644 --- a/web/src/app/app.component.html +++ b/web/src/app/app.component.html @@ -36,7 +36,7 @@ view_agenda  -

Trello

+

Trello

diff --git a/web/src/app/app.module.ts b/web/src/app/app.module.ts index fda27e19..7bf57ff9 100644 --- a/web/src/app/app.module.ts +++ b/web/src/app/app.module.ts @@ -24,6 +24,7 @@ import { MatSortModule, MatExpansionModule, MatLineModule, + MatTooltipModule } from '@angular/material'; @@ -104,6 +105,7 @@ import { SelectedCurrencyComponent } from './shared/selected-currency/selected-c MatSortModule, MatExpansionModule, MatLineModule, + MatTooltipModule, ], providers: [ ElectronService, diff --git a/web/src/app/pages/dashboard/dashboard.component.html b/web/src/app/pages/dashboard/dashboard.component.html index 07ae4aaa..67237db4 100644 --- a/web/src/app/pages/dashboard/dashboard.component.html +++ b/web/src/app/pages/dashboard/dashboard.component.html @@ -1,4 +1,5 @@ - + +
@@ -18,4 +19,4 @@ -
+ diff --git a/web/src/app/pages/settings/settings.component.html b/web/src/app/pages/settings/settings.component.html index cdfd4464..a369b8a5 100644 --- a/web/src/app/pages/settings/settings.component.html +++ b/web/src/app/pages/settings/settings.component.html @@ -3,7 +3,7 @@
- + @@ -15,7 +15,7 @@ SMS configuration and contact management phone_iphone - +
Enabled
diff --git a/web/src/assets/early-dumb-donate.png b/web/src/assets/early-dumb-donate.png index a123a27c..5d047a42 100644 Binary files a/web/src/assets/early-dumb-donate.png and b/web/src/assets/early-dumb-donate.png differ diff --git a/web/src/assets/page-logo.png b/web/src/assets/page-logo.png new file mode 100644 index 00000000..c97d0515 Binary files /dev/null and b/web/src/assets/page-logo.png differ diff --git a/web/src/favicon.ico b/web/src/favicon.ico index 8081c7ce..4c801d4a 100644 Binary files a/web/src/favicon.ico and b/web/src/favicon.ico differ diff --git a/web/src/index.html b/web/src/index.html index 25b7fac2..8344149b 100644 --- a/web/src/index.html +++ b/web/src/index.html @@ -14,7 +14,7 @@ - Loading... + \ No newline at end of file