Rework documentation language and structure#796
Open
RhysSullivan wants to merge 1730 commits intomainfrom
RhysSullivan/austinAnswerOverflow/AnswerOverflow:RhysSullivan/austin
Open
Rework documentation language and structure#796RhysSullivan wants to merge 1730 commits intomainfrom
RhysSullivan wants to merge 1730 commits intomainfrom
Conversation
Removed selectMessagesForDisplay and updated findMessagesByChannelId to accept an options object for limit and startingFrom parameters. Simplified message filtering and retrieval in getMessagePageData for improved clarity and flexibility.
This reverts commit 4f79f9b.
Changed dashboard navbar to use AnswerOverflowLogo and updated default homeHref to '/'. Refactored footer navigation categories and layout for improved clarity and organization. Made sidebar sticky in message page for better UX.
Replaces the ThemeSwitcher button with a new design offering system, light, and dark options. Moves ThemeSwitcher from navbar to both footer components for improved accessibility and updates layout styles for better alignment.
Removed the theme toggle and simplified the user dropdown menu by eliminating account labels, separators, and dashboard link from the dropdown. The dashboard link is now rendered as a button outside the dropdown for improved accessibility and clarity.
Introduces a showCard prop to DiscordMessage and its subcomponent, allowing conditional rendering of card styles. Updates ThreadCard to pass showCard={false} to DiscordMessage for more flexible UI presentation.
Introduces a fade-out mask for thread card message content that exceeds a certain height, improving visual clarity and indicating overflow. Uses a ref and state to determine when to apply the fade based on content height.
Introduces isChannelIndexingEnabled to ensure operations on messages and threads only proceed if indexing is enabled for the channel. Applies this check to message page data, recent threads, and message enrichment logic. Also adds an internal mutation to delete messages FF8 by Discord channel ID.
Refactored server filtering logic to only include servers with indexing enabled, improving query efficiency. Enhanced the browse page layout and added member count formatting and display to server cards for better user experience.
This reverts commit 935c15c.
This reverts commit 4979df1.
This reverts commit 370f201.
Improved all docs with clearer language, better organization, and consistent voice. Added proper frontmatter to all pages, removed verbose explanations, and restructured content for better flow. Documentation is now more concise and easier to scan. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Improved all user-facing documentation with clearer language, better organization, and consistent voice. Added proper frontmatter, removed verbose explanations, and restructured content for better flow.
Changes