Update notice for Safari users that BigInt64Array is now supported in 15 (#390)
This commit is contained in:
parent
3c29633745
commit
fa12fd9d49
|
|
@ -3,16 +3,15 @@
|
||||||
<div class="unsupported-modal-backdrop" v-if="showUnsupportedModal">
|
<div class="unsupported-modal-backdrop" v-if="showUnsupportedModal">
|
||||||
<div class="unsupported-modal">
|
<div class="unsupported-modal">
|
||||||
<h2>Your browser currently doesn't support Graphite</h2>
|
<h2>Your browser currently doesn't support Graphite</h2>
|
||||||
<p>
|
<p>Unfortunately, some features won't work properly. Please upgrade to a modern browser such as Firefox, Chrome, Edge, or Safari version 15 or later.</p>
|
||||||
Unfortunately, some features won't work properly in your browser. Please use a modern browser other than Safari, such as Firefox, Chrome, or Edge. Rest assured, Safari compatibility is
|
|
||||||
planned.
|
|
||||||
</p>
|
|
||||||
<p>
|
<p>
|
||||||
Your browser is missing support for the
|
Your browser is missing support for the
|
||||||
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt64Array#browser_compatibility" target="_blank"><code>BigInt64Array</code></a> JavaScript
|
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt64Array#browser_compatibility" target="_blank"><code>BigInt64Array</code></a> JavaScript
|
||||||
API which is required for using the editor. You can still explore the user interface.
|
API which is required for using the editor. However, you can still explore the user interface.
|
||||||
</p>
|
</p>
|
||||||
<LayoutRow> <button class="unsupported-modal-button" @click="closeModal()">I understand, let's just see the interface</button> </LayoutRow>
|
<LayoutRow>
|
||||||
|
<button class="unsupported-modal-button" @click="closeModal()">I understand, let's just see the interface</button>
|
||||||
|
</LayoutRow>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue