-
Notifications
You must be signed in to change notification settings - Fork 35
feat(frontend): add tooltips for better UX #151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have reverted those two files to it's original state
Nirbhay21
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also runned "npx prettier --write ."
|
@Nirbhay21 It looks like the checks are failing during |
It checked it it shows this - Failure summary Quick fix (recommended) Should I do this quick fix by updating test ? |
|
@Nirbhay21 Thanks for checking! From the logs it seems like the issue is with navigator.clipboard.writeText not being implemented in jsdom. |
|
Also, you can try running |
|
@Nirbhay21 i'd suggest just mock that function in the test file and check if it works, similar to |
Ok |
Description
Added tooltips for copy buttons and hide buttons
Checklist
npx prettier --write .(for formatting)gofmt -w .(for Go backend)npm test(for JS/TS testing; note: some IndexedDB tests fail in Node environment, but app works in browser)Additional Notes
And i dont wanted to change,
It automatically changed when i setup project locally.