- Implemented a new Progress component in `components/ui/progress.tsx` utilizing Radix UI's progress primitives.
- Added `@radix-ui/react-progress` as a dependency in `package.json`.
- Updated `package-lock.json` to include new dependencies, including `recharts` and its related packages.
feat: add Relays link to AvatarDropdown menu
feat: create Badge component for status indicators
fix: update @radix-ui/react-slot version in package.json and package-lock.json
Co-authored-by: highperfocused <highperfocused@pm.me>