We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d3612e commit a183d17Copy full SHA for a183d17
ui/src/components/entry/entry-item.tsx
@@ -57,15 +57,6 @@ export const EntryItem: Component<EntryItemProps> = props => {
57
isActive() ? 'text-gray-300 dark:text-gray-400' : 'text-gray-400 dark:text-gray-500',
58
)}
59
>
60
- <Show when={!isRead()}>
61
- <span
62
- class={cx(
63
- 'size-2 shrink-0 self-center rounded-full transition',
64
- isActive() ? 'bg-gray-400' : 'bg-gray-500 dark:bg-gray-300',
65
- )}
66
- />
67
- </Show>
68
-
69
<Show when={!state.params.feed_uuid}>
70
<span class="truncate break-all font-medium" innerHTML={feed()?.title_display || feed()?.title} />
71
0 commit comments