Skip to content

Transaction Not Found #1005

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 47 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
c68f770
Reddcoin Rebrand & github updates
Sep 23, 2014
58ffcf3
remove USD as viewing option for now.
Sep 24, 2014
56a7829
Changes to header info display
Sep 24, 2014
c60545e
Reddcoin logo, PoS block info
Sep 24, 2014
25097ec
read me update and header changes
Sep 25, 2014
84a9626
css updates
Sep 25, 2014
fdd1a5d
css update
Sep 25, 2014
b174ca2
More css changes
Sep 25, 2014
fd08c39
reddcoin logo css changes
Sep 25, 2014
433700d
changes to red logo display
Sep 25, 2014
0ee1962
css edits
Sep 25, 2014
1892c38
update dependencies
Sep 25, 2014
a8ab37d
Revert "update dependencies"
Sep 25, 2014
addf89b
Rebranding.
Sep 27, 2014
51ef605
Update phrases.
Sep 27, 2014
e948657
fixing header color and other minor css edits
agroff Sep 27, 2014
a3e93f6
fixing previous css issues
agroff Sep 27, 2014
1ae7a57
Removing some padding to create more space in top bar
agroff Sep 27, 2014
04379fa
reducing paddin in menu to gain some more space
agroff Sep 27, 2014
d2caa5d
Update title.
Sep 27, 2014
55f1530
Removing curreny dropdown from navigation bar
agroff Sep 27, 2014
c1a3ddc
Merge branch 'master' of github.com:reddcoin-project/reddsight
agroff Sep 27, 2014
70e8933
swap favicons
Sep 27, 2014
34c8779
css changes to match reddcoin.com
Sep 27, 2014
b2c4153
Make title start with 'Reddsight | '
Sep 27, 2014
9b4952e
hover and active links with teal bar underneath
Sep 27, 2014
1050a7a
Update README and packaging.
Sep 27, 2014
882742b
Skip empty coinbase and empty vout of coinstake.
Sep 29, 2014
5b2793b
Add Google Analytics and fix meta tags
reddcoin Oct 1, 2014
5d6f973
Add link to reddcoin.com
reddcoin Oct 2, 2014
a76a04c
Add Home button
reddcoin Oct 2, 2014
4d001e4
Remove # of connections from main header bar
Oct 8, 2014
2044319
Add API link
reddcoin Oct 8, 2014
48a6ce8
Let supply display properly.
Oct 8, 2014
f23226c
Merge pull request #2 from reddcoin-project/explorer
Oct 8, 2014
fb81a61
Remove empty/useless status fields
reddcoin Oct 26, 2014
1a7ff8e
Fixing CSS Bug in header on mobile
agroff Oct 26, 2014
e14c11b
Bump version.
Nov 21, 2014
7ce9587
add docker configuration
reddink Aug 3, 2020
364e390
Create all.yml
reddink Aug 3, 2020
c9360a4
add status badge
reddink Aug 3, 2020
124280c
update repository path
reddink Aug 3, 2020
c611167
add data path
reddink Aug 4, 2020
2acfd34
use docker network
reddink Aug 4, 2020
d48ef3f
use service name
reddink Aug 5, 2021
4ad99ba
expose correct port on dockerfile
reddink Aug 6, 2021
b6a472b
use more of the default values within the Dokerfile
reddink Aug 6, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixing header color and other minor css edits
  • Loading branch information
agroff committed Sep 27, 2014
commit e9486571821c607ad0aa37164a96ba7399ac6aac
2 changes: 1 addition & 1 deletion public/css/main.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="description" content="Reddcoin Insight. View detailed information on all reddcoin transactions and block. {{ $root.title + $root.titleDetail }}">
<link rel="shortcut icon" href="/img/icons/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,400italic">
<link rel="stylesheet" href="/css/main.min.css">
<link rel="stylesheet" href="src/css/common.css">
</head>
<body ng-cloak class="ng-cloak">
<div>
Expand Down
Loading