mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-08-07 18:58:30 +02:00

* Experiment with bookmark details * Add basic tests * Refactor details into modal * Implement edit and delete button * Remove slide down animation * Add fallback details view * Add status actions * Improve dark theme * Improve return URLs * Make bookmark details sharable * Fix E2E tests
12 lines
486 B
JavaScript
12 lines
486 B
JavaScript
import "./behaviors/bookmark-details";
|
|
import "./behaviors/bookmark-page";
|
|
import "./behaviors/bulk-edit";
|
|
import "./behaviors/confirm-button";
|
|
import "./behaviors/dropdown";
|
|
import "./behaviors/modal";
|
|
import "./behaviors/global-shortcuts";
|
|
import "./behaviors/tag-autocomplete";
|
|
export { default as TagAutoComplete } from "./components/TagAutocomplete.svelte";
|
|
export { default as SearchAutoComplete } from "./components/SearchAutoComplete.svelte";
|
|
export { ApiClient } from "./api";
|