Tldraw/apps/dotcom/src
Mitja Bezenšek 77f19ccf8e
Bring back `/r` (#3615)
Went for straight up loading of `new` page instead of a redirect, so we
don't have a few redirects in a row (`/r` -> `/new` -> `r/something`.

### Change Type

<!--  Please select a 'Scope' label ️ -->

- [ ] `sdk` — Changes the tldraw SDK
- [x] `dotcom` — Changes the tldraw.com web app
- [ ] `docs` — Changes to the documentation, examples, or templates.
- [ ] `vs code` — Changes to the vscode plugin
- [ ] `internal` — Does not affect user-facing stuff

<!--  Please select a 'Type' label ️ -->

- [ ] `bugfix` — Bug fix
- [ ] `feature` — New feature
- [x] `improvement` — Improving existing features
- [ ] `chore` — Updating dependencies, other boring stuff
- [ ] `galaxy brain` — Architectural changes
- [ ] `tests` — Changes to any test code
- [ ] `tools` — Changes to infrastructure, CI, internal scripts,
debugging tools, etc.
- [ ] `dunno` — I don't know


### Release Notes

- Brings back `/r` route for creating new rooms.
2024-04-25 15:27:33 +00:00
..
__snapshots__ Readonly / room creation omnibus (#3192) 2024-04-25 14:10:40 +00:00
components Readonly / room creation omnibus (#3192) 2024-04-25 14:10:40 +00:00
hooks Readonly / room creation omnibus (#3192) 2024-04-25 14:10:40 +00:00
pages Readonly / room creation omnibus (#3192) 2024-04-25 14:10:40 +00:00
utils Readonly / room creation omnibus (#3192) 2024-04-25 14:10:40 +00:00
main.tsx Make Vercel URL rewrites precise (#2913) 2024-02-22 18:25:45 +00:00
routes.test.tsx [dx] Derive vercel routes from react-router config (#2937) 2024-02-26 12:30:35 +00:00
routes.tsx Bring back `/r` (#3615) 2024-04-25 15:27:33 +00:00