[Remove Vuetify from Studio] Top-level buttons in Channels#5232
Conversation
MisRob
left a comment
There was a problem hiding this comment.
Thank you @RONAK-AI647! Code changes make sense and I confirm that clicking buttons works as expected.
For next time, would you upload screenshots you took after your changes? It helps reviewers to quickly get a sense of changes, and also understand that authors tested them. There's no need to re-upload images from the issue, we can find it easily there.
|
My bad @MisRob , they looked same , like no new UI change was there , so I thought to use the issue screenshot which had arrows , so others who visit the pr will quickly understand we are talking about which buttons . I will take care next time. |
|
No problem @RONAK-AI647. There are some minor expected changes, but it takes a very very detailed eye to spot it :)) |
Summary
Solves Issue #5218
Removed Vuetify that used
VBtnfrom the following buttons in Channels:That is
<NewChannel>and< NewCollection>and usedKButtonto replace them which is a KDS component.…
References
…
Reviewer guidance
Upadted VBtn with KButton
…