feedback icon indicating copy to clipboard operation
feedback copied to clipboard

Feedback Component for Next.js

Results 4 feedback issues
Sort by recently updated
recently updated
newest added

I have introduced a custom CodeBlock component utilizing react-syntax-highlighter to provide a rich, stylized display of code snippets within our project's documentation and examples. A 'Copy' button has been integrated...

https://github.com/upstash/feedback/blob/345170b4384e417b590b04d4c774638ab414e986/src/index.tsx#L27 This causes unpredictable api paths when the form is not embedded at `/`

![A13E3B12-A09C-4EB7-A0DE-A96EEF98DB3C](https://user-images.githubusercontent.com/39055174/212572451-5e08358a-f41f-44e8-aabf-da1ea68c5295.jpeg) As you can see in the screenshot above, the placement of the feedback widget modal is kind of wonky and off center on mobile. It would be great if...

It would be great to be able to edit the placeholder and button label props of your feedback widget. I kind of have to do it by hand now, as...