mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-01 04:55:57 +08:00
Add details to notifications. If details are available show share icon on hover in the notification history. On click the full content is copied to the clipboard. With this is easier for an user to share the full details of an error on github or discord. <img width="377" height="107" alt="image" src="https://github.com/user-attachments/assets/f22638a1-bafd-4708-8d8a-0ec48db10f1d" /> <img width="377" height="107" alt="image" src="https://github.com/user-attachments/assets/d4a66860-f99f-4ac1-992c-81e31ab13eba" /> ```json { "title": "Error", "message": "Failed to save config", "details": { "status": 422, "validationErrors": [ "Unrecognized key(s) in object: 'invalid'" ] } } ``` --------- Co-authored-by: Jack <jack@monkeytype.com> |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| docker | ||
| scripts | ||
| src | ||
| static | ||
| vite-plugins | ||
| .firebaserc_example | ||
| .oxlintrc-plugin.json | ||
| .oxlintrc.json | ||
| eslint.config.js | ||
| firebase.json | ||
| package.json | ||
| tsconfig.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||