LawrenceLoz / FormulaShare-DX

A native app to support complex Salesforce sharing with quick and easy configuration
MIT License
56 stars 17 forks source link

Enhancement: Reusable lightning-spinner with text #21

Open sfdcschwabe opened 3 years ago

sfdcschwabe commented 3 years ago

During research I found this video which is very similar to your implemented approach with the lightning-spinner which is shown when you (de)activate rules.

But the difference with the above solution in the video is: You don't have to hardcode the subtitle of the spinner in your css.

LawrenceLoz commented 3 years ago

Yes agree this would be an improvement. Controlling the delay of the second message being shown if loading isn't fast enough in your new component would also simplify the logic in the places it's called.