feat(userbot,api,frontend): file links, media downloads, story hold-pause, drop scheduled dupes
This commit is contained in:
@@ -8,12 +8,14 @@
|
||||
import SearchInput from "$lib/components/search/SearchInput.svelte";
|
||||
import SearchResults from "$lib/components/search/SearchResults.svelte";
|
||||
import Settings from "$lib/components/settings/Settings.svelte";
|
||||
import ShareDialog from "$lib/components/shares/ShareDialog.svelte";
|
||||
import Button from "$lib/components/ui/Button.svelte";
|
||||
import Icon from "$lib/components/ui/Icon.svelte";
|
||||
import { accounts } from "$lib/stores/accounts.svelte";
|
||||
import { auth } from "$lib/stores/auth.svelte";
|
||||
import { events } from "$lib/stores/events.svelte";
|
||||
import { search } from "$lib/stores/search.svelte";
|
||||
import { shareUi } from "$lib/stores/shares.svelte";
|
||||
import { toasts } from "$lib/stores/toasts.svelte";
|
||||
import { ui } from "$lib/stores/ui.svelte";
|
||||
|
||||
@@ -98,6 +100,13 @@
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
<ShareDialog
|
||||
bind:open={shareUi.open}
|
||||
subject={shareUi.subject}
|
||||
label={shareUi.label}
|
||||
onchange={() => shareUi.touch()}
|
||||
/>
|
||||
|
||||
<style lang="scss">
|
||||
#Main {
|
||||
display: grid;
|
||||
|
||||
Reference in New Issue
Block a user