-
Notifications
You must be signed in to change notification settings - Fork 2
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
Epic: List
Interface
#400
Comments
At present this is what we see when we visit http://localhost:4000/lists in the Similar to #396 this interface/layout needs some TLC. 🪄 |
I don't think the "all" |
Don't disagree. It makes sense always to exist and it's a fundamental "view" on all items. 👌 |
If by editable you mean allow people to add or remove items from it, I agree it shouldn't be editable. It's the master list. What I do think should exist is an option for a person to select whichever view they want as their 'home' view. I will open a separate issue for discussion as it doesn't impact this one. |
Working on the layout with TailwindUI: Just need to tidy the buttons for |
Buttons themed: http://localhost:4000/lists iOS Simulator:
Looks/works fine on Mobile because it's a Safari/Chrome standard feature: Very happy for anyone Recommended reading: https://www.nngroup.com/articles/ok-cancel-or-cancel-ok/ |
Tackling the "New List" Page next: http://localhost:4000/lists/new |
With #345 we've added
lists
as outlined in #356Documented in: book/mvp/lists ✅
What we don't yet have is the interface for interacting with
lists
!Todo
lists
give us; we just need a brief sentence. 💡 📝lists
including: 👀text
to change the display name of the list.lists
🆕item
to alist
. ➡️d2) Move multiple
items
to alist
in a single action e.g: select multiple.item
from alist
Feat: implementremove_item_from_list/3
function #422list
with otherpeople
... 🫂Some of these features are already started in @SimonLab's
Lists
PR: #165So my plan is to use that PR as the basis for this to not waste any work. 🤔
The text was updated successfully, but these errors were encountered: