harmonize chrome ui

This commit is contained in:
DEV Sam Hayes
2025-02-07 22:28:29 +01:00
parent 0a77eceaf4
commit e85ac5ca66
4 changed files with 11 additions and 7 deletions

View File

@@ -1,7 +1,11 @@
import { Component, inject, OnInit } from '@angular/core'; import { Component, inject, OnInit } from '@angular/core';
import { NavItemComponent } from '../../../../../../common/src/lib/components/nav-item/nav-item.component';
import { ActivatedRoute, Router } from '@angular/router'; import { ActivatedRoute, Router } from '@angular/router';
import { ConfirmComponent, Identity_DECRYPTED, StorageService } from '@common'; import {
ConfirmComponent,
Identity_DECRYPTED,
NavItemComponent,
StorageService,
} from '@common';
@Component({ @Component({
selector: 'app-home', selector: 'app-home',

View File

@@ -1,12 +1,12 @@
import { Component, inject, OnInit } from '@angular/core'; import { Component, inject, OnInit } from '@angular/core';
import { ActivatedRoute } from '@angular/router'; import { ActivatedRoute } from '@angular/router';
import { import {
IconButtonComponent,
NavComponent, NavComponent,
NostrHelper, NostrHelper,
StorageService, StorageService,
ToastComponent, ToastComponent,
} from '@common'; } from '@common';
import { IconButtonComponent } from '../../../../../../common/src/lib/components/icon-button/icon-button.component';
import { FormsModule } from '@angular/forms'; import { FormsModule } from '@angular/forms';
interface CustomIdentity { interface CustomIdentity {

View File

@@ -4,12 +4,12 @@
<span>Version {{ version }}</span> <span>Version {{ version }}</span>
<br /> <span>&nbsp;</span>
<span> Website </span> <span> Website </span>
<a href="https://getgooti.com" target="_blank">www.getgooti.com</a> <a href="https://getgooti.com" target="_blank">www.getgooti.com</a>
<br /> <span>&nbsp;</span>
<span> Source code</span> <span> Source code</span>
<a <a

View File

@@ -10,8 +10,8 @@
<span class="sam-mt sam-text-lg">Sync : Google Chrome</span> <span class="sam-mt sam-text-lg">Sync : Google Chrome</span>
<span class="sam-text-muted sam-text-md sam-text-align-center2"> <span class="sam-text-muted sam-text-md sam-text-align-center2">
Your encrypted data is synced between Google Chrome browser instances. You Your encrypted data is synced between browser instances. You need to be signed
need to be signed in with your Google account. in with your account.
</span> </span>
<button <button