DYN-5296 setting dynamic height for notification center popup#14014
Conversation
|
Rebase your branch? @Enzo707 |
|
PR on notification center side: DynamoDS/NotificationCenter#36 |
|
@Enzo707 Merged the PR on notification center. I know we are waiting on the PR to the HIG repo, but you can clean up this PR. It has conflicts too now. You can just create a new PR on top of updated master, if that is easier as I think this PR has only changes to 2 files. |
|
hi @Enzo707 @reddyashish The PR DynamoDS/hig#3 has been merged, right now we only need to publish the npm packages for Dynamo repo to consume |
ab11a0c to
c93f22f
Compare
| onMarkAllAsRead(ids); | ||
| } | ||
|
|
||
| public void UpdateNotificationWindowSize(int height) |
There was a problem hiding this comment.
Add summary to this public method.
There was a problem hiding this comment.
For function comments, please use /// while // is mostly used for inline comments for block of code
|
hi @Enzo707 While building your PR locally I did not get the same results, can you double check? Also cleaned up one function that is not used |
Hi @QilongTang I'm gonna add this function (with a summary) back as this is triggered in NotificationCenter side for passing the current height to Dynamo. The issue that you described above should be resolved after that. |
bcdc2d1 to
51a3566
Compare
51a3566 to
81baaad
Compare
|
EngOps build error is a bit unknown, looking for ways to restart it |


Purpose
Screen.Recording.2023-05-22.at.00.25.32.mov
This PR is related to DYN-5296
Declarations
Check these if you believe they are true
*.resxfilesRelease Notes
This PR implements a dynamic height resizing for notifications popup base on Notification Center height.
Reviewers
@RobertGlobant20
FYIs
@RobertGlobant20
@reddyashish