forked from l33d4n/trtl-issues
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 0683567
Showing
37 changed files
with
3,906 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Auto detect text files and perform LF normalization | ||
* text=auto |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# TurtleCoin® Open Issues Browser | ||
TurtleCoin® Open Issues Browser v2020 - Live site: [l33d4n.github.io/trtl-issues/](https://l33d4n.github.io/trtl-issues/) | ||
|
||
![screely-1597907203701](https://user-images.githubusercontent.com/8020386/90728023-c9946800-e2f6-11ea-8847-05e0c73915f1.png) | ||
|
||
### Contributing to TurtleCoin® Open Issues Browser | ||
|
||
We are a community of people across the world giving our time to make this software better. There are many ways you can help or join us: | ||
|
||
- If you'd like to report a bug or have an idea for an improvement, [open an issue](https://github.com/l33d4n/trtl-issues/issues/new). | ||
- If you'd like to submit code for a bug you fixed, [submit a pull-request](https://github.com/l33d4n/trtl-issues/compare). | ||
- **Everyone else just click the ★ star at the top of this repository 😊 It really helps us out!** | ||
|
||
For anyone else wishing to help the community or who needs answers to questions not covered in this document, join us in our [Discord Chat](http://chat.turtlecoin.lol) here. | ||
|
||
### Credits | ||
- TurtleCoin - [https://github.com/turtlecoin](https://github.com/turtlecoin) | ||
- TurtlePay - [https://github.com/TurtlePay](https://github.com/TurtlePay) | ||
- Tabler - [https://github.com/tabler/tabler](https://github.com/tabler/tabler) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,156 @@ | ||
body { | ||
overflow-y: auto; | ||
} | ||
|
||
.page-single { | ||
-ms-flex: 1 1 auto; | ||
flex: 1 1 auto; | ||
display: -ms-flexbox; | ||
display: flex; | ||
-ms-flex-align: center; | ||
align-items: center; | ||
-ms-flex-pack: center; | ||
justify-content: center; | ||
padding: 1rem 0; | ||
} | ||
|
||
.navbar-overlap:after { | ||
content: ''; | ||
height: 9rem; | ||
position: absolute; | ||
top: 100%; | ||
left: 0; | ||
right: 0; | ||
background: inherit; | ||
z-index: -1; | ||
box-shadow: inherit; | ||
} | ||
|
||
.navbar-dark { | ||
background: #43b380; | ||
} | ||
|
||
.navbar-nav .nav-item { | ||
white-space: nowrap; | ||
} | ||
|
||
a { | ||
color: #43b380; | ||
} | ||
|
||
a:hover { | ||
color: #3ca173; | ||
} | ||
|
||
a.link-bg { | ||
color: rgba(255, 255, 255, .72); | ||
} | ||
|
||
a.link-bg:hover { | ||
color: rgba(255, 255, 255, .5); | ||
} | ||
|
||
.btn-primary { | ||
background-color: #43b380; | ||
border-color: #43b380; | ||
} | ||
|
||
.btn-primary:hover, .btn-primary.active, .btn-primary:active, .btn-primary.focus, .btn-primary:focus { | ||
background-color: #3ca173; | ||
border-color: #3ca173; | ||
} | ||
|
||
.nav-tabs .nav-link.active { | ||
border-bottom-color: #43b380; | ||
} | ||
|
||
.table th { | ||
font-weight: 600; | ||
color: #354052; | ||
} | ||
|
||
@media (min-width: 64rem) { | ||
.w-150 { | ||
width: 150px; | ||
} | ||
} | ||
|
||
.form-control.is-danger { | ||
border-color: #cd201f; | ||
} | ||
|
||
.form-control.is-success { | ||
border-color: #5eba00; | ||
} | ||
|
||
.bg-green { | ||
background: #43b380; | ||
} | ||
|
||
.text-break { | ||
display: block !important; | ||
} | ||
|
||
.theme-dark .navbar-overlap:after { | ||
content: none; | ||
} | ||
|
||
.theme-dark table th { | ||
color: #f5f7fb; | ||
} | ||
|
||
.theme-dark .text-body { | ||
color: #f5f7fb!important; | ||
} | ||
|
||
.o-auto { | ||
overflow: auto !important; | ||
} | ||
|
||
.status-icon { | ||
content: ''; | ||
width: 0.5rem; | ||
height: 0.5rem; | ||
display: inline-block; | ||
background: currentColor; | ||
border-radius: 50%; | ||
-webkit-transform: translateY(-1px); | ||
transform: translateY(-1px); | ||
margin-right: .375rem; | ||
vertical-align: middle; | ||
} | ||
|
||
.card>.list-group { | ||
border-top-width: 0; | ||
} | ||
|
||
.list-item .badge { | ||
line-height: 1; | ||
font-weight: 500; | ||
} | ||
|
||
.loader { | ||
background-image: url("/dist/img/loader.svg"); | ||
background-repeat: no-repeat; | ||
background-position: center; | ||
width: 120px; | ||
height: 120px; | ||
position: absolute; | ||
} | ||
|
||
.loader:after { | ||
content: none; | ||
} | ||
|
||
.con { | ||
position: fixed; | ||
left: 0; | ||
top: 0; | ||
width: 100%; | ||
height: 100%; | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
background-color: #43b380; | ||
z-index: 1050; | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<browserconfig> | ||
<msapplication> | ||
<tile> | ||
<square150x150logo src="./mstile-150x150.png"/> | ||
<TileColor>#00853d</TileColor> | ||
</tile> | ||
</msapplication> | ||
</browserconfig> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"name": "", | ||
"short_name": "", | ||
"icons": [ | ||
{ | ||
"src": "./android-chrome-96x96.png", | ||
"sizes": "96x96", | ||
"type": "image/png" | ||
} | ||
], | ||
"theme_color": "#ffffff", | ||
"background_color": "#ffffff" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.