David Walsh
David Walsh
Update `grpc-tool`'s `protobuf` submodule to `protobuf` [v21.2](https://github.com/protocolbuffers/protobuf/releases/tag/v21.2). Currently, installing the `grpc-tools` package fails on M1/M2 Macs because previous versions of `protobuf` did not have precompiled ARM binaries. This was fixed...
# Description # Testing Instructions # Checklist - [ ] Update [documentation](https://github.com/0xProject/website/blob/development/mdx/api/index.mdx) as needed. **Website Documentation PR:** - [ ] Prefix PR title with `[WIP]` if necessary. - [ ]...
At a minimum, the list style should be the same. However, we could display Categories w/ subcategories at the top level (Craigslist style). We could also show the number of...
In the [page banner](https://github.com/CodeForBoulder/upswyng/blob/master/packages/upswyng-web/src/components/PageBanner.tsx) used on category and individual resource pages, the following style updates need to be made: 1. the back button cursor needs to have a cursor change...
The example I used for the TS setup had different `tsconfig.json` files for dev, build, etc. This is probably needed if one is relying on the TypeScript compiler to do...
The impl is gone but the definitions are still there
As it stands today, the web app uses a hard-coded list of categories (https://github.com/CodeForBoulder/upswyng/blob/master/packages/upswyng-web/src/components/Categories.tsx). However, the database has a Category table, as well as an endpoint to serve them (https://github.com/CodeForBoulder/upswyng/blob/master/packages/upswyng-server/src/routes/api/categories.ts)....
I guess this is where the non-editable fields are when editing a resource? Not sure.
Upon submitting a draft, the user should be taken to a page that explains what happened and what will happen. i.e., the page should explain that the draft is being...
The alert timeline on the provider portal shows a view of the alerts, but we should add a screen-reader compatible output that contains the same data. See [`is-sr-only`](https://bulma.io/documentation/modifiers/helpers/) helper on...