[Dev] Implement photo dock #35

Closed
opened 2025-12-29 05:19:09 +01:00 by adam · 0 comments
Owner

Originally created by @dscyrescotti on GitHub (Jul 19, 2024).

Originally assigned to: @dscyrescotti on GitHub.

Description

Since photos are isolated in device storage, when the user adds the same photo more than twice, there are a lot of duplicated photos stored. So, it is a time to clean the mess up. The idea is that when the user select photo tool, it will show photo dock, which displays list or grid of photos added to dock. If the user wants to insert photo to canvas, they can simply drag and drop photo right away.

Todos

  • To implement photo dock
  • To redesign database
  • To create file object
  • To link photo object to file object
  • To implement design for ipad and ios
Originally created by @dscyrescotti on GitHub (Jul 19, 2024). Originally assigned to: @dscyrescotti on GitHub. ### Description Since photos are isolated in device storage, when the user adds the same photo more than twice, there are a lot of duplicated photos stored. So, it is a time to clean the mess up. The idea is that when the user select photo tool, it will show photo dock, which displays list or grid of photos added to dock. If the user wants to insert photo to canvas, they can simply drag and drop photo right away. ### Todos - [x] To implement photo dock - [x] To redesign database - [x] To create file object - [x] To link photo object to file object - [x] To implement design for ipad and ios
adam closed this issue 2025-12-29 05:19:10 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Memola#35