Skip to content
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

New layout for mobile menu is ready. #2665

Merged
merged 28 commits into from
Sep 10, 2019
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
2c9af69
Created new layout for mobile menu
YegorSan Sep 4, 2019
eb7aca6
Modified navbar.scss removed unnecessary lines
YegorSan Sep 4, 2019
1a456a5
Removed Unnecessary spaces from navbar.scss file
YegorSan Sep 4, 2019
c3221bd
Delete settings.json
YegorSan Sep 4, 2019
4600338
Merge branch 'master' into mobile-menu
YegorSan Sep 4, 2019
47b0129
ESLINT tests should pass now
YegorSan Sep 4, 2019
b18878f
Merge branch 'mobile-menu' of github.com:YegorSan/blockscout into mob…
YegorSan Sep 4, 2019
ef95d74
ESLINT tests should pass now.
YegorSan Sep 4, 2019
98072db
Gettext test should pass
YegorSan Sep 4, 2019
7a16860
Gettext test should pass
YegorSan Sep 4, 2019
a749113
ESLINT test should pass, merging conflict should be solved
YegorSan Sep 5, 2019
a03f364
ESLINT tests failure recheck
YegorSan Sep 5, 2019
ba059db
ESLINT tests failure recheck1
YegorSan Sep 5, 2019
0aaab5d
ESLINT tests failure recheck2
YegorSan Sep 5, 2019
63ce594
ESLINT tests failure recheck3
YegorSan Sep 5, 2019
d6a6416
Added update to Changelog
YegorSan Sep 5, 2019
50ae7ca
All requested changes for mobile menu performed
YegorSan Sep 5, 2019
f88e991
Removed spaces in dark-theme.scss file
YegorSan Sep 5, 2019
ab22875
Merge branch 'master' into mobile-menu
vbaranov Sep 6, 2019
2de5234
Added fixed height for logo. Jumping issue should be fixed now. Added…
YegorSan Sep 7, 2019
8e66349
Merge branch 'mobile-menu' of github.com:YegorSan/blockscout into mob…
YegorSan Sep 7, 2019
00fcab6
Gettext issue should be fixed.
YegorSan Sep 7, 2019
c9a5914
Resolve merging conflict.
YegorSan Sep 9, 2019
a251eab
Merge branch 'master' into mobile-menu
YegorSan Sep 9, 2019
09c5ac7
Gettext issue fixed.
YegorSan Sep 9, 2019
2d72206
Update CHANGELOG.md
YegorSan Sep 10, 2019
7b8ae12
Added new function for new-button
YegorSan Sep 10, 2019
65d8679
Merge branch 'mobile-menu' of github.com:YegorSan/blockscout into mob…
YegorSan Sep 10, 2019
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
ESLINT tests failure recheck1
  • Loading branch information
YegorSan committed Sep 5, 2019
commit ba059db226ed4ea0e9e5fc1b080f8d92933cf764
3 changes: 2 additions & 1 deletion apps/block_scout_web/assets/js/pages/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ function switchVisible () {
}
document
.getElementById('toggleButton')
.addEventListener('click', switchVisible)
.addEventListener('click', switchVisible)