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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user