Skip to content

Visual warts #25

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

Closed
wants to merge 3 commits into from
Closed

Visual warts #25

wants to merge 3 commits into from

Conversation

russok
Copy link

@russok russok commented Aug 9, 2019

  1. added 100% height to the wrapper DIV to avoid truncation of content (same as issue Wrong height property on about/login pages in demo app #12)
  2. isAuthenticated is used as if it means the opposite (same as issue Inverted menu items #24)
  3. Tutorial menu item is disabled for no reason: added the route to tutorial
  4. The label "Enter your support message below" is truncated: reads as "Enter your support me..."

</IonList>
<IonList>
<IonListHeader>Tutorial</IonListHeader>
<IonItem onClick={() => {}}>
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the handler like that disables the item

function renderlistItems(list: any[]) {
return list
.filter(route => !!route.path)
Copy link
Author

@russok russok Aug 9, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all paths are truthy, no need for filtering

@brandyscarney
Copy link
Member

Thanks for the PR and sorry for the long delay in reviewing this! The project has since gone through several major updates, and these issues should now be resolved.

You can check out the latest version here: https://ionic-react-conference-app-ionic1.vercel.app/tutorial

If you're still seeing any problems, feel free to open a new issue. We appreciate your contribution! 🙂

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

Successfully merging this pull request may close these issues.

2 participants