Open Issues Need Help
View All on GitHubAI Summary: This issue proposes a redesign for `type=FILE` content cards to improve visual distinction and media display. Currently, file content uses the same layout as posts, leading to suboptimal presentation and a dark mode bug where file description text has incorrect colors. The proposed solution involves a new layout with edge-to-edge media at the top, followed by author/profile information and other content.
AI Summary: The platform currently relies on client-side rendering, which negatively impacts SEO as search engine crawlers may not see the final content, and leads to a slower perceived initial load for users. The proposed improvement is to implement Server-Side Rendering (SSR) for key pages. This will ensure anonymous users and search engines receive server-rendered HTML for better SEO, and all users experience faster, complete initial page loads, including personalized content for logged-in users.