From d04a4f5f585cb3a56409db7af4817eca621a597c Mon Sep 17 00:00:00 2001 From: Andrei Date: Sun, 4 Apr 2021 18:19:13 +0200 Subject: [PATCH] Updated - More texts in tabs, version number --- package-lock.json | 2 +- package.json | 2 +- src/popup/App.vue | 50 +++++++++++++++++++++++++++++++---------------- 3 files changed, 35 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index c037593..75750bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "domain-info", - "version": "1.5.0", + "version": "1.6.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index ed79e3e..bb10f44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "domain-info", - "version": "1.5.0", + "version": "1.6.0", "description": "Detailed info about a domain, DNS Records and tech stack", "author": "Andrei ", "license": "MIT", diff --git a/src/popup/App.vue b/src/popup/App.vue index 6a8453f..69ca472 100644 --- a/src/popup/App.vue +++ b/src/popup/App.vue @@ -23,14 +23,13 @@
- +
- @@ -52,31 +51,35 @@

-
Name server SOA Serial IP Response TimeLocation ISP
....
-

Notes and changes recorded about the domain.

-

Want to be notified about changes in real time? 📸 Monitor domain

+

Notes and changes detected in WHOIS info or DNS Records.

+

Want to be notified about changes in real time? 📸 Monitor domain

- +
- - - + + - - - + + + +
WhenChangesWhenChanges
{{ formatDate(activity.created_at) }} + +

{{ formatDate(activity.created_at) }}

+

{{ new Date(activity.created_at).toLocaleTimeString() }}

+

WHOIS change

+
-

WHOIS change

+
+ ℹī¸ {{ text }} +
+

@@ -106,11 +109,19 @@

+

No changes detected yet 😕

+
+

DNS Records retrieved from {{ data.domain.ns[0] }} Name Server.

+

Want to be notified when a subdomain is added or modified? 📸 Monitor domain

+
@@ -156,14 +167,17 @@
-

- This info was returned by {{ tab.whoisType }} WHOIS server {{ tab.subtitle }} and lightly formatted to be easier to read. +

+ This info was returned by {{ tab.whoisType }} WHOIS server {{ tab.subtitle }}. +

+

+ Want to be notified when anything in WHOIS info changes? 📸 Monitor domain

{{ group.title }}

-
+
@@ -181,7 +195,7 @@

Other WHOIS info

-
{{ label }}
+
@@ -869,6 +883,8 @@ export default { // Layered Design System variables @import '~@layered/layered-design/src/variables'; +$table-hover-bg: rgba(0, 0, 0, .02); + // Bootstrap files below // Configuration
{{ label }}