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
i want to negate route tree order. my use case is i want a big folder with the newest on top.
my workaround for now is a negative timestamp as the order.
i see folders-first, i could think of a few ways it could go together. i tried looking through the Template.hs and Meta.hs files but I'm not sure how to implement a poc. randomly negating a couple values didn't work out for me.
i hope you're not sick of me yet. :-), hopefully with a few pointers i can maybe impl some of this. i've muddled my way through so far with limited understanding of haskell.
below, I'm just going over some of the possible ways that this could work in case anyone has any design input.
i'm not sure about this but i think it also makes sense to have a folders-last.
maybe rename folders-first not make a folder-last in addition,
values default/first/last
keys for sorting
folders-sort
sort (files, and folders if folders-sort is unused or default)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
i want to negate route tree order. my use case is i want a big folder with the newest on top.
my workaround for now is a negative timestamp as the order.
i see
folders-first
, i could think of a few ways it could go together. i tried looking through theTemplate.hs
andMeta.hs
files but I'm not sure how to implement a poc. randomly negating a couple values didn't work out for me.i hope you're not sick of me yet. :-), hopefully with a few pointers i can maybe impl some of this. i've muddled my way through so far with limited understanding of haskell.
below, I'm just going over some of the possible ways that this could work in case anyone has any design input.
folders-last
.folders-first
not make afolder-last
in addition,default
/first
/last
folders-sort
sort
(files, and folders iffolders-sort
is unused or default)default
/negate
/negate-unordered
Beta Was this translation helpful? Give feedback.
All reactions