Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
0fdd076
[lad-new-functions-plugin] added upsert and delete for lad entries
GuiLeme Jul 25, 2025
7685701
[lad-new-functions-plugin] rename from genericData -> data
GuiLeme Jul 25, 2025
5d1ebfe
[lad-new-functions-plugin] added documentation
GuiLeme Jul 25, 2025
536c701
[lad-new-functions-plugin] rename data -> userData for LAD
GuiLeme Aug 7, 2025
d37c682
[lad-new-functions-plugin] Created new function to clear LAD data
GuiLeme Aug 7, 2025
87c9a26
[lad-new-functions-plugin] updated documentation
GuiLeme Aug 7, 2025
884cb80
[lad-new-functions-plugin] rename hooks file to commands file.
GuiLeme Aug 20, 2025
5c0bef6
[new-logger-structure] added new logger structure set by the client t…
GuiLeme Nov 3, 2025
4533985
[new-logger-structure] changed logger used in the samples
GuiLeme Nov 3, 2025
72b438d
feat: Add nameSortable in the UsersBasicInfo data hook
JoVictorNunes Nov 10, 2025
1db3e62
[new-logger-structure] created exported singleton logger that proxies…
GuiLeme Nov 12, 2025
aafeaad
[new-logger-structure] restore previous way of importing logger
GuiLeme Nov 12, 2025
1e894a8
Merge branch 'v0.0.x' into new-logger-structure
GuiLeme Nov 12, 2025
052b0ae
[new-logger-structure] resolve multiple runs of setLogger when new re…
GuiLeme Nov 12, 2025
77d17a7
feat(plugin): Add bot in the UsersBasicInfo data hook
JoVictorNunes Nov 12, 2025
df90ab3
[technical-docs] added examples and a more technical documentation
GuiLeme Nov 13, 2025
d9c9c98
[zindex-floating-window] added z-index property into floating window …
GuiLeme Nov 20, 2025
b87085e
[use-meeting-data] added more fields to useMeeting and projection fun…
GuiLeme Dec 9, 2025
98651f6
[add-data-test] added data-tests to all extensible areas available to…
GuiLeme Dec 10, 2025
723fd49
[add-data-test] added data-test to sample of generic-content-sidekick…
GuiLeme Dec 10, 2025
f955010
[lad-new-functions-plugin] fixed documentation
GuiLeme Dec 17, 2025
133d9be
Merge pull request #247 from GuiLeme/add-data-test
antobinary Jan 8, 2026
23dc131
Merge pull request #246 from GuiLeme/use-meeting-data
antobinary Jan 8, 2026
6aacc1e
Merge pull request #241 from GuiLeme/technical-docs
antobinary Jan 8, 2026
efc8704
Merge pull request #240 from JoVictorNunes/user-basic-info-nameSortable
antobinary Jan 8, 2026
732f385
Merge pull request #238 from GuiLeme/new-logger-structure
antobinary Jan 8, 2026
76caefc
Merge pull request #211 from GuiLeme/lad-new-functions-plugin
antobinary Jan 8, 2026
40daa7a
Merge branch 'v0.0.x' into zindex-floating-window
GuiLeme Jan 8, 2026
928cce0
[zindex-floating-window] fixed some lint-errors
GuiLeme Jan 8, 2026
410f25b
Merge pull request #244 from GuiLeme/zindex-floating-window
antobinary Jan 8, 2026
77e4f61
Bump version to 0.0.96
ramonlsouza Jan 12, 2026
1e7fbf1
merge v0.0.x into v0.1.x
guiiBecker Jan 29, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
node_modules
dist
samples/*/dist
samples/*/dist-tsc
Loading