-
Current [teams & committees page](https://www.worldcubeassociation.org/teams-committees-councils) was built by me but there are many design issues which needs to be attended. I'm listing down some fee…
-
![image](https://github.com/user-attachments/assets/8b4cb482-d1db-49f1-946b-f645da976b51)
https://www.worldcubeassociation.org/teams-committees-councils#wapc
This appears to be because of TeamsCom…
-
The Nest app has four main pages: Contribute, Projects, Chapters, and Committees. Each page is different, but we can display their information in a similar style.
To make the code cleaner and ensur…
-
I need to add the option for all solver variants to return a committee. Currently only some do (maybe one?).
-
---
Having reviewed the CT's updates to the website, and keeping in mind the conventions set out in our [style guide](https://docs.carpentries.org/topic_folders/communications/resources/style-guide.h…
-
Reported by: Duncan
https://groups.oasis-open.org/communities/community-home?CommunityKey=b2a6a9c4-0a63-4d24-bc96-018dc7d3f429
and
https://groups.oasis-open.org/communities/community-home?Co…
-
### What we’re after
As a RAD analyst I use the API's filings endpoint to review portions of reports. A piece of information reported on the Form 1 that is not available in the API is affiliated comm…
-
Like the approach for [a shared component for all items](https://github.com/OWASP/Nest/issues/54), we want a search bar that works across all pages (Contribute, Projects, Chapters, and Committees).
…
-
Like the approach for [a shared component for all items](https://github.com/OWASP/Nest/issues/54), we want a pagination component that works across all pages (Contribute, Projects, Chapters, and Commi…
-
/src/main/index.js
```js
// ...
import { /* ... */, Committees } from './pages';
// ...
const router = createHashRouter([
// ...
{ path: '/committees', element: },
// ...
]);
```
…