Hugoren Martinako

Results 88 comments of Hugoren Martinako

Definitely, I'd use an alert banner. Perhaps, with a different color, even more highlighted. That banner would come up when modal is saved. Below is the easiest implementation: ![imagen](https://user-images.githubusercontent.com/817526/30913397-589ab616-a390-11e7-98d6-c0de31ac7875.png) Due...

> Fix the date layout within a meeting. When there are 2 dates the design is broken. @decidim/product may I ask why's broken? That's how it looks like when the...

The failing tests in this PR are related to https://github.com/decidim/decidim/pull/10014. So, regarding this matter exclusively, it can be merged

> @Crashillo we see the design is different in figma: Ok, I see. But this is a linked meeting, so it will be fixed in https://github.com/decidim/decidim/pull/9830, not here.

> Just as a side note, we couldn't check this because there is a bug linking speakers and sessions. Let's move forward with it and we'll recheck it when it's...

> Fix the date layout within a meeting. When there are 2 dates the design is broken. Included in #9830

> I cannot open the media folder is again back at the redesign app Which browser, OS, console errors... do you have? Any browser extensions? I'm not able to reproduce...

All legacy charts with something like: `d3.select(this.container).style(...)` must be refactored. ~Provide just a fallback when `this.container` is null~. **UPDATE** It comes up after `d3.select` call, therefore, the fallback must be:...