mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-27 09:53:13 +00:00
Merge pull request #8050 from overleaf/ta-pdf-detach-release
Prepare New Layout Dropdown for Release GitOrigin-RevId: dbaa92a9e0c29d5ec735d1dcb6ac5d8956a47aea
This commit is contained in:
parent
32741c07e0
commit
17c72b74c3
1 changed files with 5 additions and 6 deletions
|
@ -176,10 +176,10 @@ function LayoutDropdownButton() {
|
||||||
<span className="toolbar-label">{t('layout')}</span>
|
<span className="toolbar-label">{t('layout')}</span>
|
||||||
<Tooltip
|
<Tooltip
|
||||||
id="pdf-detach-badge"
|
id="pdf-detach-badge"
|
||||||
description="Beta feature"
|
description="New feature"
|
||||||
overlayProps={{ placement: 'bottom', delayHide: 100 }}
|
overlayProps={{ placement: 'bottom', delayHide: 100 }}
|
||||||
>
|
>
|
||||||
<span className="beta-badge" />
|
<span className="info-badge" />
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</Dropdown.Toggle>
|
</Dropdown.Toggle>
|
||||||
<Dropdown.Menu className="layout-dropdown-list">
|
<Dropdown.Menu className="layout-dropdown-list">
|
||||||
|
@ -275,13 +275,12 @@ function LayoutDropdownButton() {
|
||||||
<MenuItem divider />
|
<MenuItem divider />
|
||||||
<div className="pdf-detach-survey">
|
<div className="pdf-detach-survey">
|
||||||
<span>
|
<span>
|
||||||
<span className="beta-badge" />
|
<span className="info-badge" />
|
||||||
</span>
|
</span>
|
||||||
<span className="pdf-detach-survey-text">
|
<span className="pdf-detach-survey-text">
|
||||||
The Layout menu and opening the PDF in a new tab are beta
|
The Layout menu and opening the PDF in a new tab are new features.{' '}
|
||||||
features.{' '}
|
|
||||||
<a
|
<a
|
||||||
href="https://docs.google.com/forms/d/e/1FAIpQLScuxQA8Az9NQwvYgC6FALG7FEtCCj4e8of27e_L0SXGrJFRMw/viewform"
|
href="https://docs.google.com/forms/d/e/1FAIpQLScBc0LSttM02-HgfoUi7jj7MmFT9u3Y4cUDwT_AmDK9to--gg/viewform"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue