Fix ordering of minutes
This commit is contained in:
parent
d5f60c8479
commit
891c09a9ea
2 changed files with 2 additions and 0 deletions
|
|
@ -25,3 +25,4 @@ Adding new meeting minutes to the website:
|
||||||
- Website uses React with TypeScript
|
- Website uses React with TypeScript
|
||||||
- Minutes component includes desktop/mobile viewing modes
|
- Minutes component includes desktop/mobile viewing modes
|
||||||
- Sorting functionality maintained for all columns
|
- Sorting functionality maintained for all columns
|
||||||
|
- Minutes data ordered from newest (top) to oldest (bottom) in the source array
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@
|
||||||
- February 8, 2025 Board Meeting at Book Exchange - Liquid Planet
|
- February 8, 2025 Board Meeting at Book Exchange - Liquid Planet
|
||||||
- PDF file added to public/minutes/
|
- PDF file added to public/minutes/
|
||||||
- Updated Minutes.tsx component
|
- Updated Minutes.tsx component
|
||||||
|
- Reordered minutes data from newest (top) to oldest (bottom) in the source array
|
||||||
|
|
||||||
2. Deployment:
|
2. Deployment:
|
||||||
- Changes ready for deployment via Portainer
|
- Changes ready for deployment via Portainer
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue