Skip to content

Commit

Permalink
Merge pull request #2561 from chaoss/repo-load-message-patch
Browse files Browse the repository at this point in the history
Repo load message patch
  • Loading branch information
Ulincsys authored Oct 26, 2023
2 parents fb9b729 + 0115410 commit 9c8c727
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
14 changes: 14 additions & 0 deletions augur/static/css/dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
Binary file added augur/static/img/tswiftjet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions augur/templates/settings.j2
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,18 @@
name="add_repo">Add</button>
</div>
</form>
<p>
<br/>
<h3>What to Expect When You Are Expecting New Data</h3>
<div style="text-align: center;">
<img src="{{ url_for('static', filename='img/tswiftjet.png')}}" alt="A Swift Jet">
</div>
<blockquote>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).</blockquote>
<blockquote>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. <span style="color: yellow"> 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.</span></blockquote>
<blockquote>
If you encounter any issues loading new repositories, please open an issue at <a href='https://github.com/chaoss/augur/issues'>https://github.com/chaoss/augur/issues</a>
</blockquote>
</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 9c8c727

Please sign in to comment.