mirror of
https://github.com/bellingcat/auto-archiver-extension.git
synced 2026-06-07 19:18:33 +03:00
minor improvements for release
This commit is contained in:
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@@ -15,10 +15,10 @@ jobs:
|
|||||||
version: ${{ steps.daily-version.outputs.version }}
|
version: ${{ steps.daily-version.outputs.version }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 20
|
fetch-depth: 20
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
cache: npm
|
cache: npm
|
||||||
@@ -50,8 +50,8 @@ jobs:
|
|||||||
- chrome
|
- chrome
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
cache: npm
|
cache: npm
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
# Auto Archiver Extension
|
# Auto Archiver Extension
|
||||||
|
|
||||||
Chromium browser extension that connects to an API that calls [Bellingcat's auto-archiver](https://github.com/bellingcat/auto-archiver).
|
Chromium browser extension that connects to an [API](https://github.com/bellingcat/auto-archiver-api) that calls [Bellingcat's auto-archiver](https://github.com/bellingcat/auto-archiver).
|
||||||
|
|
||||||
> Beta deployment: only authorized emails can use it. Available on [chrome web store](https://chrome.google.com/webstore/detail/auto-archiver-extension/ojcimmjndnlmmlgnjaeojoebaceokpdp)
|
> Available on [chrome web store](https://chrome.google.com/webstore/detail/auto-archiver-extension/ojcimmjndnlmmlgnjaeojoebaceokpdp)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@@ -56,8 +56,8 @@ Thanks to the included [GitHub Action Workflows](.github/workflows), if you set
|
|||||||
|
|
||||||
#### Funding
|
#### Funding
|
||||||
|
|
||||||
<img src="https://user-images.githubusercontent.com/6727285/196693069-17301add-b19e-4375-a474-ea8cbca801f8.jpg" width="32px"/>
|
<img src="https://user-images.githubusercontent.com/6727285/196693069-17301add-b19e-4375-a474-ea8cbca801f8.jpg" width="32px"/>
|
||||||
|
|
||||||
This project is funded by the European Union under contract number: INEA/CEF/ICT/A2020/2381738.
|
This project is funded by the European Union under contract number: INEA/CEF/ICT/A2020/2381738.
|
||||||
|
|
||||||
Dit project is gefinancierd door de Europese Unie onder overeenkomstnummer: INEA/CEF/ICT/A2020/2381738.
|
Dit project is gefinancierd door de Europese Unie onder overeenkomstnummer: INEA/CEF/ICT/A2020/2381738.
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ textarea {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.section-title {
|
.section-title {
|
||||||
color: teal;
|
color: #008080;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* .archive-results td {
|
/* .archive-results td {
|
||||||
@@ -54,19 +54,18 @@ table td {
|
|||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#archiveModal {
|
#archive-modal {
|
||||||
max-height: 90%;
|
max-height: 90%;
|
||||||
font-size: 0.83em;
|
font-size: 0.83em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#archiveModal select {
|
#archive-modal select {
|
||||||
font-size: initial;
|
font-size: initial;
|
||||||
width: auto;
|
/* width: auto; */
|
||||||
display: inline;
|
display: inline;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
padding: 0px;
|
padding: 0;
|
||||||
height: initial;
|
/* height: initial; */
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-guide {
|
.form-guide {
|
||||||
@@ -76,6 +75,6 @@ table td {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.switch label {
|
.switch label {
|
||||||
color: black;
|
color: #000000;
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="archiveModal">
|
<div id="archive-modal">
|
||||||
<div class="modal-content" style="display: flex; align-items: center; gap: 10px;">
|
<div class="modal-content" style="display: flex; align-items: center; gap: 10px;">
|
||||||
<span class="switch">
|
<span class="switch">
|
||||||
<!-- <span class="form-guide">Visibility:</span> -->
|
<!-- <span class="form-guide">Visibility:</span> -->
|
||||||
|
|||||||
Reference in New Issue
Block a user