···44 import Rating from './Rating.svelte';
55 import RelativeTime from './relative-time/RelativeTime.svelte';
66 import { nameToId } from '$lib/utils';
77+ import OptionButton from './OptionButton.svelte';
78 // import { crosspostModal } from '$lib/state.svelte';
89910 let { data, showMovieDetails = true }: { data: MainRecord; showMovieDetails?: boolean } =
···119120 {/if}
120121 </button> -->
121122122122- <!-- this is kind of how the bookmark button should look like too
123123- (but it should work without login too and just use the local db) -->
124123 <button
125124 class="group inline-flex items-center gap-2 text-sm"
126125 onclick={async () => {
···175174 {/if}
176175 {(data.record.likes ?? 0) + (isLiked ? 1 : 0)}
177176 </button>
177177+178178+ <OptionButton data={data} />
178179 </div>
179180180181 <!-- <a href={`/review/${encodeURIComponent(data.uri)}`}>