Implement tombstone tiles for calls in room and DM (#34141)

* Implement tombstone tile view for a room

* Implement tombstone tile view for a DM

* Implement root call tile view

* Export all the views

* Add screenshots

* Remove old view code

* Implement vm for tombstone tile in a room

* Implement vm for tombstone tile in a DM

* Implement root tile vm

* Use new tile in the event factory

* Remove old vm

* Exclude mock code from code checks
This commit is contained in:
R Midhun Suresh
2026-07-07 16:27:26 +00:00
committed by GitHub
parent 1b10122a7b
commit e46acef445
50 changed files with 1239 additions and 777 deletions
+2
View File
@@ -58,6 +58,8 @@ export default defineConfig({
"**/*.{stories,test}.{ts,tsx}",
// Exclude test utilities
"**/src/test/**",
// Exclude mocks
"**/src/**/*-{mock,mocks}.{ts,tsx}",
// Exclude type definition files
"**/*.d.ts",
// Exclude playwright-common as it is just test utilities