-
Notifications
You must be signed in to change notification settings - Fork 1
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
Improvements #267
Improvements #267
Conversation
- In a long list the cards would sligthly be covered and hard to read, now the offset is center
- Also set top corner radiuses to 0, to form a comic bubble-shape
- The pill-texts looked too blurry
- All buttons have same distance between each other and borders of card
- We calculate the screen width, and scale depending on it
- If error -> red border for Input
- Add margin -1 so the element wont resize when focused
- More space between elements
- Remove unused yellow
- Title has a coloured bg, bottom is white
- Remove the icon with no padding
- We resize the banner depending on screen-size - We don't want the keyboard affect the banner-size (android)
2a7ac8c
to
f808e52
Compare
- Add a post install workaround for deprecated c++ func
20ae628
to
6cffdc9
Compare
35ee7be
to
63f46c6
Compare
- always trigger onFocus-styles away, and then the optional callback
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Proper good. Chech that note about naming of keyboardStateListeners
- Change ternary to normal logic operator - Rename keyboard listeners for readability - Remove unused test (no admin login) - Remove dead code from admin login
b637e80
to
ae0de70
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
STILL PROPER GOOD :D
What has changed?
Introduces a big list of improvements from Trello-ticket
Why was the change made?
Fixing bugs and implementing improvements found out in our demo-review-session. We try to "polish" the app in a state that we can start focusing on the web application and leave the mobile app to be for a bit
Caveats?
N/A
Related Trello issue
Link to the Trello ticket
Link to the translation changes ticket
Link to the test review round 1 ticket
Link to the test review round 2 ticket
Checklist