Sujai Kumar Gupta
Sujai Kumar Gupta
@rtibbles Is this issue still reproducible? When i delete a resource i dont see a `Back to channels` link
@rtibbles I am seeing no such icons: [Screencast from 18-09-23 10:55:11 AM IST.webm](https://github.com/learningequality/kolibri/assets/120925871/32aa6ced-2168-4ce2-bb8b-bc72f7cbdd04) I dont even see `new` when downloading new channel
Hey @marcellamaki, I tried debugging it and what is observed was the `new` label was dependend on prop `showNewLabel`. and whether that prop is true or not depends on this...
@marcellamaki ok looking into it
What could be the logic to show `updateBadge`, i see for showing `newBadge` we check whether the `task type` is not of type DISKCONTENTEXPORT or DISKEXPORT or DELETECHANNEL. So shall...
@rtibbles how would suggest for this logic to be implemented? Currently new badge is shown based on task list, should update also follow similar pattern?
Hello @MisRob i am working on this issue currently. Could you assign it to me?
I understand what changes are to be done in `kolibri-design-system/lib/KTextbox`. How do i verify the changes are affecting because when i edit the file in `node_modules/kolibri-design-system/lib/KTextbox` it doesn't work, how...
@MisRob Thank you for the help. When we navigate to pages using pages using keyboard, no page will have the `coreOutline` with any component by default, it is only the...
@MisRob Thank you for the help The problem is arising because of the Design of `KTextbox` which is supposed to have `coreOutline` property wrt to `changedOrFocused`(https://github.com/learningequality/kolibri-design-system/blob/develop/lib/KTextbox/index.vue#L16) So when `ProfileEditPage` is...