Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

feat(frontend): New design for the header and the footer and background #483

Merged
merged 41 commits into from
Jan 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
acc47cb
adjust import svg
icerove Nov 17, 2020
6055a8b
fix header netwrok click
icerove Nov 17, 2020
c4df21f
Merge branch 'master' into frontend/fix-header
icerove Nov 17, 2020
0019c6f
Merge branch 'master' into frontend/fix-header
icerove Nov 24, 2020
41aea58
fix issue
icerove Nov 24, 2020
39f7d8c
fix the error
icerove Nov 25, 2020
aeaa0be
fix large screen
icerove Nov 26, 2020
18b6a93
gix the page
icerove Dec 4, 2020
2f1638d
Merge branch 'master' into frontend/fix-header
icerove Dec 4, 2020
14ba9b9
finish footer
icerove Dec 7, 2020
0989d12
finish mobile header
icerove Dec 8, 2020
bdd55c9
fix test
icerove Dec 8, 2020
30e7cc8
update snapshot
icerove Dec 8, 2020
c6da711
Merge branch 'master' into frontend/fix-header
icerove Dec 8, 2020
d23e170
update snapshot
icerove Dec 8, 2020
e16efc7
fix as comments
icerove Dec 9, 2020
191baae
fix search
icerove Dec 9, 2020
42aad0d
fix as comments
icerove Dec 10, 2020
d0d651c
fix as comments
icerove Dec 10, 2020
f33ccd1
fix footer
icerove Dec 10, 2020
e4716ac
update search
icerove Dec 11, 2020
6023ba4
fix as comments
icerove Dec 15, 2020
2545d1b
fix as comments and search bar
icerove Jan 7, 2021
c87aa16
Merge branch 'master' into frontend/fix-header
icerove Jan 14, 2021
cd5ff7a
delete repeat font family
icerove Jan 14, 2021
2351f23
fix as comments
icerove Jan 14, 2021
3b27779
fix the test
icerove Jan 14, 2021
28df63b
update test
icerove Jan 15, 2021
c201be8
fix as comments
icerove Jan 15, 2021
7b6e6fd
fix mobile annoy
icerove Jan 16, 2021
15a2c74
Merge branch 'master' into frontend/fix-header
icerove Jan 19, 2021
c0dc82d
fix search
icerove Jan 22, 2021
503bb6f
fix: fixed some styling on Account Details page
frol Jan 22, 2021
e4a3a9e
fix: updated test snapshots
frol Jan 22, 2021
cd34501
give border
icerove Jan 25, 2021
ddca528
Merge branch 'frontend/fix-header' of https://github.com/nearprotocol…
icerove Jan 25, 2021
c005787
Merge branch 'master' into frontend/fix-header
icerove Jan 25, 2021
e13ea99
update test
icerove Jan 25, 2021
2867de3
Improvement of search field
shelegdmitriy Jan 26, 2021
d9e97f3
addressed the last styling comment
frol Jan 26, 2021
cd3c20e
Merge branch 'master' into frontend/fix-header
frol Jan 26, 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
2 changes: 1 addition & 1 deletion frontend/cypress/integration/dashboard.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ context("Dashboard", () => {
// https://on.cypress.io/interacting-with-elements

it("Logo is visible", () => {
cy.get(".header-container .near-logo").should("exist");
cy.get(".header-container .near-main-logo").should("exist");
});
});
3 changes: 3 additions & 0 deletions frontend/public/static/images/down-arrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions frontend/public/static/images/down-blue-arrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
73 changes: 73 additions & 0 deletions frontend/public/static/images/explorer-bg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 0 additions & 21 deletions frontend/public/static/images/explorer.svg

This file was deleted.

6 changes: 6 additions & 0 deletions frontend/public/static/images/icon-accounts.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion frontend/public/static/images/icon-blocks.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions frontend/public/static/images/icon-network-right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions frontend/public/static/images/icon-network.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion frontend/public/static/images/icon-nodes.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion frontend/public/static/images/icon-transactions.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading