GitClassic
Feed
Explore
Random
Go Pro
Sign in
hyoban
/
kodoku
Code
/
Commits
/ 4f98a4a
chore: update
Stephen Zhou
committed on Feb 12, 2024, 03:14 AM
Showing
41
changed files
+796 additions
-795 deletions
M
.eslintrc.cjs
+112
-53
M
.vscode/settings.json
+21
-3
M
next.config.js
+2
-2
M
package.json
+4
-6
M
pnpm-lock.yaml
+152
-239
D
prettier.config.js
-24
M
src/app/actions.ts
+17
-16
M
src/app/layout.tsx
+9
-9
M
src/app/page.tsx
+6
-6
M
src/app/people/page.tsx
+24
-22
M
src/app/providers.tsx
+4
-3
M
src/app/subscription/[...slug]/page.tsx
+14
-13
M
src/app/subscription/page.tsx
+6
-6
M
src/components/appearance-switch.tsx
+4
-4
M
src/components/feed-list-group.tsx
+34
-30
M
src/components/icon-link.tsx
+4
-3
M
src/components/link.tsx
+8
-7
M
src/components/main-nav.tsx
+7
-7
M
src/components/new-feed.tsx
+38
-33
M
src/components/revalidate-at.tsx
+4
-4
M
src/components/site-header.tsx
+4
-4
M
src/components/ui/avatar.tsx
+7
-7
M
src/components/ui/button.tsx
+22
-24
M
src/components/ui/card.tsx
+14
-14
M
src/components/ui/dialog.tsx
+35
-31
M
src/components/ui/input.tsx
+5
-6
M
src/components/ui/label.tsx
+8
-8
M
src/components/ui/separator.tsx
+7
-7
M
src/components/ui/sonner.tsx
+8
-8
M
src/components/ui/tabs.tsx
+7
-7
M
src/config/site.ts
+12
-12
M
src/env.js
+3
-3
M
src/hooks/use-dark.ts
+4
-4
M
src/lib/dayjs.ts
+5
-5
M
src/lib/notion.ts
+77
-72
M
src/lib/rss.ts
+10
-8
M
src/lib/unsafe.ts
+12
-11
M
src/lib/utils.ts
+39
-28
M
src/reset.d.ts
+1
-1
M
src/schema.ts
+5
-4
M
tailwind.config.js
+41
-41
Browse files at this commit โ