-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fix/content #11
Merged
Merged
Fix/content #11
Conversation
This file contains 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
Feature/fix foreach
Feature/fix initproject
…server for new messages
…ced functionality
Feature/cached users + refacto code for mention, question, moderator
Teyk0o
approved these changes
Nov 11, 2024
Teyk0o
added a commit
that referenced
this pull request
Nov 25, 2024
* simplify manifest file by using glob patterns for JS and CSS * chore: update .gitignore to include personal VSCode settings * refactor: replace forEach with for-of loops and add type annotations * docs: remove some markdown and add setup installation for BBB 2.6 * Refacto code (#10) * simplify manifest file by using glob patterns for JS and CSS * chore: update .gitignore to include personal VSCode settings * refactor: replace forEach with for-of loops and add type annotations * refactor: restructure WWSNB initialization and enhance message checking with logging * refactor: restructure WWSNB initialization and enhance message checking with logging * feat: implement user caching and utility functions for mentions system * feat: refactor question highlighting and user retrieval logic; add observer for new messages * feat: modularize message handling and enhance moderator message styling * feat: export setupReactions function and import user module for enhanced functionality * Fix/content (#11) * Refactor message handling and implement TypeScript features (#12) * Feature/rebuild setup mentions (#13) * build(deps-dev): bump the minor-and-patch group with 3 updates (#14) * feat: auto update process and releases script for admin only * fix: signed extension path for upload * fix: remove unecessary files and optimize autoupdate * fix: imports error and webpack * feat: add websocket support for reactions module * fix: pullrequest without the files, uh ? * fix: reactions not correctly sent to wss * fix: reactions * feat: increment version in package.json * fix: delete package-lock.json * fix: mentions module * fix: highlight messages --------- Co-authored-by: Mouss <lepriol.matthieu@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Teyk0o
added a commit
that referenced
this pull request
Nov 29, 2024
* simplify manifest file by using glob patterns for JS and CSS * chore: update .gitignore to include personal VSCode settings * refactor: replace forEach with for-of loops and add type annotations * docs: remove some markdown and add setup installation for BBB 2.6 * Refacto code (#10) * simplify manifest file by using glob patterns for JS and CSS * chore: update .gitignore to include personal VSCode settings * refactor: replace forEach with for-of loops and add type annotations * refactor: restructure WWSNB initialization and enhance message checking with logging * refactor: restructure WWSNB initialization and enhance message checking with logging * feat: implement user caching and utility functions for mentions system * feat: refactor question highlighting and user retrieval logic; add observer for new messages * feat: modularize message handling and enhance moderator message styling * feat: export setupReactions function and import user module for enhanced functionality * Fix/content (#11) * Refactor message handling and implement TypeScript features (#12) * Feature/rebuild setup mentions (#13) * build(deps-dev): bump the minor-and-patch group with 3 updates (#14) * feat: auto update process and releases script for admin only * fix: signed extension path for upload * fix: remove unecessary files and optimize autoupdate * fix: imports error and webpack * feat: add websocket support for reactions module * fix: pullrequest without the files, uh ? * fix: reactions not correctly sent to wss * fix: reactions * feat: increment version in package.json * fix: delete package-lock.json * fix: mentions module * fix: highlight messages * docs: add server status to README * feat: add chrome support for release script * feat: add reflow when adding reaction and remove forgotten console log * feat: update release scripts + version * feat: user badge for moderators and contributors/user of the extension * fix: multiple suggestion selection was created * fix: dynamic wsUrl and var definition fix * fix: clean files and add comments --------- Co-authored-by: Mouss <lepriol.matthieu@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Teyk0o
added a commit
that referenced
this pull request
Nov 29, 2024
* simplify manifest file by using glob patterns for JS and CSS * chore: update .gitignore to include personal VSCode settings * refactor: replace forEach with for-of loops and add type annotations * docs: remove some markdown and add setup installation for BBB 2.6 * Refacto code (#10) * simplify manifest file by using glob patterns for JS and CSS * chore: update .gitignore to include personal VSCode settings * refactor: replace forEach with for-of loops and add type annotations * refactor: restructure WWSNB initialization and enhance message checking with logging * refactor: restructure WWSNB initialization and enhance message checking with logging * feat: implement user caching and utility functions for mentions system * feat: refactor question highlighting and user retrieval logic; add observer for new messages * feat: modularize message handling and enhance moderator message styling * feat: export setupReactions function and import user module for enhanced functionality * Fix/content (#11) * Refactor message handling and implement TypeScript features (#12) * Feature/rebuild setup mentions (#13) * build(deps-dev): bump the minor-and-patch group with 3 updates (#14) * feat: auto update process and releases script for admin only * fix: signed extension path for upload * fix: remove unecessary files and optimize autoupdate * fix: imports error and webpack * feat: add websocket support for reactions module * fix: pullrequest without the files, uh ? * fix: reactions not correctly sent to wss * fix: reactions * feat: increment version in package.json * fix: delete package-lock.json * fix: mentions module * fix: highlight messages * docs: add server status to README * feat: add chrome support for release script * feat: add reflow when adding reaction and remove forgotten console log * feat: update release scripts + version * feat: user badge for moderators and contributors/user of the extension * fix: multiple suggestion selection was created * fix: dynamic wsUrl and var definition fix * fix: clean files and add comments * fix: error when resolve conflicts * fix: delete package-lock.json --------- Co-authored-by: Mouss <lepriol.matthieu@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.
Fix imports, add addCLassMention missing function