Skip to content

Commit

Permalink
remove full-text reader
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-stone committed Oct 24, 2024
1 parent cf87e84 commit 23f41ba
Show file tree
Hide file tree
Showing 10 changed files with 145 additions and 527 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ This is the official monorepo for Feedbomb.
- **Open-source**: Feedbomb thrives from the open-source community.
- **Self-Hostable**: Host Feedbomb on your own server.
- **PWA Support**: Use Feedbomb as a PWA for a native-like experience on all your devices.
- **Advanced article reader**: Read articles with our advanced, fully-featured article reader for a distraction-free reading experience. Plays nice with YouTube by embedding the video.
- **Modern UI**: Feedbomb has a modern, responsive user interface.
- **Filter out the bad stuff**: Feedbomb lets you create custom rules to filter out unwanted articles.
- **Much more coming soon**
Expand Down
2 changes: 2 additions & 0 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"dompurify": "^3.1.7",
"iconv-lite": "^0.6.3",
"jschardet": "^3.1.4",
"lucide-react": "^0.447.0",
Expand All @@ -34,6 +35,7 @@
"react": "^18",
"react-dom": "^18",
"react-resizable-panels": "^2.1.4",
"rss-parser": "^3.13.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7"
},
Expand Down
50 changes: 0 additions & 50 deletions apps/web/src/app/dashboard/page.jsx

This file was deleted.

2 changes: 1 addition & 1 deletion apps/web/src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ img {
}
.dark .custom-scrollbar {
scrollbar-width: normal;
scrollbar-color: #525252 black !important;
scrollbar-color: #525252 hsl(var(--background)) !important;
}

.custom-scrollbar::-webkit-scrollbar {
Expand Down
Loading

0 comments on commit 23f41ba

Please sign in to comment.