Antoine Clausse
|
b901bb6c75
|
[web] Update fetch-mock to version 12 (#24837)
* Update fetch-mock to version 12
* Replace `fetchMock.done` by `fetchMock.callHistory.done`
* Replace `…Mock.called` by `…Mock.callHistory.called`
* Replace `fetchMock.reset` by `fetchMock.hardReset`
* Replace `fetchMock.restore` by `fetchMock.hardReset`
* Replace `fetchMock.resetHistory` by `fetchMock.clearHistory`
* Replace `fetchMock.calls` by `fetchMock.callHistory.calls`
* Replace `fetchMock.flush` by `fetchMock.callHistory.flush`
* Update tests for fetch-mock version 12
See https://www.wheresrhys.co.uk/fetch-mock/docs/Usage/upgrade-guide
* Update stories for fetch-mock version 12
* Remove `overwriteRoutes` option
* Add `fetchMock.spyGlobal()` to storybook
* Remove deprecated `sendAsJson` param
* Replace `fetchMock.hardReset()` by `fetchMock.removeRoutes().clearHistory()`
* Fixup fetch-mock in storybook:
Call `mockGlobal` inside the hook, call `removeRoutes` and `unmockGlobal` on cleanup
Behaviour can be tested by navigating between
https://storybook.dev-overleaf.com/main/?path=/story/editor-ai-error-assistant-compile-log-entries--first-log-entry
https://storybook.dev-overleaf.com/main/?path=/story/editor-ai-error-assistant-compile-log-entries--rate-limited
https://storybook.dev-overleaf.com/main/?path=/story/project-list-notifications--project-invite
https://storybook.dev-overleaf.com/main/?path=/story/project-list-notifications--project-invite-network-error
And clicking the buttons
GitOrigin-RevId: 35611b4430259e4c21c3d819ad18b2e6dab66242
|
2025-04-17 08:06:24 +00:00 |
|
Jimmy Domagala-Tang
|
31fcd01e3a
|
Merge pull request #16039 from overleaf/jdt-notification-class-prop
Adding classname to notifications and overlay css utility
GitOrigin-RevId: 068672352efe2c93ca830d1dae0209cd02688226
|
2023-12-04 09:02:58 +00:00 |
|
Jessica Lawshe
|
98c8ee0e1f
|
Merge pull request #14793 from overleaf/jel-new-alert-content-string
[web] Option to pass content as string to notification component
GitOrigin-RevId: 05196a44d25dab5ba85b58965c3bb5ac071a3897
|
2023-09-14 08:04:34 +00:00 |
|
Jessica Lawshe
|
a3c54c7369
|
Merge pull request #14627 from overleaf/jel-new-alerts
[web] New notification styles
GitOrigin-RevId: ad8a102bbe1ab24be3fccc061f5bbf54912c77e4
|
2023-09-14 08:04:27 +00:00 |
|