SalesforceLabs / ActivityTimelineLWC

A LWC implementation of the Activity Timeline https://lightningdesignsystem.com/components/activity-timeline/#site-main-content
BSD 3-Clause "New" or "Revised" License
26 stars 28 forks source link

Timeline in mobile app #30

Open paulopedras opened 1 month ago

paulopedras commented 1 month ago

When using the timeline in the salesforce mobile app it shows the outline of the component is out of place in the mobile view. The timeline it's supported for mobile devices?

Steps to reproduce: Enter the Salesforce Mobile App Go to an object with a timeline configured Check that the line of the component overlaps the collapse/expand button

timeline final

rbklaassen commented 1 month ago

That indeed doesn't look great. We should be able to fix that in a next release!

Ronald Klaassen Senior Technical Architect | Salesforce Mobile: +31620888998

http://salesforce.com/nl/signature

--

On Thu, Oct 10, 2024 at 2:35 PM paulopedras @.***> wrote:

When using the timeline in the salesforce mobile app it shows the outline of the component is out of place in the mobile view. The timeline it's supported for mobile devices?

Steps to reproduce: Enter the Salesforce Mobile App Go to an object with a timeline configured Check that the line of the component overlaps the collapse/expand button

timeline.final.jpg (view on web) https://github.com/user-attachments/assets/e47a4b64-618f-40ce-a757-0224839b66bb

— Reply to this email directly, view it on GitHub https://github.com/SalesforceLabs/ActivityTimelineLWC/issues/30, or unsubscribe https://github.com/notifications/unsubscribe-auth/AF4CAFEN4XVL5FSZPL2NOKTZ2ZYBLAVCNFSM6AAAAABPWV64DOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU3TQNZRHE2TEOI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

rbklaassen commented 1 month ago

Hi @paulopedras, looked into this. It seems that the mobile app doesn't apply the size attribute of the lightning-button-icon tag. Resolving this would mean refactoring all these kinds of buttons to a custom button. I don't think we will plan this work to be done unfortunately.