-
Notifications
You must be signed in to change notification settings - Fork 18
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
Persist decks #461
base: master
Are you sure you want to change the base?
Persist decks #461
Conversation
Add support for having a mapping from account pubkey to `Columns` struct so accounts can have their own Columns. This doesn't fully satisfy the intended decks implementation, but it is getting closer Signed-off-by: kernelkind <kernelkind@gmail.com>
Signed-off-by: kernelkind <kernelkind@gmail.com>
Signed-off-by: kernelkind <kernelkind@gmail.com>
Signed-off-by: kernelkind <kernelkind@gmail.com>
Signed-off-by: kernelkind <kernelkind@gmail.com>
Signed-off-by: kernelkind <kernelkind@gmail.com>
Signed-off-by: kernelkind <kernelkind@gmail.com>
Signed-off-by: kernelkind <kernelkind@gmail.com>
Signed-off-by: kernelkind <kernelkind@gmail.com>
Signed-off-by: kernelkind <kernelkind@gmail.com>
Signed-off-by: kernelkind <kernelkind@gmail.com>
Signed-off-by: kernelkind <kernelkind@gmail.com>
This merges the full deck draft with some fixes into full_decks_support. This brings in a few fixes from master as well. kernelkind (12): basic decks impl full deck impl WIP: configure deck view add decks edit integrate NewDeck in app WIP: side panel show decks deck switching WIP: EditDeckView integrate EditDeckView integrate deck deletion TMP: secondary click to edit deck perform switching account/deck switching current frame
Signed-off-by: kernelkind <kernelkind@gmail.com>
Signed-off-by: kernelkind <kernelkind@gmail.com>
Signed-off-by: kernelkind <kernelkind@gmail.com>
Signed-off-by: kernelkind <kernelkind@gmail.com>
7d05860
to
0e8233d
Compare
can you rebase and squash this into relevant commits ? it's becoming too difficult to review |
Signed-off-by: kernelkind <kernelkind@gmail.com>
yes |
might need a rebase instead of merge. also looks like you merged the wrong master |
this rebase might be tricky... may need to squash a bunch of stuff first on the original base branch since there are so many edit commits |
yeah this is pretty brutal. I will try to fix |
removed in ee5dd54 Signed-off-by: kernelkind <kernelkind@gmail.com>
Signed-off-by: kernelkind <kernelkind@gmail.com>
on top of #452