Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support custom ordering #44

Open
rgaudin opened this issue Aug 15, 2023 · 2 comments
Open

Support custom ordering #44

rgaudin opened this issue Aug 15, 2023 · 2 comments
Labels

Comments

@rgaudin
Copy link
Member

rgaudin commented Aug 15, 2023

Note: this would be for a future release

I realized playing with the table ordering that nautilus has two display modes:

  • random (default) where file entries are displayed in a random order every time.
  • no-random where the files are always listed in the same order, the order in which those have been found in the collection.json.

Eventually, we'll want to allow users to control the order in which files are added to the collection. It would probably be through an ordering column on the DB and on the table in UI and a drag-to-reorder feature.

@rgaudin rgaudin added the enhancement New feature or request label Aug 15, 2023
@FledgeXu
Copy link
Collaborator

I like this drag idea. Since we have the Edit and Upload of those two modes, we can allow users to drag to adjust the order in Edit mode.

@rgaudin
Copy link
Member Author

rgaudin commented Jun 20, 2024

Next nautilus version will drop the random feature so ordering (via drag&drop) will be more important.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants