Switch to Feather Icons

This commit is contained in:
video-prize-ranch
2022-10-13 18:26:08 -04:00
parent 50d71ad321
commit b8469ada4e
24 changed files with 47 additions and 60 deletions

View File

@@ -4,7 +4,6 @@
<head>
{{> partials/head }}
<link rel="stylesheet" href="/static/fonts/Material-Icons-Outlined.css" />
<link rel="stylesheet" href="/static/css/embed.css" />
</head>
@@ -31,7 +30,7 @@
</a>
{{/if}}
<div class="views">
<span class="material-icons-outlined" title="Views">visibility</span>
<img class="icon" src="/static/icons/eye.svg" alt="Views">
<p>{{post.Views}}</p>
</div>
</div>

View File

@@ -18,8 +18,8 @@
<span class="comment__updatedDate">(deleted {{this.DeletedAt}})</span>
{{/if}}
|
<span class="material-icons-outlined">thumb_up</span> {{this.Upvotes}}
<span class="material-icons-outlined">thumb_down</span> {{this.Downvotes}}
<img class="icon" src="/static/icons/chevron-up.svg" alt="Likes"> {{this.Upvotes}}
<img class="icon" src="/static/icons/chevron-down.svg" alt="Dislikes"> {{this.Downvotes}}
</p>
</div>
<div class="replies">

View File

@@ -1,10 +1,4 @@
<br><br><br>
<footer>
<a href="/privacy">
<span class="material-icons-outlined">visibility</span> Privacy
</a>
<a href="https://codeberg.org/video-prize-ranch/rimgo" rel="noreferrer">
<span class="material-icons-outlined">code</span> Source Code
</a>
<a href="/privacy">Privacy</a>
<a href="https://codeberg.org/video-prize-ranch/rimgo" rel="noreferrer">Source Code</a>
</footer>

View File

@@ -12,5 +12,4 @@
<meta name="msapplication-config" content="/static/favicon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="/static/fonts/Material-Icons-Outlined.css" />
<link rel="stylesheet" href="/static/css/base.css"/>

View File

@@ -11,20 +11,14 @@
<p class="post__title">{{Title}}</p>
<div class="post__meta">
<p>
<span class="material-icons-outlined">
arrow_upward
</span>
<img class="icon" src="/static/icons/chevron-up.svg" alt="Points">
{{Points}}
</p>
<p>
<span class="material-icons-outlined">
comment
</span>
<img class="icon" src="/static/icons/message-square.svg" alt="Comments">
{{Comments}}
<p>
<span class="material-icons-outlined">
visibility
</span>
<img class="icon" src="/static/icons/eye.svg" alt="Views">
{{Views}}
</p>
</div>

View File

@@ -11,7 +11,6 @@
{{> partials/head }}
<link rel="stylesheet" href="/static/fonts/Material-Icons-Outlined.css" />
<link rel="stylesheet" href="/static/css/album.css" />
<link rel="stylesheet" href="/static/css/comments.css" />
@@ -37,12 +36,18 @@
{{/if}}
<div class="imageMeta">
<div class="imageMeta__item">
<span class="material-icons-outlined" title="Views">visibility</span>
<img class="icon" src="/static/icons/eye.svg" alt="Views">
<p>{{post.Views}}</p>
</div>
{{#if post.SharedWithCommunity}}
<p><span class="material-icons-outlined" title="Likes">thumb_up</span> {{post.Upvotes}}</p>
<p><span class="material-icons-outlined" title="Dislilkes">thumb_down</span> {{post.Downvotes}}</p>
<div class="imageMeta__item">
<img class="icon" src="/static/icons/chevron-up.svg" alt="Likes">
<p>{{post.Upvotes}}</p>
</div>
<div class="imageMeta__item">
<img class="icon" src="/static/icons/chevron-down.svg" alt="Dislikes">
<p>{{post.Downvotes}}</p>
</div>
{{/if}}
</div>
</div>
@@ -93,7 +98,7 @@
<input id="comments__expandBtn" type="checkbox">
<label class="comments__expandBtn__label" for="comments__expandBtn">
<h3>Comments ({{post.Comments}})</h3>
<span class="comments__expandBtn__icon material-icons-outlined"></span>
<span class="comments__expandBtn__icon"></span>
</label>
<div class="comments">
{{#each comments}}

View File

@@ -28,9 +28,7 @@
{{#if config.Privacy.not_collected}}
<div class="badgeWrapper">
<div class="badge">
<span class="material-icons-outlined largeIcon">
check_circle
</span>
<img class="icon largeIcon" src="/static/icons/check-circle.svg" alt="">
<h3>Data Not Collected</h3>
<p>The instance operator does not collect any data from this instance.</p>
</div>
@@ -40,9 +38,7 @@
{{#unless config.Privacy.set}}
<div class="badgeWrapper">
<div class="badge">
<span class="material-icons-outlined largeIcon">
report_problem
</span>
<img class="icon largeIcon" src="/static/icons/alert-triangle.svg" alt="">
<h3>No Details Provided</h3>
<p>The operator of this instance will be required to provide privacy details to be added to the instance list.
</p>
@@ -52,33 +48,31 @@
{{#unless config.Privacy.not_collected}}
<div class="badgeWrapper">
<div class="badge">
<span class="material-icons-outlined largeIcon">
error_outline
</span>
<img class="icon largeIcon" src="/static/icons/alert-circle.svg" alt="">
<h3>Data Collected</h3>
<p>The following data may be collected:</p>
<ul>
{{#if config.Privacy.ip}}
<li>
<span class="material-icons-outlined">password</span>
<img class="icon" src="/static/icons/hash.svg" alt="">
Internet address (IP Address)
</li>
{{/if}}
{{#if config.Privacy.url}}
<li>
<span class="material-icons-outlined">link</span>
<img class="icon" src="/static/icons/link.svg" alt="">
Page viewed (Request URL)
</li>
{{/if}}
{{#if config.Privacy.device}}
<li>
<span class="material-icons-outlined">phonelink</span>
<img class="icon" src="/static/icons/smartphone.svg" alt="">
Device Type (User agent)
</li>
{{/if}}
{{#if config.Privacy.diagnostics}}
<li>
<span class="material-icons-outlined">settings</span>
<img class="icon" src="/static/icons/tool.svg" alt="">
Diagnostics
</li>
{{/if}}
@@ -95,21 +89,21 @@
</p>
<ul>
<li>
<span class="material-icons-outlined">password</span>
<img class="icon" src="/static/icons/hash.svg" alt="">
Internet address (IP Address) - This is an address that is given to your computer or internet connection.
This can be used to find your city or region and internet provider but can change depending on your connection.
</li>
<li>
<span class="material-icons-outlined">link</span>
<img class="icon" src="/static/icons/link.svg" alt="">
Page viewed (Request URL) - This is what page you are viewing. Searches are kept private.
</li>
<li>
<span class="material-icons-outlined">phonelink</span>
<img class="icon" src="/static/icons/smartphone.svg" alt="">
Device Type (User agent) - This is what browser, device, and operating system you are using.
Advanced users can change this with an extension or browser setting.
</li>
<li>
<span class="material-icons-outlined">settings</span>
<img class="icon" src="/static/icons/tool.svg" alt="">
Diagnostics - When this data is only collected when there is an error or only a short amount of time while
diagnosing an issue.
</li>

View File

@@ -6,7 +6,6 @@
{{> partials/head }}
<link rel="stylesheet" href="/static/fonts/Material-Icons-Outlined.css" />
<link rel="stylesheet" href="/static/css/base.css" />
<link rel="stylesheet" href="/static/css/tag.css" />
</head>

View File

@@ -6,7 +6,6 @@
{{> partials/head }}
<link rel="stylesheet" href="/static/fonts/Material-Icons-Outlined.css" />
<link rel="stylesheet" href="/static/css/user.css" />
</head>