Skip to content

Commit 0cce25b

Browse files
committed
Update notice for Safari users that BigInt64Array is now supported in 15 (#390)
1 parent ac2aede commit 0cce25b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

frontend/src/App.vue

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@
33
<div class="unsupported-modal-backdrop" v-if="showUnsupportedModal">
44
<div class="unsupported-modal">
55
<h2>Your browser currently doesn't support Graphite</h2>
6-
<p>
7-
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
8-
planned.
9-
</p>
6+
<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>
107
<p>
118
Your browser is missing support for the
129
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt64Array#browser_compatibility" target="_blank"><code>BigInt64Array</code></a> JavaScript
13-
API which is required for using the editor. You can still explore the user interface.
10+
API which is required for using the editor. However, you can still explore the user interface.
1411
</p>
15-
<LayoutRow> <button class="unsupported-modal-button" @click="closeModal()">I understand, let's just see the interface</button> </LayoutRow>
12+
<LayoutRow>
13+
<button class="unsupported-modal-button" @click="closeModal()">I understand, let's just see the interface</button>
14+
</LayoutRow>
1615
</div>
1716
</div>
1817
</template>

0 commit comments

Comments
 (0)