-
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
Feat: Add Lists to Main Menu #424
Labels
elixir
Pull requests that update Elixir code
priority-1
Highest priority issue. This is costing us money every minute that passes.
T1h
Time Estimate 1 Hour
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
Comments
nelsonic
added
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
priority-1
Highest priority issue. This is costing us money every minute that passes.
T1h
Time Estimate 1 Hour
elixir
Pull requests that update Elixir code
labels
Sep 15, 2023
With @LuchoTurtle's help pairing on this we figured out that the mvp/lib/app_web/templates/layout/root.html.heex Lines 171 to 182 in dd59426
id made it all work. 🎉
|
nelsonic
added a commit
that referenced
this issue
Nov 1, 2023
nelsonic
added a commit
that referenced
this issue
Nov 1, 2023
nelsonic
added a commit
that referenced
this issue
Nov 1, 2023
nelsonic
added a commit
that referenced
this issue
Nov 1, 2023
nelsonic
added a commit
that referenced
this issue
Nov 1, 2023
Included in #165 ✅ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
elixir
Pull requests that update Elixir code
priority-1
Highest priority issue. This is costing us money every minute that passes.
T1h
Time Estimate 1 Hour
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
At present there is no way to navigate to a
list
from the Main Menu:Todo
lists
and display them in the main menu/?list_cid=:list_cid
Note: the route for the
/lists
on the #165 PR is currently:mvp/lib/app_web/router.ex
Line 32 in 10a2a6a
The
except: [:show]
part means we don't yet have an interface for displaying thelist
.So we need that part too ... 💭 ref: #423
The text was updated successfully, but these errors were encountered: