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

[WIP] [#683] revamp device layouts #705

Closed
wants to merge 97 commits into from

Conversation

flynnduism
Copy link
Member

This is a WIP to improve the layouts for mobile/tablet/small desktop displays.

tablet-nav

  • better handing of docs sidebar on small screens
  • clean up the top bar items when it gets squished
  • tweaking the breakpoints (where layouts switch)

Signed-off-by: flynnduism dev@ronan.design

Signed-off-by: flynnduism <dev@ronan.design>
emaincourt and others added 25 commits August 24, 2020 12:50
Signed-off-by: Elliot Maincourt <e.maincourt@gmail.com>
Signed-off-by: Matthew Fox <matt@getbalto.com>
Signed-off-by: jmnote <opcore@gmail.com>
Signed-off-by: jmnote <opcore@gmail.com>
Signed-off-by: jmnote <opcore@gmail.com>
Signed-off-by: jmnote <opcore@gmail.com>
Signed-off-by: jmnote <opcore@gmail.com>
Signed-off-by: jmnote <opcore@gmail.com>
Signed-off-by: flynnduism <dev@ronan.design>
Signed-off-by: jmnote <opcore@gmail.com>
Signed-off-by: jmnote <opcore@gmail.com>
Signed-off-by: flynnduism <dev@ronan.design>
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
This includes documentation of most of the template functions
available within Helm templates.

Signed-off-by: Matt Farina <matt@mattfarina.com>
There is a difference between building a preview/serging localling
and deploying to production. Building a preview uses make build-preview
which has different options from the make build used for produciton.
Something in the hugo options ended up changing the handling of URLs.
The preview step works the same as `hugo serve` making it difficult
to notice in dev.

The issue here was that external URLs were passed through the
relLangURL template function. This is only to be used for relative
URLs. In some modes it was passing through the full URL and in others
it was taking the path, internationalizing it, and passing that along.
When it mangled the full URL we had the issue.

Since these URLs are for full URLs where we want the full thing passed
through, this change removes the use of relLangURL for absolute URLs.

Signed-off-by: Matt Farina <matt@mattfarina.com>
Signed-off-by: flynnduism <dev@ronan.design>
Signed-off-by: flynnduism <dev@ronan.design>
Signed-off-by: flynnduism <dev@ronan.design>
Signed-off-by: jmnote <opcore@gmail.com>
Signed-off-by: jmnote <opcore@gmail.com>
Signed-off-by: jmnote <opcore@gmail.com>
Signed-off-by: jmnote <opcore@gmail.com>
Signed-off-by: jmnote <opcore@gmail.com>
Signed-off-by: jmnote <opcore@gmail.com>
oneoneonepig and others added 23 commits August 24, 2020 12:52
Signed-off-by: Jeffrey Chu <peihuachu1112@gmail.com>
Signed-off-by: Jeffrey Chu <peihuachu1112@gmail.com>
Signed-off-by: Bryan Dady <bryan@subsplash.com>
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
Signed-off-by: Jeffrey Chu <peihuachu1112@gmail.com>
Signed-off-by: Jeffrey Chu <peihuachu1112@gmail.com>
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Paul "Hampy" Hampson <p_hampson@wargaming.net>
…Templates' best practices

Signed-off-by: Yarden Shoham <hrsi88@gmail.com>
Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
Signed-off-by: Matthew Fox <matt@getbalto.com>
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
Signed-off-by: Wyn Van Devanter <wynvandev@gmail.com>
Signed-off-by: Wyn Van Devanter <wynvandev@gmail.com>
Signed-off-by: Wyn Van Devanter <wynvandev@gmail.com>
Translations should not have aliases. When that happens they
override the english language aliases.

Closes helm#773

Signed-off-by: Matt Farina <matt@mattfarina.com>
Signed-off-by: zbrookle <zachb1996@yahoo.com>
Signed-off-by: Wyn Van Devanter <wynvandev@gmail.com>
…levant

`helm install ...` requires that a value is passed for chart instance name, else `--generate-name` option should be applied.

Signed-off-by: Igwe Kalu <igwe.kalu@live.com>
Signed-off-by: flynnduism <dev@ronan.design>
@flynnduism
Copy link
Member Author

Closing this old PR, replacing it with #1194

@flynnduism flynnduism closed this Sep 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.