diff --git a/src/App.vue b/src/App.vue index 05eedbb..2f6df90 100644 --- a/src/App.vue +++ b/src/App.vue @@ -4,9 +4,25 @@ - - Privacy Policy - Terms of Service + + + + + + + This tool uses Bellingcat's Auto Archiver to + archive online content. +
For more information see + our Github repository + and the associated + article. +
+
+
@@ -31,13 +47,10 @@ export default { max-width: 800px; margin-left: auto; margin-right: auto; - /* height: 100vh; */ } .pane-l { max-width: 1200px; - /* margin-left: auto; - margin-right: auto; */ } .bg { @@ -52,11 +65,17 @@ html { margin-left: 2em; margin-right: 2em; color: inherit !important; + font-weight: 500; + background-color: rgba(0, 0, 0, 0.1); + padding: 0.2em 0.4em; } -.legal { - justify-content: center; - max-height: 50px; +footer, .v-footer, .v-footer div { + margin: 0px; + padding: 0px; +} +.v-footer { + max-height: 125px; } ol, diff --git a/src/components/ArchiveUrl.vue b/src/components/ArchiveUrl.vue index 9876d6d..5f80d63 100644 --- a/src/components/ArchiveUrl.vue +++ b/src/components/ArchiveUrl.vue @@ -20,7 +20,8 @@ density="compact" :disabled="!groupsLoaded"> - + Archive @@ -32,14 +33,16 @@ Archive in progress task id = {{ taskId }}

- Archived successfully with id {{ taskId }} available here. + Archived successfully with id {{ taskId }} available here. - Failure: {{archiveFailure}} + Failure: {{ archiveFailure }}

- You can still mdi-open-in-new search for archives of + You can still mdi-open-in-new search for + archives of this URL.

@@ -65,7 +68,7 @@ export default { groupsLoaded: false, availableGroups: [], - url: "", + url: "https://t.me/cnn_world_news/34794", public: true, group: -1, loadingArchive: false, @@ -95,11 +98,9 @@ export default { if (!val) this.loadGroups(); }, url(val) { - if (this.validUrl) { - this.archiveResult = null; - this.archiveFailure = null; - this.taskId = null; - } + this.archiveResult = null; + this.archiveFailure = null; + this.taskId = null; }, }, methods: { @@ -134,7 +135,6 @@ export default { return response.json(); }) .then(res => { - console.log("archiveUrl response", res); this.taskId = res.id; this.showSnackbar(`Your URL is being archived with id ${this.taskId}!`, "green"); this.pollForArchiveResults(); diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index b98eb65..4e826e6 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -33,7 +33,7 @@ - URL + Search Archives Sheet diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index 6c68542..7eeca5d 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -2,11 +2,6 @@ - - This is a prototype demo service provided on a - best-effort basis.
Do not use for mission critical or sensitive - data. -
To use this tool you need a Google account and permission from the Bellingcat team.
You can do so HERE: TODO. @@ -16,21 +11,17 @@ Welcome to the Auto Archiver Setup Tool + + This is a prototype demo service provided on a + best-effort basis.
Do not use for mission critical or sensitive + data. +

- This tool can be used to archive digital content via single URLs or - Google sheets. + This tool can be used to archive digital content via single URL or Google Sheets, you can also search for archive content.

To use this tool you need a Google account and permission from the Bellingcat team.

-

- This tool uses Bellingcat's Auto Archiver to - archive online content. For more information about the Auto Archiver see - our Github repository - and the associated - article. -

diff --git a/src/views/PrivacyView.vue b/src/views/PrivacyView.vue index 4326fec..9513ac2 100644 --- a/src/views/PrivacyView.vue +++ b/src/views/PrivacyView.vue @@ -1,5 +1,5 @@