## Quick wins * [x] Increase base size from `text-xs` to `text-sm`. * [x] Move page count to bottom of page * [x] Add `<Badge />` component for model (row/expanded views). * [x] Rename `User` to `Initiator` * [x] Column alignment for `Tool Usages` ## Requests * [ ] ~~[date format for better international readability.](https://github.com/coder/coder/blob/8ed1c1d3720b40a5dcc41c8a17debf93b36d3537/site/src/pages/AIBridgePage/RequestLogsPage/RequestLogsRow/RequestLogsRow.tsx#L65C7-L65C59)~~ * Need to discuss this further. The browser is already deciding the best format to send back to the user. * [ ] Simplify down the filters * [ ] Add a fixed column width so the layout doesn't jump between pages.