harmonize chrome ui
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
@@ -4,12 +4,12 @@
|
|||||||
|
|
||||||
<span>Version {{ version }}</span>
|
<span>Version {{ version }}</span>
|
||||||
|
|
||||||
<br />
|
<span> </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> </span>
|
||||||
|
|
||||||
<span> Source code</span>
|
<span> Source code</span>
|
||||||
<a
|
<a
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user