Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/mckinsey/vizro into feat/dy…
Browse files Browse the repository at this point in the history
…namic-filter
  • Loading branch information
petar-qb committed Nov 29, 2024
2 parents aa38a40 + 736294c commit 8fde5d9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 39 deletions.
3 changes: 2 additions & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"color-function-notation": "legacy",
"alpha-value-notation": "number",
"color-hex-length": "long",
"selector-not-notation": null
"selector-not-notation": null,
"declaration-property-value-no-unknown": true
}
}
6 changes: 3 additions & 3 deletions vizro-ai/examples/dashboard_ui/assets/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -188,15 +188,15 @@
background-color: inherit;
color: var(--text-primary);
height: 2rem;
scale: 90%;
transform: scale(0.9);
}

.dropdown-menu-toggle-class:hover {
background-color: inherit;
color: var(--text-primary);
cursor: pointer;
height: 2rem;
scale: 90%;
transform: scale(0.9);
}

.dropdown-menu-toggle-class.btn-primary:focus:not(
Expand Down Expand Up @@ -333,7 +333,7 @@ img#banner {
flex-flow: column wrap;
gap: 12px;
justify-content: flex-start;
overflow: hidden; /* to check */
overflow: hidden; /* check and remove comment */
}

.flex-container h4 {
Expand Down
38 changes: 3 additions & 35 deletions vizro-core/docs/pages/explanation/authors.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,47 +8,15 @@
[Joseph Perkins](https://github.com/Joseph-Perkins),
[Lingyi Zhang](https://github.com/lingyielia),
[Maximilian Schulz](https://github.com/maxschulz-COL),
[Nadija Graca](https://github.com/nadijagraca),
[Nadija Graca](https://github.com/nadijagraca), and
[Petar Pejovic](https://github.com/petar-qb)
<!-- vale on -->


## Previous team members and code contributors
<!-- vale off -->
[Ann Marie Ward](https://github.com/AnnMarieW),
[Ned Letcher](https://github.com/ned2),
Natalia Kurakina,
[Leon Nallamuthu](https://github.com/leonnallamuthu),
[axa99](https://github.com/axa99),
[Juan Luis Cano Rodríguez](https://github.com/astrojuanlu),
[Denis Lebedev](https://github.com/DenisLebedevMcK),
[Qiuyi Chen](https://github.com/Qiuyi-Chen),
[Elena Fridman](https://github.com/EllenWie),
[Bo Xu](https://github.com/boxuboxu),
[Jingjing Guo](https://github.com/jjguo-mck),
[Oleksandr Serdiuk](https://github.com/oserdiuk-lohika),
[Prateek Bajaj](https://github.com/prateekdev552),
[Nikolaos Tsaousis](https://github.com/tsanikgr),
[Annie Wachsmuth](https://github.com/anniecwa),
[Hamza Oza](https://github.com/hamzaoza),
[Kee Wen Ng](https://github.com/KeeWenNgQB),
[Rashida Kanchwala](https://github.com/rashidakanchwala),
[Juan Luis Cano Rodríguez](https://github.com/astrojuanlu),
[Anna Xiong](https://github.com/Anna-Xiong),
[Chiara Pullem](https://github.com/chiara-sophie),
[Sylvie Zhang](https://github.com/sylviezhang37),
[Bhavana Sundar](https://github.com/bhavanaeh),
[Ferida Mohammed](https://github.com/feridaaa),
[Lydia Pitts](https://github.com/LydiaPitts),
[Riley Dou](https://github.com/rilieo),
[Upekesha Ngugi](https://github.com/upekesha),
[Hansaem Park](https://github.com/sammitako),
[Rosheen C.](https://github.com/rc678),
[Hilary Ivy](https://github.com/hxe00570),
[Jasmine Wu](https://github.com/jazwu),
[njmcgrat](https://github.com/njmcgrat),
[Jenelle Yonkman](https://github.com/yonkmanjl),
[ataraexia](https://github.com/ataraexia)
[Ann Marie Ward](https://github.com/AnnMarieW), [Anna Xiong](https://github.com/Anna-Xiong), [Annie Wachsmuth](https://github.com/anniecwa), [ataraexia](https://github.com/ataraexia), [axa99](https://github.com/axa99), [Bhavana Sundar](https://github.com/bhavanaeh), [Bo Xu](https://github.com/boxuboxu), [Chiara Pullem](https://github.com/chiara-sophie), [Denis Lebedev](https://github.com/DenisLebedevMcK), [Elena Fridman](https://github.com/EllenWie), [Ferida Mohammed](https://github.com/feridaaa), [Hamza Oza](https://github.com/hamzaoza), [Hansaem Park](https://github.com/sammitako), [Hilary Ivy](https://github.com/hxe00570), [Jasmine Wu](https://github.com/jazwu), [Jenelle Yonkman](https://github.com/yonkmanjl), [Jingjing Guo](https://github.com/jjguo-mck), [Juan Luis Cano Rodríguez](https://github.com/astrojuanlu), [Kee Wen Ng](https://github.com/KeeWenNgQB), [Leon Nallamuthu](https://github.com/leonnallamuthu), [Lydia Pitts](https://github.com/LydiaPitts), [Ned Letcher](https://github.com/ned2), [Nikolaos Tsaousis](https://github.com/tsanikgr), [njmcgrat](https://github.com/njmcgrat), [Oleksandr Serdiuk](https://github.com/oserdiuk-lohika), [Prateek Bajaj](https://github.com/prateekdev552), [Qiuyi Chen](https://github.com/Qiuyi-Chen), [Rashida Kanchwala](https://github.com/rashidakanchwala), [Riley Dou](https://github.com/rilieo), [Rosheen C.](https://github.com/rc678), [Sylvie Zhang](https://github.com/sylviezhang37), and [Upekesha Ngugi](https://github.com/upekesha).


with thanks to Sam Bourton and Kevin Staight for sponsorship, inspiration and guidance,

Expand Down

0 comments on commit 8fde5d9

Please sign in to comment.