feat: manage chat topics in separate window#89
Merged
Conversation
… apply - Add normalizeTopicSeparators() as single source of truth for separators - Remove inline separator generation from make_messages_html loop - Remove dedupeAdjacentTopicSeparators and insertTopicSeparatorBeforeMessage - Call normalizeTopicSeparators() after all DOM updates (render, prepend, append, relink) - Add data-message-type and data-message-template-type to message DOM elements - Fix ReLink Topic rows: show subject+topic name, never Untitled Topic - Include topic color in ReLink rows and apply instantly after selection - Update applyTopicVisibility with activeTopicFilter support - Add topic_color LEFT JOIN to get_messages SQL for all API versions - Add after_save handler on Topic DocType for instant color refresh - Add refreshTopicColor() to update all DOM elements on color change
…ce constructor regression - Fix regression: restore chat_topic_channel and is_private_topic assignments that were accidentally dropped when normalizing subject assignment - ChatInfo topic editing: subject, color, reference preservation - FormTimeline topic window: is_topic_window, room_type Topic, channel validation - normalizeTopicSubject safety for all topic subject access
…show/manage references in Chat Info
fix icon in message menu for dark them
…upport private/status
…e message action ReLink Topic item into adjacent ReLink and open-topic buttons- Hide the open-topic button when the selected message has no linked topic- Disable long-press selection behavior on message bubbles- Make realtime listener cleanup safer so topic windows do not break the main chat window realtime updates
- Convert Set Topic / "You set topic" system messages into topic separators - Prevent topic-link info messages from showing as chat bubbles - Preserve open-topic button behavior on separators - Apply separator rendering for both initial load and realtime messages
- Render Set Topic and Remove Topic system messages as topic separators instead of info bubbles - Reuse the existing topic separator style to keep UI consistent - Normalize linked document topic subjects to avoid duplicated "Topic: topic :" labels - Preserve topic open-window behavior from separators
feat: manage chat topics in separate window
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.
No description provided.