MicrosoftEdge / MicrosoftEdge/MSEdgeExplainers
[Side Panel] Separate start_url for side panel
@sohchatt is already working on this.
Since Jun 14, 2023.
- Dominant language
- HTML
- Stars
- 1.4k
- Forks
- 286
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 8
Description
I would like an option to specify a start_url for apps opened in the side panel that can be different from the default start_url.
My use case is an app that includes, among other things, messaging functionality. This messaging page is suitable for the side bar but other pages are more comfortable in a regular standalone PWA or webpage. So I would like to have the side bar app open to the messaging page while links open in regular tabs (#637).
The syntax might look like:
{
"start_url: "/",
"edge_side_panel": {
"start_url": "/messages"
}
}
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.