put credential modals behind a route
Open
@elias-ba is already working on this.
Since Oct 9, 2025.
sandboxes and sync
- Dominant language
- Elixir
- Stars
- 296
- Forks
- 86
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 50
Description
The credential modals (create / update) do open only on assigns. They do not have routes associated to them. This has 2 major implications:
- We can't share a link to a credential's detail page
- The credential modal is closed for any browser event that would reload the page. This can sometime be very frustration especially when editing credentials.
We should put the credentials modals behind routes like .../credentials/<credential_id> / .../credentials/new or anything like that.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.