LambStatus icon indicating copy to clipboard operation
LambStatus copied to clipboard

Adding hyperlinks to components

Open dakotabenjamin opened this issue 5 years ago • 1 comments

Hi, I'm trying to contribute this feature but having some trouble: https://github.com/dakotabenjamin/LambStatus/tree/add/hyperlinks-in-components

One issue I am having is that once created I cannot edit the URL. In the Component Dialog I change the text then hit edit, but when I open the dialog again the text is the old text.

Am I missing something?

dakotabenjamin avatar May 10 '19 13:05 dakotabenjamin

Thank you for your contribution!

When the component is updated, updateComponent action is called instead of postComponent.
https://github.com/dakotabenjamin/LambStatus/blob/9e1690c426c8bb44c56cefd8821f91152e5824da/packages/frontend/src/actions/components.js#L67

ks888 avatar May 13 '19 06:05 ks888