dukenv0307

Results 10 comments of dukenv0307

## Proposal ### Please re-state the problem that we are trying to solve in this issue. The app displays fixed set of results for a few seconds and closes when...

@Santhosh-Sellavel @lschurr I've updated my proposal a bit: https://github.com/Expensify/App/issues/16367#issuecomment-1508094399 Please help take a look

## Proposal ### Please re-state the problem that we are trying to solve in this issue. Profile - Personal details not open on offline mode ### What is the root...

This issue only happens when we don't go to this page before we go offline. If we go to this page at least once in online mode, this will not...

@shawnborton Can you please confirm the bg color of the subscription icon here? Actually, `SubscriptAvatar` doesn't support to change the background color of subscription icon. We can only change the...

> If we want to change the bg color instead of background color of border, I will update the PR to add an extra prop in SubscriptAvatar to support changing...

@shawnborton > What exactly is SubscriptAvatar? I don't think I understand the name of that. This is a component that we used to display the avatar like workspace switcher button....

> Why not name it something more friendly like AvatatarWithArrowButton or something The reason can be the aim of this component to display two avatars like this. Not for the...

I think we have two options here 1. Still re-use `SubscriptAvatar`, add an extra prop to change the bg color of the small icon 2. Create a new component like...

@thesahindia Updated the PR to use an extra style prop.