tldraw/apps/examples/src
Mime Čuvalo 014a95cf51
debug: add FPS counter (#2558)
Adds an FPS counter to detect when there's a UI slowdown.
(btw, drive-by typo fix for a file)


https://github.com/tldraw/tldraw/assets/469604/b83d4b10-35d9-4584-af46-c63b5cc107ac

### Change Type

- [ ] `patch` — Bug fix
- [x] `minor` — New feature
- [ ] `major` — Breaking change
- [ ] `dependencies` — Changes to package dependencies[^1]
- [ ] `documentation` — Changes to the documentation only[^2]
- [ ] `tests` — Changes to any test code only[^2]
- [ ] `internal` — Any other changes that don't affect the published
package[^2]
- [ ] I don't know

[^1]: publishes a `patch` release, for devDependencies use `internal`
[^2]: will not publish a new version

### Test Plan

1. 

- [ ] Unit Tests
- [ ] End to end tests

### Release Notes

- Adds FPS counter to debug panel.

---------

Co-authored-by: Steve Ruiz <steveruizok@gmail.com>
2024-01-24 12:23:26 +00:00
..
components debug: add FPS counter (#2558) 2024-01-24 12:23:26 +00:00
examples arrows: add ability to change label placement (#2557) 2024-01-24 10:19:20 +00:00
hooks debug: add FPS counter (#2558) 2024-01-24 12:23:26 +00:00
icons New vite-based examples app (#1226) 2023-05-05 13:10:36 +00:00
testing add descriptions to examples (#2375) 2023-12-27 17:17:18 +00:00
ExamplePage.tsx add descriptions to examples (#2375) 2023-12-27 17:17:18 +00:00
examples.tsx add descriptions to examples (#2375) 2023-12-27 17:17:18 +00:00
HomePage.tsx Add descriptions to active examples (#2407) 2024-01-05 11:08:36 +00:00
index.html New vite-based examples app (#1226) 2023-05-05 13:10:36 +00:00
index.tsx add descriptions to examples (#2375) 2023-12-27 17:17:18 +00:00
styles.css fix example scrolling on ios (#2412) 2024-01-05 14:21:58 +00:00
vite-env.d.ts add descriptions to examples (#2375) 2023-12-27 17:17:18 +00:00