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

#937 Mulit-Tag sorting feature #944

Merged
merged 2 commits into from
Apr 27, 2024
Merged

#937 Mulit-Tag sorting feature #944

merged 2 commits into from
Apr 27, 2024

Conversation

42ama
Copy link
Contributor

@42ama 42ama commented Apr 25, 2024

  • Added new Column property - contentsSortDir, it stores information about sorting the content in the cells of the column. At the moment the only type that can store several items in a cell is MultiTag, so the processing logic was added only for it.
  • Added a options submenu for columns with MultiTag type, where you can select the sorting type for the cell contents.

+ Added new Column property - contentsSortDir, it stores information about sorting the content in the cells of the column. At the moment the only type that can store several items in a cell is MultiTag, so the processing logic was added only for it.
+ Added a options submenu for columns with MultiTag type, where you can select the sorting type for the cell contents.
@42ama
Copy link
Contributor Author

42ama commented Apr 25, 2024

@trey-wallis hello! Checkout this pull-request for #937 please

@decaf-dev
Copy link
Owner

@42ama Looking good. Thanks for the contribution. I have just 2 suggestions:
Could contentsSortDir be named multiTagSortDir? Also, could the Contents sorting in the menu title be renamed to justSort?

@42ama
Copy link
Contributor Author

42ama commented Apr 27, 2024

@trey-wallis renamed both contentsSortDir to multiTagSortDir and Contents sorting to Sort

@decaf-dev
Copy link
Owner

Thanks

@decaf-dev decaf-dev closed this Apr 27, 2024
@decaf-dev decaf-dev reopened this Apr 27, 2024
@decaf-dev decaf-dev merged commit 8211cba into decaf-dev:dev Apr 27, 2024
decaf-dev added a commit that referenced this pull request Apr 28, 2024
* #937 Mulit-Tag sorting feature (#944)

* #937 Mulit-Tag sorting feature

+ Added new Column property - contentsSortDir, it stores information about sorting the content in the cells of the column. At the moment the only type that can store several items in a cell is MultiTag, so the processing logic was added only for it.
+ Added a options submenu for columns with MultiTag type, where you can select the sorting type for the cell contents.

* Renamed `contentsSortDir` to `multiTagSortDir` and `Contents sorting` to `Sort`

* feat: add display name for sort direction

* fix: don't close menu on sort select

* build: fix build errors

* chore: bump to 8.16.0

---------

Co-authored-by: Maxim <45532431+42ama@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants