cs-2022-class-profile/components
Mark Chiu d77ebe0f8d
continuous-integration/drone/push Build is passing Details
Add Intimacy and Drugs page (Closes #57) (#103)
Todo:
- [x] Fix Grouped bar graphs (done in a separate PR) (#104) DO NOT MERGE BEFORE OTHER GROUPED BAR PR IS DONE: #108
- [x] Fix responsiveness of quotation carousels.

Note that Lifestyle and Interests link in BottomNav (that appears in the co-op and Intimacy and Drugs pages) is overflowing because the text is a bit too long in mobile.

![image](/attachments/8bd7f7b2-96ce-4e6b-af51-fe1c3304a215)

Other changes:
- Add minWidth to QuotationCarousel
- Fix friends page pie charts percentage values (one of them got converted into a bar graph because the values were too small for the pie to display itself at times and we already had many pie charts in that page already)
- Lifestyle and Interests page had the wrong bottom nav links.
- Fixed the `lowerLabel` value of bar graphs in multiple pages since the alternating labels aren't really necessary. Now that I'm doing it pretty frequently, I think it should be made a default value perhaps 🤔
- SectionWrapper component is fixed so it's centered in mobile.
- Fix ComponentWrapper for mobile responsive purposes
https://intimacy-drugs-page-csc-class-profile-stagin-snedadah.k8s.csclub.cloud/intimacy-and-drugs/

Co-authored-by: e26chiu <e26chiu@csc.uwaterloo.ca>
Reviewed-on: #103
Reviewed-by: Shahan Nedadahandeh <snedadah@csclub.uwaterloo.ca>
2022-12-15 20:38:58 -05:00
..
About.module.css Add About Component (#48) 2022-09-12 10:20:10 -04:00
About.tsx Add Sections Component (#49) 2022-09-12 20:07:03 -04:00
BarGraph.module.css Line Graph Component using curve (#47) 2022-10-02 15:01:17 -04:00
BarGraph.tsx Fix Mobile Vertical Bar Graph Labels (Closes #50) (#83) 2022-11-13 18:36:34 -05:00
BottomNav.module.css Add Intimacy and Drugs page (Closes #57) (#103) 2022-12-15 20:38:58 -05:00
BottomNav.tsx Add Intimacy and Drugs page (Closes #57) (#103) 2022-12-15 20:38:58 -05:00
Boxplot.module.css Created TooltipWrapper (#88) 2022-11-16 21:35:55 -05:00
Boxplot.tsx Created TooltipWrapper (#88) 2022-11-16 21:35:55 -05:00
CenterWrapper.module.css Add Textbox Component (#45) 2022-09-09 17:01:34 -04:00
CenterWrapper.tsx Add Textbox Component (#45) 2022-09-09 17:01:34 -04:00
ColorPalette.module.css Add Wordcloud Component (#27) 2022-08-04 02:17:19 -04:00
ColorPalette.tsx Add colors in JS and Color Palette (#18) 2022-07-01 14:30:57 -04:00
ComponentWrapper.module.css Add Intimacy and Drugs page (Closes #57) (#103) 2022-12-15 20:38:58 -05:00
ComponentWrapper.tsx Fix Mobile Vertical Bar Graph Labels (Closes #50) (#83) 2022-11-13 18:36:34 -05:00
GroupedBarGraph.module.css Fix GroupBarGraph component (Closes #104) (#108) 2022-12-15 08:33:58 -05:00
GroupedBarGraph.tsx Fix GroupBarGraph component (Closes #104) (#108) 2022-12-15 08:33:58 -05:00
Header.module.css Header/Side Menu (#52) 2022-10-22 14:04:12 -04:00
Header.tsx Made bottom arrows optional and refactored routes (Closes #72) (#76) 2022-11-05 14:06:24 -04:00
LineGraph.module.css Fix Line Graph Legend Position (Close #100) (#107) 2022-12-14 11:14:49 -05:00
LineGraph.tsx Fix Line Graph Legend Position (Close #100) (#107) 2022-12-14 11:14:49 -05:00
PieChart.module.css Pie chart component (#19) 2022-09-07 22:20:30 -04:00
PieChart.tsx Pie chart component (#19) 2022-09-07 22:20:30 -04:00
QuotationCarousel.module.css Add Intimacy and Drugs page (Closes #57) (#103) 2022-12-15 20:38:58 -05:00
QuotationCarousel.tsx Add Intimacy and Drugs page (Closes #57) (#103) 2022-12-15 20:38:58 -05:00
SectionHeader.module.css Add Intimacy and Drugs page (Closes #57) (#103) 2022-12-15 20:38:58 -05:00
SectionHeader.tsx Add SectionHeader component (Closes #74) (#75) 2022-11-05 09:01:46 -04:00
SectionWrapper.module.css Add Intimacy and Drugs page (Closes #57) (#103) 2022-12-15 20:38:58 -05:00
SectionWrapper.tsx Add Academics page (Closes #54) (#94) 2022-12-07 21:13:52 -05:00
Sections.module.css Add Sections Component (#49) 2022-09-12 20:07:03 -04:00
Sections.tsx Made bottom arrows optional and refactored routes (Closes #72) (#76) 2022-11-05 14:06:24 -04:00
StackedBarGraph.module.css Add Academics page (Closes #54) (#94) 2022-12-07 21:13:52 -05:00
StackedBarGraph.tsx Add Academics page (Closes #54) (#94) 2022-12-07 21:13:52 -05:00
Timeline.module.css Add Timeline Component (#35) 2022-09-12 20:00:01 -04:00
Timeline.tsx Add Timeline Component (#35) 2022-09-12 20:00:01 -04:00
TooltipWrapper.module.css Created TooltipWrapper (#88) 2022-11-16 21:35:55 -05:00
TooltipWrapper.tsx Created TooltipWrapper (#88) 2022-11-16 21:35:55 -05:00
WordCloud.module.css Created TooltipWrapper (#88) 2022-11-16 21:35:55 -05:00
WordCloud.tsx Fixed WordCloud not displaying values correctly (#95) 2022-11-30 18:35:42 -05:00