[GH-ISSUE #1138] Android: "create folder" option when adding new bookmark #762

Closed
opened 2026-02-25 22:38:01 +03:00 by kerem · 4 comments
Owner

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

...

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 ...
kerem 2026-02-25 22:38:01 +03:00
Author
Owner

@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:

<v-btn
   v-model="fab"
   fixed
   bottom
   right
   color="blue darken-1"
   dark
   fab
   small
   @click="addFolder">
   <v-icon>
        mdi-plus
   </v-icon>
</v-btn>

and
import DialogEditFolder from '../../components/native/DialogEditFolder'

to DialogChooseFolder.Vue could solve this ?

<!-- gh-comment-id:1133928165 --> @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: ``` <v-btn v-model="fab" fixed bottom right color="blue darken-1" dark fab small @click="addFolder"> <v-icon> mdi-plus </v-icon> </v-btn> ``` and `import DialogEditFolder from '../../components/native/DialogEditFolder'` to **DialogChooseFolder.Vue** could solve this ?
Author
Owner

@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.

<!-- gh-comment-id:1134620001 --> @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.
Author
Owner

@pinpontitit commented on GitHub (May 24, 2022):

ok thanks for the details. I'll investigate until I'm happy with something

<!-- gh-comment-id:1136073225 --> @pinpontitit commented on GitHub (May 24, 2022): ok thanks for the details. I'll investigate until I'm happy with something
Author
Owner

@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.

<!-- gh-comment-id:3587582205 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/floccus#762
No description provided.