mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-25 22:26:06 +03:00
[GH-ISSUE #1138] Android: "create folder" option when adding new bookmark #762
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#762
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?
Originally created by @pinpontitit on GitHub (Apr 22, 2022).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/1138
Describe the feature you'd like to request
Hi
I wish you could add this feature one day if its not too difficult to implement.
When I want to bookmark an interesting website with Floccus on Android: while on my browser I click on "Share" > "Floccus".
Then Floccus app opens, and a popup appears with three rows:
-Title
-Link
-Parent folder
If I click on the "folder" icon next to the Parent folder row, I can see all my folders.
But I cant create a new folder.
If I want to, I have to exit this popup, or save the bookmark on the wrong folder, then go to the main page and click on the "+" icon > add folder.
And only after I can Edit the bookmark I just added to put it in this new folder.
Thats a waste of time.
thanks
Describe the solution you'd like
...
Describe alternatives you've considered
...
@pinpontitit commented on GitHub (May 22, 2022):
I wasn't able to run floccus in Android Studio (I'll give more details to you later) so I couldn't check if my code works.
But, does adding this code:
and
import DialogEditFolder from '../../components/native/DialogEditFolder'to DialogChooseFolder.Vue could solve this ?
@marcelklehr commented on GitHub (May 23, 2022):
It would take a bit more than this, but you're on the right track. addFolder is only defined in Tree.vue and is not callable from DialogChooseFolder, also DialogEditFolder needs to be added to the template in order to be able to get displayed. Calling addFolder causes a boolean flag in data() to be set which allows DialogEditFolder to be displayed, which can then add a folder. Ideally the new folder would then be directly selected by the folder chooser.
@pinpontitit commented on GitHub (May 24, 2022):
ok thanks for the details. I'll investigate until I'm happy with something
@github-actions[bot] commented on GitHub (Nov 28, 2025):
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.