nanawel / our-shopping-list

OSL is a simple shared list web-application based on Node and VueJS. Typical uses include shopping lists of course, and any other small todo-list that needs to be used collaboratively.
GNU Affero General Public License v3.0
82 stars 8 forks source link

Sort lists alphabetically #13

Closed jrhbcn closed 1 year ago

jrhbcn commented 1 year ago

Hi,

Is it possible to sort items alphabetically in both check/uncheck views?

Thanks.

nanawel commented 1 year ago

Hi,

It was the initial sort order until recently, but it turned out to be not really handy when checking an item by mistake, so I replaced it with a "sort by recently checked date" instead.

I'm trying to keep the UI with the minimum necessary elements, so I might add this feature togglable with a server-wide flag. Would it help in your use case?

nanawel commented 1 year ago

See also #8 btw.

jrhbcn commented 1 year ago

Hi @nanawel,

Yes, a server wide flag should be enough. Like a environmental variable for instance (I use docker compose).

Many thanks for taking this option into consideration.

nanawel commented 1 year ago

Feature released in 2.6.0 via 7d99271c2c15b1c407bcb8a268531428eaaca89d