Affected Apps / Packages
Portfolio (apps/portfolio)
Description
When looking at template details in the catalog, clicking "Open full page preview" replaces the current tab. This forces the user to manually click back to return to the template page.
Steps to Reproduce
- Go to
/templates.
- Click "Open full page preview" on any template card.
- Note that the preview page opens in the same browser window instead of a new tab.
Expected Behavior
The template preview should open in a new browser tab (_blank) so the user can easily switch back to the details page.
Environment Information
- OS: All (Windows, macOS, Linux)
- Browser: Chrome, Safari, Firefox
Relevant Logs
No response
Proposed Fix / Suggestions
Update TemplateCatalog.tsx:
- Add
target="_blank" rel="noopener noreferrer" to the preview Link component.
Affected Apps / Packages
Portfolio (apps/portfolio)
Description
When looking at template details in the catalog, clicking "Open full page preview" replaces the current tab. This forces the user to manually click back to return to the template page.
Steps to Reproduce
/templates.Expected Behavior
The template preview should open in a new browser tab (
_blank) so the user can easily switch back to the details page.Environment Information
Relevant Logs
No response
Proposed Fix / Suggestions
Update
TemplateCatalog.tsx:target="_blank" rel="noopener noreferrer"to the previewLinkcomponent.