mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-08-31 15:43:25 +00:00
remove google drive buttons
This commit is contained in:
@@ -34,22 +34,20 @@
|
|||||||
<Dialog.Content
|
<Dialog.Content
|
||||||
class="fixed left-[50%] top-[50%] z-50 w-fit max-w-full translate-x-[-50%] translate-y-[-50%] flex flex-col items-center gap-2 border bg-background p-3 shadow-lg rounded-md"
|
class="fixed left-[50%] top-[50%] z-50 w-fit max-w-full translate-x-[-50%] translate-y-[-50%] flex flex-col items-center gap-2 border bg-background p-3 shadow-lg rounded-md"
|
||||||
>
|
>
|
||||||
<div class="flex flex-col items-center gap-2 rounded border p-2">
|
<div class="flex flex-row items-center gap-4 border rounded-md p-2">
|
||||||
<div class="flex flex-row items-center gap-2 text-sm">
|
<span>⚠️</span>
|
||||||
<span>⚠️</span>
|
<span class="max-w-96 text-sm">
|
||||||
<span class="text-center max-w-96">
|
{$_('menu.support_message')}
|
||||||
{$_('menu.support_message')}
|
</span>
|
||||||
</span>
|
</div>
|
||||||
<span>⚠️</span>
|
<div class="w-full flex flex-row flex-wrap gap-2">
|
||||||
</div>
|
<Button class="bg-support grow" href="https://ko-fi.com/gpxstudio" target="_blank">
|
||||||
<Button class="bg-support w-fit" href="https://ko-fi.com/gpxstudio">
|
|
||||||
{$_('menu.support_button')}
|
{$_('menu.support_button')}
|
||||||
<span class="ml-2">🙏</span>
|
<span class="ml-2">🙏</span>
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
|
||||||
<div class="flex flex-row gap-2 justify-center">
|
|
||||||
<Button
|
<Button
|
||||||
variant="outline"
|
variant="outline"
|
||||||
|
class="grow"
|
||||||
on:click={() => {
|
on:click={() => {
|
||||||
if ($exportState === ExportState.SELECTION) {
|
if ($exportState === ExportState.SELECTION) {
|
||||||
exportSelectedFiles();
|
exportSelectedFiles();
|
||||||
@@ -67,10 +65,6 @@
|
|||||||
{$_('menu.download_files')}
|
{$_('menu.download_files')}
|
||||||
{/if}
|
{/if}
|
||||||
</Button>
|
</Button>
|
||||||
<Button variant="outline">
|
|
||||||
<Cloud size="16" class="mr-1" />
|
|
||||||
{$_('menu.save_drive')}
|
|
||||||
</Button>
|
|
||||||
</div>
|
</div>
|
||||||
</Dialog.Content>
|
</Dialog.Content>
|
||||||
</Dialog.Portal>
|
</Dialog.Portal>
|
||||||
|
@@ -154,10 +154,6 @@
|
|||||||
{$_('menu.load_desktop')}
|
{$_('menu.load_desktop')}
|
||||||
<Shortcut key="O" ctrl={true} />
|
<Shortcut key="O" ctrl={true} />
|
||||||
</Menubar.Item>
|
</Menubar.Item>
|
||||||
<Menubar.Item>
|
|
||||||
<Cloud size="16" class="mr-1" />
|
|
||||||
{$_('menu.load_drive')}</Menubar.Item
|
|
||||||
>
|
|
||||||
<Menubar.Separator />
|
<Menubar.Separator />
|
||||||
<Menubar.Item on:click={dbUtils.duplicateSelection} disabled={$selection.size == 0}>
|
<Menubar.Item on:click={dbUtils.duplicateSelection} disabled={$selection.size == 0}>
|
||||||
<Copy size="16" class="mr-1" />
|
<Copy size="16" class="mr-1" />
|
||||||
|
@@ -10,18 +10,16 @@
|
|||||||
"new_track": "New track",
|
"new_track": "New track",
|
||||||
"new_segment": "New segment",
|
"new_segment": "New segment",
|
||||||
"load_desktop": "Load...",
|
"load_desktop": "Load...",
|
||||||
"load_drive": "Load from Google Drive...",
|
|
||||||
"duplicate": "Duplicate",
|
"duplicate": "Duplicate",
|
||||||
"copy": "Copy",
|
"copy": "Copy",
|
||||||
"paste": "Paste",
|
"paste": "Paste",
|
||||||
"cut": "Cut",
|
"cut": "Cut",
|
||||||
"export": "Export...",
|
"export": "Export...",
|
||||||
"export_all": "Export all...",
|
"export_all": "Export all...",
|
||||||
"support_message": "The tool is free to use, but not free to run. Please consider supporting the website if you use it frequently.",
|
"support_message": "The tool is free to use, but not free to run. Please consider supporting the website if you use it frequently. Thank you!",
|
||||||
"support_button": "Help keep the website free",
|
"support_button": "Help keep the website free",
|
||||||
"download_file": "Download file",
|
"download_file": "Download file",
|
||||||
"download_files": "Download files",
|
"download_files": "Download files",
|
||||||
"save_drive": "Save to Google Drive",
|
|
||||||
"edit": "Edit",
|
"edit": "Edit",
|
||||||
"undo": "Undo",
|
"undo": "Undo",
|
||||||
"redo": "Redo",
|
"redo": "Redo",
|
||||||
|
Reference in New Issue
Block a user