mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-28 18:36:23 +02:00
feat: enhance UI components with new border radius and tooltip features
- Added new border radius options (2xl, 3xl) in Tailwind configuration and globals.css. - Integrated Tooltip component in ChatShareButton and ModelSelector for improved user experience. - Updated button styles for consistency across components, including NotificationButton and ModelSelector. - Minor text adjustments for clarity in SourceDetailPanel.
This commit is contained in:
parent
23f1be50f7
commit
1f06794021
6 changed files with 40 additions and 43 deletions
|
|
@ -31,7 +31,7 @@ export function NotificationButton() {
|
|||
<Tooltip>
|
||||
<TooltipTrigger asChild>
|
||||
<PopoverTrigger asChild>
|
||||
<Button variant="outline" size="icon" className="h-8 w-8 relative">
|
||||
<Button variant="outline" size="icon" className="h-8 w-8 relative border-0">
|
||||
<Bell className="h-4 w-4" />
|
||||
{unreadCount > 0 && (
|
||||
<span
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue