Allan Lasser
Allan Lasser
If a message is added with `loading: true` and `delay: someDelay` but no content, it will display an empty message when it is updated, rather than the message set by...
This addresses feedback in #1809: - It moves the FOIA Log footer to the top of the element - It provides a browsable list of agencies with FOIA logs, with...
Right now our emails are sent to just the user's email. They should be sent to "FIRST LAST \". This will help emails be more personalized and avoid some spam...
One of our plugins, [`storybook-addon-cookie`](https://github.com/hwookim/storybook-addon-cookie/issues/10), still needs to be updated for compatability with Storybook 8. Version 8 removes peer-dependency on `react` and `react-dom`, so we won't need to include them...
Reviewing #311, Mitch and I decided to punt on credit purchasing for now. To purchase credits, we should show a dialog that lets you pick the # of credits you...
Reviewing #311, Mitch and I decided to punt on supporting credit spend limits until that functionality can be supported by the API and all of our add-ons. The input field...
When I used the "fullscreen" action in the viewer embed, I found myself looking for a way to exit the fullscreen mode. Not having any button in the UI confused...
This one popped up after shipping #311: For group orgs, it'd also be a nice enhancement to the empty state to prompt the user to invite some users to their...
- [x] edit document metadata - [ ] delete documents - [ ] reprocess - [ ] add to project
- This refactors the document page into a dedicated `Viewer` component, then renders it onto the document pages. - The `Viewer` is placed in a `DocumentLayout` with the `Header`, `Actions`,...