Mert Doğruca
Mert Doğruca
In node_modules/vue-socket.io/dist/vue-socketio.js there is a line as: `{t.prototype.$socket=this.io,t.prototype.$vueSocketIo=this,t.mixin(n),i.info("Vue-Socket.io plugin enabled")}` I just changed the line as: `{t.config.globalProperties.$socket=this.io,t.config.globalProperties.$vueSocketIo=this,t.mixin(n),i.info("Vue-Socket.io plugin enabled")}` Simply changed "t.prototype"'s to "t.config.globalProperties"'s, and it works but don't know...
You can add > After I answer, please provide information about how good my answer was. So It can share its opinion if it was a good answer or not....
## Change Type - [x] Bug fix (non-breaking change which fixes an issue) ## Testing Create at least 11 different prompts in the prompts library. Go to the next page....
### What happened? If you select a prompt and use the filter and remove the filter sometimes even there are no filters applied there is no prompt found. And if...
### What happened? You can not use the pagination if you use the filter if you are on a pageNumber bigger than 1. I think the problem can be fixed...
### What features would you like to see added? **Current Behavior:** Currently, users can only use predefined categories to organize their prompts in the Prompt Library. This limitation restricts users...