ui icon indicating copy to clipboard operation
ui copied to clipboard

integrate into the core

Open farfromrefug opened this issue 4 years ago • 1 comments

First I really like what you did. I think it would be great to have that feature in N a note on the implementation. you don't need to override all layouts. you could.simply create a mixin and apply it to LayoutBase. that way when read we could simply copy paste the code in N LayoutBase class. this is what I did iny material components . that way you could bring RTL to any layout sublcassing LayoutBase.

farfromrefug avatar Jun 08 '21 17:06 farfromrefug

First I really like what you did. I think it would be great to have that feature in N a note on the implementation. you don't need to override all layouts. you could.simply create a mixin and apply it to LayoutBase. that way when read we could simply copy paste the code in N LayoutBase class. this is what I did iny material components . that way you could bring RTL to any layout sublcassing LayoutBase.

that great idea, I want to merge it to NS maybe your idea will help a lot

xlmnxp avatar Jun 08 '21 21:06 xlmnxp