mirror of
https://github.com/penpot/penpot.git
synced 2026-09-19 02:16:14 +00:00
Move SPA routing out of the URL fragment into the normal query string. The screen travels in a reserved `screen` key holding the route name (`?screen=workspace&team-id=…`); every other param keeps its name. `rt/nav` and `rt/resolve` keep their signatures. This deletes the fragment-mirroring URL surgery, simplifies link-preview (the server sees everything) and nginx (single path, no SPA fallback rules needed), and migrates OIDC redirects, email links, e2e helpers and plugin test utils to the new format. Legacy `#/…` URLs translate client-side for one Penpot version (`legacy-routes`, marked TODO(next-version)); non-SPA paths are untouched. AI-assisted-by: muse-spark-1.3-contributor
34 lines
1.0 KiB
Plaintext
34 lines
1.0 KiB
Plaintext
Hello!
|
|
|
|
|
|
Hello!
|
|
|
|
{{requested-by|abbreviate:25}} ({{requested-by-email}}) has requested access to the file named “{{file-name|abbreviate:25}}”.
|
|
|
|
To provide this access, you have the following options:
|
|
|
|
- Give Access to the “{{team-name|abbreviate:25}}” Team:
|
|
|
|
This will automatically include {{requested-by|abbreviate:25}} in the team, so the user can see all the projects and files in it.
|
|
|
|
Click the link below to provide team access:
|
|
|
|
{{ public-uri }}/?screen=dashboard-members&team-id={{team-id}}&invite-email={{requested-by-email|urlescape}}
|
|
|
|
|
|
|
|
- Send a View-Only Link:
|
|
|
|
Alternatively, you can create and share a view-only link to the file. This will allow {{requested-by|abbreviate:25}} to view the content without making any changes.
|
|
|
|
Click the link below to generate and send the link:
|
|
|
|
{{ public-uri }}/?screen=viewer&file-id={{file-id}}&page-id={{page-id}}§ion=interactions&index=0&share=true
|
|
|
|
|
|
If you do not wish to grant access at this time, you can simply disregard this email.
|
|
Thank you
|
|
|
|
|
|
The Penpot team.
|