mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-25 14:16:12 +03:00
[PR #1942] [CLOSED] Add Linkding support #1963
Labels
No labels
browser-specific
bug
correctness issues
enhancement
feature: Google Drive
feature: Linkwarden
feature: git
feature: nextcloud-bookmarks
feature: tabs
feature: webdav
help wanted
native-app
priority: high
priority: low
priority: medium
pull-request
question
question
stale
upstream
waiting for more information
wontfix
🙁 Not following issue template
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/floccus#1963
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/floccusaddon/floccus/pull/1942
Author: @atomdmac
Created: 5/5/2025
Status: ❌ Closed
Base:
develop← Head:develop📝 Commits (1)
96d843eAdd Linkding support.📊 Changes
11 files changed (+646 additions, -48 deletions)
View changed files
📝
_locales/en/messages.json(+18 -0)📝
src/lib/Account.ts(+2 -0)➕
src/lib/adapters/Linkding.ts(+241 -0)➕
src/ui/components/OptionSyncTags.vue(+33 -0)➕
src/ui/components/OptionsLinkding.vue(+193 -0)📝
src/ui/store/actions.js(+23 -0)📝
src/ui/store/definitions.js(+1 -0)📝
src/ui/store/native/actions.js(+63 -46)📝
src/ui/views/AccountOptions.vue(+7 -1)📝
src/ui/views/NewAccount.vue(+58 -0)📝
src/ui/views/native/Options.vue(+7 -1)📄 Description
Adding support for syncing with https://linkding.link
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.