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

feature (ui): Add an MMDL Notification Banner on Mako Homepage #925

Merged
merged 24 commits into from
Dec 31, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
59b8cbd
feature: merged with main
RanyeM Dec 12, 2024
438908c
feature: added mmdl banner based on if user is signed in
RanyeM Dec 12, 2024
5cb7f8e
Merge branch 'main' into add-mmdl-banner
charmcitygavin Dec 12, 2024
80dbb15
fix: removed docs
RanyeM Dec 12, 2024
fe07aec
fix: faq pops out into another tab and formatted code
RanyeM Dec 12, 2024
62b9002
fix: PR comments
RanyeM Dec 12, 2024
1f4491f
fix: removed localstorage
RanyeM Dec 12, 2024
a7c325a
fix: updated changes and removed svg
RanyeM Dec 13, 2024
88e581f
fix: updated changes and removed svg
RanyeM Dec 13, 2024
47033b2
Merge branch 'main' into add-mmdl-banner
charmcitygavin Dec 17, 2024
4a1aa05
Improve button text vertical spacing
charmcitygavin Dec 17, 2024
5a8b447
Replace missing bun.lockb file
charmcitygavin Dec 17, 2024
6ff2f49
Make tests more specific
charmcitygavin Dec 17, 2024
8208306
Merge branch 'main' into add-mmdl-banner
charmcitygavin Dec 18, 2024
86b931b
Merge branch 'main' into add-mmdl-banner
charmcitygavin Dec 19, 2024
a9e6d13
Don't display banner on FAQ page
charmcitygavin Dec 19, 2024
43abfcb
Merge branch 'main' into add-mmdl-banner
charmcitygavin Dec 19, 2024
19e0cd8
Resolve a11y errors by using a landmark wrapper
charmcitygavin Dec 19, 2024
a748545
Merge branch 'main' into add-mmdl-banner
charmcitygavin Dec 19, 2024
5215917
Prevent mobile menu from overlapping alert banner
charmcitygavin Dec 19, 2024
8adf432
Ensure there's no gap between mobile menu and edge
charmcitygavin Dec 19, 2024
e8f415f
Clean up mobile menu layout
charmcitygavin Dec 19, 2024
18b26b7
Merge branch 'main' into add-mmdl-banner
charmcitygavin Dec 31, 2024
84bafe3
Merge branch 'main' into add-mmdl-banner
charmcitygavin Dec 31, 2024
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
Binary file modified bun.lockb
RanyeM marked this conversation as resolved.
Show resolved Hide resolved
Binary file not shown.
121 changes: 121 additions & 0 deletions docs/Gemfile.lock
RanyeM marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
bigdecimal (3.1.8)
colorator (1.1.0)
concurrent-ruby (1.3.4)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.17.0)
ffi (1.17.0-aarch64-linux-gnu)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-darwin)
forwardable-extended (2.6.0)
google-protobuf (4.28.3)
bigdecimal
rake (>= 13)
google-protobuf (4.28.3-aarch64-linux)
bigdecimal
rake (>= 13)
google-protobuf (4.28.3-arm64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.28.3-x86_64-darwin)
bigdecimal
rake (>= 13)
http_parser.rb (0.8.0)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
jekyll (4.3.4)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 1.0)
jekyll-sass-converter (>= 2.0, < 4.0)
jekyll-watch (~> 2.0)
kramdown (~> 2.3, >= 2.3.1)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0)
mercenary (>= 0.3.6, < 0.5)
pathutil (~> 0.9)
rouge (>= 3.0, < 5.0)
safe_yaml (~> 1.0)
terminal-table (>= 1.8, < 4.0)
webrick (~> 1.7)
jekyll-include-cache (0.2.1)
jekyll (>= 3.7, < 5.0)
jekyll-remote-theme (0.4.3)
addressable (~> 2.0)
jekyll (>= 3.5, < 5.0)
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
rubyzip (>= 1.3.0, < 3.0)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-seo-tag (2.8.0)
jekyll (>= 3.8, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.4)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (6.0.1)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.3.9)
rouge (4.4.0)
rubyzip (2.3.2)
safe_yaml (1.0.5)
sass-embedded (1.80.5)
google-protobuf (~> 4.28)
rake (>= 13)
sass-embedded (1.80.5-aarch64-mingw-ucrt)
google-protobuf (~> 4.28)
sass-embedded (1.80.5-arm64-darwin)
google-protobuf (~> 4.28)
sass-embedded (1.80.5-x86-cygwin)
google-protobuf (~> 4.28)
sass-embedded (1.80.5-x86-mingw-ucrt)
google-protobuf (~> 4.28)
sass-embedded (1.80.5-x86_64-cygwin)
google-protobuf (~> 4.28)
sass-embedded (1.80.5-x86_64-darwin)
google-protobuf (~> 4.28)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.6.0)
webrick (1.8.2)

PLATFORMS
aarch64-linux
aarch64-mingw-ucrt
arm64-darwin
ruby
x86-cygwin
x86-mingw-ucrt
x86_64-cygwin
x86_64-darwin

DEPENDENCIES
jekyll
jekyll-include-cache
jekyll-remote-theme
jekyll-seo-tag
rake
webrick

BUNDLED WITH
2.5.18
Loading
Loading