Code improvements
This commit is contained in:
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@@ -8,7 +8,9 @@
|
||||
],
|
||||
},
|
||||
"cSpell.words": [
|
||||
"Linkdy",
|
||||
"linkdy"
|
||||
"gstatic",
|
||||
"Linkding",
|
||||
"linkdy",
|
||||
"Linkdy"
|
||||
]
|
||||
}
|
||||
@@ -6,5 +6,5 @@ class Urls {
|
||||
static const linkdingRepo = "https://github.com/sissbruecker/linkding";
|
||||
static const support = "https://appsupport.jgeek00.com";
|
||||
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;
|
||||
|
||||
const DeleteBookmarkModal({
|
||||
Key? key,
|
||||
super.key,
|
||||
required this.bookmark,
|
||||
required this.onDelete,
|
||||
}) : super(key: key);
|
||||
});
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
||||
Reference in New Issue
Block a user