Skip to content

Conversation

@ShaileshS1702
Copy link
Member

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.

  • Changes look good on both light and dark theme.
  • Changes look good with different viewports (mobile, tablet, etc.).
  • Changes look good with slower Internet connections.

Caution

Make sure your images do not contain any real user information.

Description Before After
Light mode no hover image
Dark mode no hover image

Testing

  • [] I have thoroughly tested my changes.

no tests have been written

ABA-1589

@github-actions github-actions bot added the review-needed Pull requests that need review label Oct 24, 2025
Copy link
Contributor

@ch0rizo ch0rizo left a comment

Choose a reason for hiding this comment

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

Lgtm :))

Comment on lines 29 to 36
type TimeRangeWithUser = {
start: string;
end: string;
fullDay: boolean;
userDisplayName: String;
userName: String;

};
Copy link
Contributor

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?

Copy link
Member Author

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

@ShaileshS1702 ShaileshS1702 force-pushed the add_user_hover_on_lending_request branch from 09f71f5 to b85fb4b Compare November 15, 2025 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

review-needed Pull requests that need review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants