mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-25 06:06:05 +03:00
[PR #1828] [MERGED] Check that a URL is valid as soon as we load the Add Bookmark dialog #1937
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#1937
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/1828
Author: @andybalaam
Created: 1/14/2025
Status: ✅ Merged
Merged: 1/15/2025
Merged by: @marcelklehr
Base:
develop← Head:check-shared-url-immediately📝 Commits (1)
3899847Check that a URL is valid as soon as we load the Add Bookmark dialog📊 Changes
1 file changed (+11 additions, -8 deletions)
View changed files
📝
src/ui/views/native/AddBookmarkIntent.vue(+11 -8)📄 Description
This is a part of addressing https://github.com/floccusaddon/floccus/issues/1826 - make sure that we display an error message in the Add Bookmark dialog immediately, if the shared URL is bad.
Before this change, there would be no error message in the "Add Bookmark" screen until we edited the URL, but now the error appears immediately:
I have zero Vue experience, so please let me know if I did it wrong.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.