diff --git a/augur/static/css/dashboard.css b/augur/static/css/dashboard.css index 1e998a10a4..08b98b3785 100644 --- a/augur/static/css/dashboard.css +++ b/augur/static/css/dashboard.css @@ -44,6 +44,20 @@ body { color: #bcd0f7; } +.circle-opaque { + border-radius: 50%; /* Make it a circle */ + display: inline-block; + position: absolute; /* Able to position it, overlaying the other image */ + left:0px; /* Customise the position, but make sure it */ + top:0px; /* is the same as .circle-transparent */ + z-index: -1; /* Makes the image sit *behind* .circle-transparent */ +} + +.circle-opaque img { + border-radius: 50%; /* Make it a circle */ + z-index: -1; +} + table { background-color: var(--color-fg); color: var(--color-fg-contrast); diff --git a/augur/static/img/tswiftjet.png b/augur/static/img/tswiftjet.png new file mode 100644 index 0000000000..1d7a96ee8a Binary files /dev/null and b/augur/static/img/tswiftjet.png differ diff --git a/augur/templates/settings.j2 b/augur/templates/settings.j2 index 21ad1852f9..31230897c4 100644 --- a/augur/templates/settings.j2 +++ b/augur/templates/settings.j2 @@ -198,6 +198,18 @@ name="add_repo">Add +
+
+
Augur collects data swiftly and fairly. Users adding 20 new repositories at a go will see core data faster (24 hours) than users adding 4,000 (48 hours).+
Expect your data in 24 hours. If another user already requested the same repository or organization you did, that data shows up for you immediately. Meaning, that if some repositories in your group are loved by others, you will see a number other than "0" in the "Number of repos" column of your repo groups list NOW! If you are a repository's first love, group repository counts are updated nightly.+
+ If you encounter any issues loading new repositories, please open an issue at https://github.com/chaoss/augur/issues ++