-
Notifications
You must be signed in to change notification settings - Fork 55
add lender-tooltip on a lenderrequest with link to user #5772
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
base: master
Are you sure you want to change the base?
Conversation
ch0rizo
left a comment
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.
Lgtm :))
| type TimeRangeWithUser = { | ||
| start: string; | ||
| end: string; | ||
| fullDay: boolean; | ||
| userDisplayName: String; | ||
| userName: String; | ||
|
|
||
| }; |
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.
Is there a difference between capitalized string and not?
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.
The shouldn't be capitalized. Looking at the files changed they are not capitalized, but looking at your comment they are, so I don't know
09f71f5 to
b85fb4b
Compare
Description
When hovering a lendingobject in the calendar, you now can see who the lender is. Works with both full day and partial day lendings
Result
If you've made visual changes, please check the boxes below and include images showing the changes. Descriptions are appreciated.
Caution
Make sure your images do not contain any real user information.
Testing
no tests have been written
ABA-1589