Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
deewakar-k committed Oct 29, 2024
1 parent 7d9cce1 commit 8900f68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions apps/frontend/src/components/Inbox/InboxItems.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,9 @@ export const InboxItems: React.FC = () => {
className="mt-0.5 text-[18px]"
/>
</button>
<span className="mt-1.5 size-2 rounded bg-white">
{item.metadata?.favicon}
</span>
<p className="mr-1">{item.title}</p>
<div className="flex items-center gap-2 text-xs text-secondary-foreground">
<button className="invisible focus:outline-none focus:ring-0 group-hover:visible">
Expand Down
3 changes: 2 additions & 1 deletion apps/frontend/src/lib/@types/Items/Cycle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ export interface CycleItem {
spaces: string[]
blocks: string[]
labels: string[]
metadata: {
metadata?: {
url: string
favicon: string
}
isCompleted: boolean
isArchived: boolean
Expand Down

0 comments on commit 8900f68

Please sign in to comment.