- {sortedMinutes.map((entry, index) => (
+ {sortedMinutes.map((entry, index) => (
+
| {entry.date} |
{entry.meetingType} |
{entry.location} |
- handleMinutesClick(entry)}
+ className="bg-[#8C1D40] text-white font-bold py-2 px-4 rounded hover:bg-[#6B1631] transition duration-300"
>
View Minutes
-
+
|
))}
@@ -82,8 +106,45 @@ const Minutes: React.FC = () => {
+
+
+ {selectedMinutes && !isMobile && (
+
+ e.stopPropagation()}
+ >
+
+ {selectedMinutes.meetingType} - {selectedMinutes.date}
+
+
+
+
+
+
+
+ )}
+
);
};
-export default Minutes;
\ No newline at end of file
+export default Minutes;
diff --git a/client/src/eventData.ts b/client/src/eventData.ts
index 06ae3f0..c254631 100644
--- a/client/src/eventData.ts
+++ b/client/src/eventData.ts
@@ -10,56 +10,6 @@ export interface Event {
}
export const events: Event[] = [
- {
- date: '2024-11-01',
- title: 'ASL Night Out!',
- description: 'Cornhole Tournament - will have 3 rows of cornholes and will do elimination for winner',
- startTime: '18:00',
- endTime: '20:00',
- pointOfContact: 'Tessa Williams',
- email: 'tessa.williams@deafmissoula.org',
- address: 'To be announced'
- },
- {
- date: '2024-11-02',
- title: 'Missoula Concealed Weapons Class',
- description: 'Concealed weapons course at Cabela\'s',
- startTime: '10:00',
- endTime: '14:00',
- pointOfContact: 'Kevin Cooley',
- email: 'kevin.cooley@deafmissoula.org',
- address: '3650 Brooks Street, Missoula, MT 59801'
- },
- {
- date: '2024-11-28',
- title: 'Thanksgiving Volunteer',
- description: 'Volunteer at Missoula Food Bank and Community Center with us',
- startTime: '10:00',
- endTime: '13:00',
- pointOfContact: 'Aubz M',
- email: 'aubz.m@deafmissoula.org',
- address: '1720 Wyoming St, Missoula, MT 59801'
- },
- {
- date: '2024-12-06',
- title: 'ASL Black Tie and Gown',
- description: 'Time to dress up in your finest clothes for a night of dancing and rocking the fabulous looks',
- startTime: '19:00',
- endTime: '23:00',
- pointOfContact: 'Rita Brandborg',
- email: 'rita.brandborg@deafmissoula.org',
- address: '101 Central Avenue, Whitefish, MT 59937'
- },
- {
- date: '2024-12-24',
- title: 'Christmas Cheer Volunteer',
- description: 'Volunteer at Missoula Food Bank and Community Center',
- startTime: '10:00',
- endTime: '12:00',
- pointOfContact: 'Tessa Williams',
- email: 'tessa.williams@deafmissoula.org',
- address: '1720 Wyoming St, Missoula, MT 59801'
- },
{
date: '2025-01-11',
title: 'MCDi Members Meeting',