Application main page, remove top bar #29
No reviewers
Labels
No Label
Large
Medium
Small
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: david/poker-chips-helper#29
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "djwesty/24"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Addresses Issue #24
This work addresses the issue we had of the expo router title bar simply saying "index". The issue was originally to remove the bar, but instead I decided to keep it and just change the name to our app name. I instead removed the redundant title within the page itself
I also added
coverage
to gitignore, which is automatically generated byjest
when you test for code coverage.Also some minor ts/js tweaks to set some code examples
Approved! Nice work!
Thanks for adding the test coverage config! It will be really helpful.
I see you changed the index to the page title. That makes the page more readable.