Fayaz Ahmed

Results 44 comments of Fayaz Ahmed

> @fayazara Depending on how badly you need it, you could move @nuxt/image-edge folder from node_modules into your own `vendor` directory, make the changes you need (e.g. mirror the changes...

> Hmmm not sure then. I'm using the `` tag like so with the changes from my PR #629 : > > ``` > src="/img/sample-image.jpg" > alt="Sample Image" > sizes="xs:100vw...

@adithyaakrishna Thank you for the PR. Please notify me whenever you think this is ready, we will merge it.

Hey @Andyrrrrr, Yes, this was already under consideration. I was thinking of getting synonyms from the Datamuse [api](https://api.datamuse.com/words?rel_syn=journal). Could probably run a script and get these and integrate it with...

@scmmishra, @muhsin-k I am replacing showing toasts with alertMixin instead of bus emits, however skipped these two files, added comments 1. `app/javascript/dashboard/components/ui/DatePicker/DatePicker.vue` - Has Vue 3 script syntax 2. `app/javascript/v3/components/SnackBar/Container.vue`...

@scmmishra this was a really good catch. Some of these methods were doing more than just showing alerts, hence renamed them to showAlertMessage. ![CleanShot 2024-05-31 at 00 32 36@2x](https://github.com/chatwoot/chatwoot/assets/15716057/37642b47-a432-437d-870f-471dd282f37e)

https://github.com/aksharahegde/pahachaan/assets/15716057/46f72afa-3029-4af2-b19c-9da368a11efa I was about to log this issue 😂

@scmmishra Rewrote the composable to a helper method and replaced all the usage of this composable to a method