Code improvements
This commit is contained in:
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@@ -8,7 +8,9 @@
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
"cSpell.words": [
|
"cSpell.words": [
|
||||||
"Linkdy",
|
"gstatic",
|
||||||
"linkdy"
|
"Linkding",
|
||||||
|
"linkdy",
|
||||||
|
"Linkdy"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -6,5 +6,5 @@ class Urls {
|
|||||||
static const linkdingRepo = "https://github.com/sissbruecker/linkding";
|
static const linkdingRepo = "https://github.com/sissbruecker/linkding";
|
||||||
static const support = "https://appsupport.jgeek00.com";
|
static const support = "https://appsupport.jgeek00.com";
|
||||||
static gstatic(url) =>
|
static gstatic(url) =>
|
||||||
"https://t2.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=${url}&size=16";
|
"https://t2.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=$url&size=16";
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -8,10 +8,10 @@ class DeleteBookmarkModal extends StatelessWidget {
|
|||||||
final void Function(Bookmark) onDelete;
|
final void Function(Bookmark) onDelete;
|
||||||
|
|
||||||
const DeleteBookmarkModal({
|
const DeleteBookmarkModal({
|
||||||
Key? key,
|
super.key,
|
||||||
required this.bookmark,
|
required this.bookmark,
|
||||||
required this.onDelete,
|
required this.onDelete,
|
||||||
}) : super(key: key);
|
});
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
|
|||||||
Reference in New Issue
Block a user