You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let me consider ways to incorporate sorting options directly into the application's user interface. One possible approach could be a floating window that allows users to select their preferred sorting attribute. However, implementing a floating window within the currently used framework may present technical challenges.
I have added support for sorting content packages and integration artifacts. Each pane (content packages pane and integration artifacts pane) now allows customization of the sort field and the sort order through newly introduced configuration parameters. If no sort configuration is specified, packages and artifacts will default to sorting by ID in ascending order.
The README has been updated to include descriptions of these configuration parameters (see sort_field and sort_order parameters in packages_pane and artifacts_pane subsections of the ui section) and a list of supported sort fields.
I haven't built and published a new release yet. To try out this feature, please use the go install command to compile and install the application.
Hey,
thank you for your tool. Like it very much.
I would like to ask if you could implement a possibility to sort the Items in the artifactspane differently? Eg. by name, by changed date DESC etc.
The text was updated successfully, but these errors were encountered: