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

Drawer dev #33

Merged
merged 34 commits into from
Jun 11, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
dd237ea
Remove 'work in progress' from title
occupant Jan 25, 2018
394a93e
Merge pull request #13 from ubc-web-services/develop
occupant Jan 26, 2018
65fd293
Merge pull request #14 from ubc-web-services/develop
occupant Feb 2, 2018
69398dc
Merge pull request #15 from ubc-web-services/develop
occupant Feb 5, 2018
9133701
Merge pull request #18 from ubc-web-services/develop
occupant Feb 5, 2018
9fb07c2
Merge pull request #19 from ubc-web-services/develop
occupant Feb 6, 2018
f27f0a8
Update minor version number
occupant Feb 6, 2018
e9ce367
Merge pull request #27 from ubc-web-services/develop
joelpittet Mar 5, 2018
9edb0b4
Initial commit
yehee Mar 23, 2018
ceb1d51
Update navigation.slidein.scss
yehee Mar 26, 2018
3c3e144
Remove jQuery dependency
yehee Mar 29, 2018
1b0ca4e
Add more variables; remove commented lines
yehee Mar 29, 2018
773f3bd
Remove not yet active tag
yehee Mar 29, 2018
8ea5f9c
Rename drawer button; remove inline style
yehee Mar 29, 2018
5bc8d06
Remove unnecessary jQuery dependency
yehee Mar 29, 2018
d47fb80
Add hamburger.scss file; fix overflow issue
yehee Apr 3, 2018
4f2a0a9
Give default value to navigation_placement_drawer
yehee Apr 3, 2018
fb42c5f
Change color, direction of ubc7-arrow
yehee Apr 4, 2018
41406fd
Set default value as 'default
yehee Apr 4, 2018
e1ba675
Set all nav placement options to false as default
yehee Apr 4, 2018
f5c0f4a
Remove unused navigation options, update sticky styles, update asset …
occupant Apr 4, 2018
b816e0f
Denote unpublished pages
yehee Apr 5, 2018
19fd3d2
Merge branch 'develop' into drawer-dev
yehee Apr 6, 2018
bb42b3d
Add overflow:hidden property when drawer is active/animating
yehee Apr 6, 2018
b8ebfc4
Fix padding when both admin tool bar & drawer are active
yehee Apr 6, 2018
f0768b5
Fix line-height for min-width: 1200px
yehee Apr 9, 2018
592090d
Place unpublished mark to center, behind content
yehee Apr 9, 2018
ae9a458
Fix arrow color, direction
yehee Apr 10, 2018
d12e85c
Place main nav with default config to drawer region
yehee Apr 10, 2018
526b2d7
Change arrow color/direction in drawer region
yehee Apr 10, 2018
103bc4d
Unpublished mark only when node is unpublished
yehee Apr 10, 2018
5fc6ffc
Fix call to undefined function on maintenance page; attach Drupal beh…
yehee Apr 27, 2018
2f69574
Add core/drupal dependencies to fix Drupal not defined error for anon…
yehee Apr 27, 2018
a11e6b0
add debouncing to onscroll event
yehee May 24, 2018
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
27 changes: 27 additions & 0 deletions config/install/block.block.galactus_drawer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#Defines settings for the Main Menu block

langcode: en
status: true
dependencies:
config:
- system.menu.main
module:
- system
theme:
- galactus
id: galactus_drawer
theme: galactus
region: drawer
weight: 0
provider: null
plugin: 'system_menu_block:main'
settings:
id: 'system_menu_block:main'
label: 'Main navigation'
provider: system
label_display: '0'
cache:
max_age: -1
level: 1
depth: 2
visibility: { }
1 change: 1 addition & 0 deletions config/install/galactus.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ clf_social_youtube: ''
clf_searchdomain: ''
clf_searchlabel: ''
clf_content_row_class: 'expand row-fluid'
clf_navigation_placement: 'default'
clf_no_sidebar_class: 'span12'
clf_one_sidebar_class: 'span9'
clf_one_sidebar_class_sidebar: 'span3'
Expand Down
2 changes: 1 addition & 1 deletion css/ckeditor-iframe.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 23 additions & 1 deletion css/clf.drupal.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/clf.social-icons.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/local-tasks.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions css/navigation.secondary.css

This file was deleted.

297 changes: 297 additions & 0 deletions css/navigation.slidein.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading