Compare commits

...

36 Commits

Author SHA1 Message Date
b38peng 238ec01ffa Merge branch 'main' of https://git.csclub.uwaterloo.ca/www/www-new into feat/meet-the-team-page
continuous-integration/drone/push Build is passing Details
2021-10-07 19:40:35 -04:00
b38peng a679040366 Merge branch 'main' of https://git.csclub.uwaterloo.ca/www/www-new into feat/meet-the-team-page 2021-09-02 19:20:01 -03:00
b38peng 177744db9c remove border box
continuous-integration/drone/push Build is failing Details
2021-08-31 20:28:23 -03:00
b38peng 977d226b70 Merge branch 'main' of https://git.csclub.uwaterloo.ca/www/www-new into feat/meet-the-team-page
continuous-integration/drone/push Build is failing Details
2021-08-31 20:21:34 -03:00
b38peng 36ea7e0eeb comments
continuous-integration/drone/push Build is failing Details
2021-08-31 20:19:21 -03:00
b38peng 8bdbc0f026 bug fix
continuous-integration/drone/push Build is failing Details
2021-08-31 20:16:13 -03:00
b38peng 69743462f3 Merge branch 'main' of https://git.csclub.uwaterloo.ca/www/www-new into feat/meet-the-team-page 2021-08-28 22:03:58 -03:00
b38peng 058fe5c22e Merge branch 'main' of https://git.csclub.uwaterloo.ca/www/www-new into feat/meet-the-team-page 2021-08-26 20:43:46 -03:00
b38peng 4d2f807cb5 Merge branch 'main' of https://git.csclub.uwaterloo.ca/www/www-new into feat/meet-the-team-page
continuous-integration/drone/push Build is passing Details
2021-08-23 11:42:27 -03:00
b38peng 56508ab0bb Merge branch 'main' of https://git.csclub.uwaterloo.ca/www/www-new into feat/meet-the-team-page
continuous-integration/drone/push Build is passing Details
2021-08-20 20:41:12 -03:00
b38peng 1b0655c0c4 fix
continuous-integration/drone/push Build is passing Details
2021-08-20 20:40:24 -03:00
b38peng 29477ccb4b lint fix
continuous-integration/drone/push Build is passing Details
2021-08-18 22:43:14 -03:00
b38peng aa47644d41 pr fixes yay
continuous-integration/drone/push Build is failing Details
2021-08-18 22:35:39 -03:00
b38peng bc27350e9d Merge branch 'main' of https://git.csclub.uwaterloo.ca/www/www-new into feat/meet-the-team-page 2021-08-18 20:30:23 -03:00
b38peng 972b7f4200 dynamic image urls + animation
continuous-integration/drone/push Build is failing Details
2021-08-09 19:45:03 -03:00
b38peng 80cb6e3897 generate img path
continuous-integration/drone/push Build is failing Details
2021-08-08 23:22:14 -03:00
b38peng 79eefba11a Merge branch 'main' of https://git.csclub.uwaterloo.ca/www/www-new into feat/meet-the-team-page 2021-08-08 22:21:22 -03:00
b38peng a2f14ff6ec picture type fixes 2021-08-08 21:34:01 -03:00
b38peng da4742ba81 pr comment fixes
continuous-integration/drone/push Build is passing Details
2021-08-05 18:18:34 -03:00
b38peng b14e196a4f Merge branch 'main' of https://git.csclub.uwaterloo.ca/www/www-new into feat/meet-the-team-page 2021-08-05 11:56:27 -03:00
b38peng 9964e54d69 our supporters margin fix
continuous-integration/drone/push Build is passing Details
2021-07-25 12:23:07 -03:00
b38peng 935c591a38 reset settings
continuous-integration/drone/push Build is passing Details
2021-07-24 21:59:01 -03:00
b38peng 422da398f8 added codey
continuous-integration/drone/push Build is passing Details
2021-07-24 21:49:33 -03:00
b38peng f9345330c1 minor cleanup
continuous-integration/drone/push Build is passing Details
2021-07-24 15:49:09 -03:00
b38peng d296fe2d7b mobile team member card
continuous-integration/drone/push Build is passing Details
2021-07-24 15:33:02 -03:00
b38peng 801a200664 dynamic importing!! 2021-07-23 20:48:02 -03:00
b38peng 1a0ab90b11 Merge branch 'main' of https://git.csclub.uwaterloo.ca/www/www-new into feat/meet-the-team-page 2021-07-22 19:10:03 -03:00
b38peng 201401a5c6 Merge branch 'main' of https://git.csclub.uwaterloo.ca/www/www-new into feat/meet-the-team-page 2021-07-21 21:12:34 -03:00
b38peng ec15808af7 Merge branch 'main' of https://git.csclub.uwaterloo.ca/www/www-new into feat/meet-the-team-page 2021-07-12 16:05:18 -03:00
b38peng e2053e62b1 mobile exec popup
continuous-integration/drone/push Build is passing Details
2021-07-11 14:13:20 -03:00
b38peng df4660c64b Merge branch 'main' of https://git.csclub.uwaterloo.ca/www/www-new into feat/meet-the-team-page 2021-07-10 13:32:14 -03:00
b38peng 5d343f1186 edit members 2021-07-10 12:47:41 -03:00
b38peng ccdac0c194 mobile styling 2021-07-03 17:44:21 -03:00
b38peng 639725f3a4 added team members 2021-07-03 16:14:43 -03:00
b38peng 29773d79ba styling + add placeholders 2021-06-30 16:49:28 -03:00
Bonnie 5d0de1ff03 meet the team draft 2021-06-29 18:51:16 -03:00
2 changed files with 10 additions and 2 deletions

View File

@ -88,9 +88,11 @@
display: flex;
z-index: 12;
flex-direction: column;
max-width: calc(768rem / 16);
height: 75vh;
overflow: auto;
background-color: var(--secondary-background);
padding: calc(20rem / 16) calc(40rem / 16);
left: 0;
top: 50%;
animation: popup 0.7s forwards;
}
@ -98,7 +100,6 @@
.closeBtn {
align-self: flex-end;
/* reset default button styling */
width: min-content;
background: transparent;
border: 0px solid transparent;
padding: 0;
@ -158,4 +159,8 @@
.description {
display: none;
}
.popupContainer {
left: 0;
}
}

View File

@ -79,6 +79,9 @@ interface Propup extends TeamMemberCardProps {
handleClick: () => void;
}
// TODO: fix extra space at bottom of popup
// - this is due to height being specified in order to have scrolling
function ExecPopup({ name, role, image, children, handleClick }: Propup) {
return (
<>