Skip to content
This repository has been archived by the owner on Dec 14, 2019. It is now read-only.

Let buffers be enable to be manually sorted #18

Open
simnalamburt opened this issue Nov 26, 2016 · 1 comment
Open

Let buffers be enable to be manually sorted #18

simnalamburt opened this issue Nov 26, 2016 · 1 comment

Comments

@simnalamburt
Copy link
Member

simnalamburt commented Nov 26, 2016

You should be able to change the order of channels as you like.

@heejongahn
Copy link
Contributor

Title

Enable manual sorting of the buffers

Body

For now, prototype front-end is using elm's Dict for saving the buffers(bufferMap). As this is ordered map, we cannot manually change the order within the buffers. However, there has to be a way to do that, because users will want to configure the order of the buffers based on their preferences.

We can start from giving a unique id to each buffer (as a record member) and sort the buffers based on their id.

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

No branches or pull requests

2 participants