Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New plugin component slots (dock ,msg append/prepend), patches, chathistory fixes and History API, etc... #17

Draft
wants to merge 18 commits into
base: vue3-20240724
Choose a base branch
from

Conversation

piboistudios
Copy link

@piboistudios piboistudios commented Sep 14, 2024

  • add message_dock plugin ui component
  • adds message_info plugin ui component
  • adds message_prepend/append ui components
  • pass message tags to irc client from inputhandler
  • adds libs/History (needs testing)
  • adds input.command.* event
  • adds "Jump to Bottom" UI on scroll
  • chathistory patches (don't change state for historical events, only render UI)
  • add line numbers to logger
  • hacky patch for changing language setting (this.state; hack)
  • adds all irc-framework event props to buffer messages
  • puts labeled responses in source message's buffer (moved to plugin)
  • renders standard replies in UI (Standard replies kiwiirc/irc-framework#386)
  • adds statebrowser_buffer plugin slot
  • adds ircMessage to Message class (to reference source irc-framework message directly
  • adds data-buffer attribute to messagelist for styling

TODO:

  • Sort out SVG spinner thing
  • remove revert files outside src folder

@piboistudios piboistudios changed the title New plugin component slots (dock ,msg append/prepend), patches, chathistory fixes and History API New plugin component slots (dock ,msg append/prepend), patches, chathistory fixes and History API, etc... Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant