huwshimi

Results 90 comments of huwshimi

This appears to be because we're triggering this login event somehow, but I couldn't see what we're supposed to do instead: https://github.com/juju/juju-gui/blob/develop/jujugui/static/gui/src/app/store/env/api.js#L933

It looks like we always try and show the getstarted after commit. See: https://github.com/juju/juju-gui/blob/develop/jujugui/static/gui/src/app/init/utils.js#L515 The fix for this is interesting. We'd need to look at the ecs to figure out...

This happens because when you open the store to add the charm it clears the root state which is how we know we're at /new. Once the root is cleared...

I wasn't quite sure what the right approach for this is. At the moment `$color-sidenav-background-default` is used for both the in-page and drawer versions of the menu. If we don't...

@bartaz taking another look at whether we can just remove the background, I ran into issues with the dark examples: https://vanillaframework.io/docs/examples/patterns/side-navigation/dark. I'm not sure if the background colour of the...

> @huwshimi Yes, seems its trickier than expected. > > But, in the examples we actually show how to override the color (you need to set inline CSS on the...

I tried this today and managed to get it to work in a multipass. Should we add these instructions to the hacking doc? The key to getting this work was...

I just tried this with a new multipass to confirm, you should be able to do the following: ```shell multipass launch -n ubuntu ``` Which in my case produced a...

I've added an example of grouped rows here: https://vanilla-framework-4588.demos.haus/docs/examples/patterns/tables/table-grouped-rows In my attempt I've used `u-hide--large` so that the cards have headings when the mobile cards appear, however when applying `u-hide--large`...