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

Flyout #60

Open
wants to merge 52 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
9ec768d
Fix whitespace in theme-settings.php
joelpittet Jan 5, 2018
af25edf
Fix whitespace in template.php
joelpittet Jan 5, 2018
5f549b0
Fix for class generation in #33
joelpittet Jan 5, 2018
7d818d1
Add .editorconfig file
occupant Mar 5, 2018
81e4c6e
Add sticky option to the main navigation menu (#54)
Jun 11, 2018
9480a50
Add dependecies for postcss and autoprefixer (#55)
Jun 11, 2018
08382b5
Add D8 stylelint to help keep things in check (#52)
joelpittet Jun 11, 2018
0c72d00
Add an off drawer canvas region for slide-in menu bar (#51)
Jun 11, 2018
718f00f
Update drawer help text to indicate that including a menu block with …
darkodevubc Jun 21, 2018
04557f8
Moved sticky option down into the clf_navigation_option section
darkodevubc Jun 21, 2018
8d3b545
Removed duplicate clf_navoption and clf_secondarynavoption defined la…
darkodevubc Jun 21, 2018
adc3faa
Targetting btn-navbar:first-child with right margin so it does not mo…
darkodevubc Jun 21, 2018
20eeb4d
Making the secondary sticky on mobile
darkodevubc Jun 21, 2018
ed4695e
Adjusting position of secondary drop-down nav on mobile
darkodevubc Jun 21, 2018
56ed870
Moved secondary so it is also sticky
darkodevubc Jun 21, 2018
e011f9a
Remove whitespace in theme-settings.php
darkodevubc Jun 21, 2018
a5a1046
Increase z-index of sticky nav
darkodevubc Jun 21, 2018
22b00dc
Adjusted margin of secondary on mobile when it was already done - rev…
darkodevubc Jun 21, 2018
af67041
Adding navigation.sticky.less and adjusting z-index of sticky nav
darkodevubc Jun 21, 2018
04f2ea5
Adjusted z-index of sticky nav after adding navigation.sticky.less
darkodevubc Jun 21, 2018
194163c
Add flyout region to .info
darkodevubc Jun 22, 2018
62f96ca
Add flyout option to theme settings
darkodevubc Jun 22, 2018
637776a
Add flyout js and css in template.php
darkodevubc Jun 22, 2018
0a11c80
Add flyout region to page.tpl.php
darkodevubc Jun 22, 2018
fad3f89
Add off.canvas.flyout.js
darkodevubc Jun 22, 2018
a20d368
Add off.canvas.flyout.less
darkodevubc Jun 22, 2018
a6f5ad7
Add off.canvas.flyout.css
darkodevubc Jun 22, 2018
4255816
Fixed conflict with both drawer and flyout using $container_attribute…
darkodevubc Jun 22, 2018
07675fe
Fixed issue with primary nav not hiding when used in drawer and issue…
darkodevubc Jun 22, 2018
8020a23
A few fixes for secondary nav behaviour when drawer and flyout are en…
darkodevubc Jun 22, 2018
e0f89fb
Reverted conversion of drawer CSS to LESS because some stuff broke
darkodevubc Jun 22, 2018
d95f1e7
Providing dark blue flyout bg boilerplate
darkodevubc Jun 22, 2018
8391e45
Moved flyout button oiut of nav structure so it can be z-indexed belo…
darkodevubc Jun 27, 2018
fcdfafa
Added bg to main menu items that do not expand so that flyout menu do…
darkodevubc Jun 27, 2018
c59c018
Flyout button z-index only needs to be 1
darkodevubc Jun 27, 2018
d63cb66
Cleaned CSS files
darkodevubc Jun 27, 2018
9729f48
Adding .DS_Store to gitignore
darkodevubc Jul 4, 2018
63d5d0d
Fixes for drawer and made the mobile drop-down nav scrollable like th…
darkodevubc Jul 4, 2018
e62e38b
flyout changes for develop merge
darkodevubc Jul 4, 2018
5e5c5c1
ubc7-unit-menu transparent background only on mobile where its height…
darkodevubc Jul 4, 2018
028d634
#ubc7-unit-menu should not have a bg on it because it hides everythin…
darkodevubc Jul 4, 2018
155045e
Removed unconditional height 100% on mobile drop-down menu because it…
darkodevubc Jul 5, 2018
1bbff81
Fixed merge conflict and uncommented $fluidcontainerstart because gra…
darkodevubc Jul 6, 2018
0532616
Error finding includes/template-ubc-clf-elements.inc so we add theme …
darkodevubc Jul 6, 2018
657fc4a
Updated help text for clf_use_primary_menu_in_drawer
darkodevubc Jul 6, 2018
d9701d0
Changed to drupal_get_path from path_to_theme
darkodevubc Jan 21, 2019
4835546
Removed git conflict
darkodevubc Jan 21, 2019
9b7c2d5
Removed toggle behaviour in flyout js that was killed by webform cond…
darkodevubc Jan 21, 2019
c4ff0fd
Merge branch 'flyout' of github.com:darko-hrgovic/Megatron into flyout
darkodevubc Jan 21, 2019
50034db
Cleaned up whitespace and formatting
darkodevubc Jan 21, 2019
88feb8e
Checking stickynav > 0 because modal close button adds numerous zero …
darkodevubc Jan 28, 2019
bb2875a
Whitespace and formatting
darkodevubc Jan 28, 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
17 changes: 17 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Drupal editor configuration normalization
# @see http://editorconfig.org/

# This is the top-most .editorconfig file; do not search in parent directories.
root = true

# All files.
[*]
end_of_line = LF
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[composer.json]
indent_size = 4
20 changes: 8 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
Project.espressostorage
Megatron - PUBLIC.esproj
megatron-public.esproj
user.jim.espressostorage
clf/
theme-settings 2.php
views-view--news-views--block.tpl.php
__page--full.tpl.php
__page--fluid.tpl.php
unused/
bower.json
package.json
# Node Packages
*.log
node_modules/

# Postcss-fied CSS files
postcss/

.DS_Store
34 changes: 34 additions & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"extends": "stylelint-config-standard",
"plugins": [
"stylelint-no-browser-hacks/lib"
],
"rules": {
"comment-empty-line-before": null,
"function-linear-gradient-no-nonstandard-direction": null,
"function-whitespace-after": null,
"no-descending-specificity": null,
"no-duplicate-selectors": null,
"no-unknown-animations": true,
"number-leading-zero": "always",
"plugin/no-browser-hacks": [true, {
"browsers": [
"ie >= 9",
"edge >= 13",
"firefox >= 5",
"opera >= 12",
"safari >= 5",
"chrome >= 56"
]
}],
"property-no-unknown": null,
"rule-empty-line-before": null,
"selector-pseudo-element-colon-notation": null,
"shorthand-property-no-redundant-values": null,
"unit-whitelist": ["deg", "em", "ex", "ms", "rem", "%", "s", "px", "vw", "vh"]
},
"ignoreFiles": [
"assets/vendor/**/*.css",
"tests/Drupal/Tests/Core/Asset/css_test_files/**/*.css"
]
}
Loading