Skip to content
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

Visual warts #25

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

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

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.

None yet

1 participant