Front end - #2
Merged
Merged
Conversation
…egration, and code examples
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.
This pull request introduces several new features and improvements to the Chatingo Twitch chat client, focusing on enhanced emote handling, improved chat message rendering, and the addition of a dedicated settings window. The main highlights are the integration of emote selection with chat input, improved URL detection in chat messages, and expanded desktop window management using Tauri.
Emote Handling and Chat Input Integration:
Global_emotes.svelte,Sub_emotes.svelte,The7tvEmotes.svelte) to emit an event via Tauri, which is then listened for in the chat input component to insert the selected emote at the cursor position. This creates a seamless emote insertion experience. [1] [2] [3] [4] [5] [6] [7] [8]Desktop Window Management and Settings Window:
settings-windowdesktop window in the Tauri configuration and capabilities, including a custom layout and title bar for the settings window, and logic to open, show, or recreate the window from the main layout. [1] [2] [3] [4] [5] [6] [7]Chat Message Rendering Improvements:
Documentation and Miscellaneous Updates:
README.mdwith a comprehensive project overview, development status, feature list, API integration plans, and code examples, replacing old image links and improving clarity.These changes collectively enhance the user experience, improve maintainability, and lay the groundwork for future feature expansion.