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

Feature/rebuild setup mentions #13

Merged
merged 25 commits into from
Nov 12, 2024

Conversation

Mimouss56
Copy link
Collaborator

Rework de Mention pour respecter le SOC

Mimouss56 and others added 25 commits November 9, 2024 16:05
Feature/cached users + refacto code for mention, question, moderator
…ion d'une boîte de suggestions, la gestion des événements de saisie et de clic, ainsi que l'intégration avec le module de mentions existant.
@Mimouss56 Mimouss56 marked this pull request as ready for review November 11, 2024 21:07
Copy link
Owner

@Teyk0o Teyk0o left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pourquoi 26 fichiers ? Je pense qu'il y a un problème

@Mimouss56
Copy link
Collaborator Author

Ah oui il y a un souci, je regarderai demain, car il a pris toutes les modifications faites c'est bizarre

@Mimouss56 Mimouss56 changed the base branch from master to develop November 11, 2024 22:17
@Mimouss56
Copy link
Collaborator Author

J'avais pas vu que j'avais sélectionné master au lieu de develop désolé

@Teyk0o Teyk0o merged commit 136099e into Teyk0o:develop Nov 12, 2024
1 of 2 checks passed
Teyk0o pushed a commit that referenced this pull request Nov 23, 2024
@Mimouss56 Mimouss56 deleted the feature/rebuild_setup_mentions branch November 24, 2024 10:28
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants