memeLab / Jandig

Web AR served as a PWA to enable artists to expose and share virtual content in real spaces.
http://jandig.app
GNU General Public License v3.0
56 stars 21 forks source link

[WIP] 507 - Create pages to better display markers and objects #511

Closed AntonioRangelC closed 4 months ago

AntonioRangelC commented 1 year ago

Description

Paginating the select markers and objects modal

Resolves (Issues)

507

General tasks performed

Have you confirmed the application builds locally without error? See here.

Jonathan-Oliveira commented 1 year ago

Currently, pagination is not being done in the best way because the page needs to be refreshed for pagination to be applied in the modal. To solve this, a suggestion is to use django-unicorn, which makes the modal more dynamic. The style and dynamism when there are many pages can be applied by using this PR as a reference.