Files
blap/pnpm-workspace.yaml
T
Florian Duros c2e5aa7adc Room list: add collapse/expand all sections (#33318)
* chore: update compound design tokens

* feat(sc): add collapse/expand button to room list header

* feat: add new events to broadcast section state

* feat(vm): add expand/collpase event to room list events

* test: add e2e tests

* chore: fix company name in copyright

* chore: use two differant actions for collapse/expand

* Update apps/web/src/viewmodels/room-list/RoomListHeaderViewModel.ts

Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>

* test: fix existing tests

---------

Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
2026-04-30 14:32:43 +00:00

40 lines
951 B
YAML

nodeLinker: hoisted
linkWorkspacePackages: true
packages:
- "apps/*"
- "packages/*"
cleanupUnusedCatalogs: true
catalog:
# typescript
typescript: 6.0.3
# react
react: ^19.0.0
react-dom: ^19.0.0
"@types/react": ^19.2.10
"@types/react-dom": ^19.2.3
# playwright
"@playwright/test": 1.59.1
"playwright-core": 1.59.1
# Compound
"@vector-im/compound-design-tokens": 10.1.1
"@vector-im/compound-web": 9.2.1
# i18n
matrix-web-i18n: 3.6.0
# fonts
"@fontsource/inter": 5.2.8
# vite
vite: 8.0.10
vitest: 4.1.5
vitest-sonar-reporter: 3.0.0
"@vitest/coverage-v8": 4.1.5
packageExtensions:
fdir:
dependencies:
# Fix missing type dependency
"@types/picomatch": 4.0.2
"@joshwooding/vite-plugin-react-docgen-typescript":
peerDependencies:
# Silence warning
vite: "^8.0.0"
ignorePatchFailures: false