UI cosmetic improvements (#1486)

* resize alerts and modals

* fix log color

* closes #1404

Co-authored-by: Matt Hill <matthill@Matt-M1.local>
This commit is contained in:
Matt Hill
2022-06-06 11:31:45 -06:00
committed by GitHub
parent 18e2c610bc
commit d53e295569
30 changed files with 68 additions and 90 deletions

View File

@@ -796,7 +796,7 @@ export module Mock {
code: 4,
level: NotificationLevel.Error,
title: 'Service Crashed',
message: new Array(50)
message: new Array(40)
.fill(
`2021-11-27T18:36:30.451064Z 2021-11-27T18:36:30Z tor: Thread interrupt
2021-11-27T18:36:30.452833Z 2021-11-27T18:36:30Z Shutdown: In progress...
@@ -922,7 +922,7 @@ export module Mock {
{
timestamp: '2019-12-26T14:21:30.872Z',
message:
'2021/11/09 22:55:04 \u001b[0;32;49mPOST \u001b[0;32;49m200\u001b[0m photoview.embassy/api/graphql \u001b[0;36;49m1.169406ms\u001b[0m unauthenticated',
'2021/11/09 22:55:04 \u001b[34mPOST \u001b[0;32;49m200\u001b[0m photoview.embassy/api/graphql \u001b[0;36;49m1.169406ms\u001b[0m unauthenticated',
},
{
timestamp: '2019-12-26T14:22:30.872Z',

View File

@@ -19,7 +19,7 @@ export const mockPatchData: DataModel = {
gaming: undefined,
},
'server-info': {
id: 'embassy-abcdefgh',
id: 'abcdefgh',
version: '0.3.1',
'last-backup': null,
'lan-address': 'https://embassy-abcdefgh.local',

View File

@@ -117,7 +117,6 @@ export class MarketplaceService extends AbstractMarketplaceService {
this.loadingCtrl.create({
spinner: 'lines',
message: 'Beginning Installation',
cssClass: 'loader',
}),
),
).pipe(

View File

@@ -31,7 +31,6 @@ export class ServerConfigService {
const loader = await this.loadingCtrl.create({
spinner: 'lines',
message: 'Saving...',
cssClass: 'loader',
})
loader.present()