Commit 8116b22
authored
refactor: Migrate from @rocket.chat/sdk to @rocket.chat/ddp-client (#1308)
* refactor(api): replace @rocket.chat/sdk with @rocket.chat/ddp-client
* refactor(api): use sdk.rest for all REST calls
* fix(api): normalize REST endpoint paths for sdk.rest
* refactor(api): use typed sdk.rest.get/post for type-safe API surface
* chore: commit modernized API changes, reaction toggle support, DOM warning fixes, and pinned messages features
* refactor(api): address PR review comments1 parent 0f0ebd0 commit 8116b22
15 files changed
Lines changed: 808 additions & 714 deletions
File tree
- .yarn/patches
- packages
- api
- src
- auth/src
- react/src
- hooks
- store
- views
- ChatLayout
- MessageAggregators
- Message
- ui-elements/src/components/Tooltip
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
0 commit comments