diff --git "a/21149814.csv" "b/21149814.csv" deleted file mode 100644--- "a/21149814.csv" +++ /dev/null @@ -1,10826 +0,0 @@ -issuekey,created,title,description,storypoints -117037182,2022-10-17 14:07:10.856,FE: use React 18,"update packages to use react 18: -- react -- react-dom -- react-test-renderer -- @testing-library/react"": ""^12.1.2"", -> 13 -- @testing-library/react-hooks"": ""^7.0.2"", -> uninstall and import renderHook from above package -- @types/react -- @types/react-dom - -Make sure this branch is uptodate with master. - -If possible this ticket should be splitted into smaller ones. Fix upcoming react changes separately (if possible) - -TODO: - -- [x] wmjsmap doesn't currently work with React 18 in Strict mode, this has to be fixed. The map view gets mounted, unmounted and not remounted. We could temporarily disable strict mode for the app until it's fixed. More info: https://reactjs.org/blog/2022/03/08/react-18-upgrade-guide.html#updates-to-strict-mode. Fix in separate ticket https://gitlab.com/opengeoweb/opengeoweb/-/issues/2957 -- [x] typing in a TAF field breaks the app, try to update react-hook-form to V7 first? https://gitlab.com/opengeoweb/opengeoweb/-/issues/2926 Not sure if this would fix it, maybe needs a bit more investigation. -- [x] fix tests (problems with `act` warnings in tests: https://github.com/testing-library/react-testing-library/issues/1051) -- [x] screenmanager issue https://gitlab.com/opengeoweb/opengeoweb/-/issues/3093 -- [x] login issue https://gitlab.com/opengeoweb/opengeoweb/-/issues/3094 -- [x] drag and drop issue https://gitlab.com/opengeoweb/opengeoweb/-/issues/3095 -- [x] map presets issue https://gitlab.com/opengeoweb/opengeoweb/-/issues/3100 -- [x] spaceweather graphs issue https://gitlab.com/opengeoweb/opengeoweb/-/issues/3101 -- [x] spaceweather notification populate issue https://gitlab.com/opengeoweb/opengeoweb/-/issues/3102 -- [x] sigmet level values issue https://gitlab.com/opengeoweb/opengeoweb/-/issues/3103 -- [x] TAF autosave issue https://gitlab.com/opengeoweb/opengeoweb/-/issues/3180 -- [x] Sigmet Volcanic Ash Cloud issue https://gitlab.com/opengeoweb/opengeoweb/-/issues/3181 -- [x] Airmet Cloud levels issue https://gitlab.com/opengeoweb/opengeoweb/-/issues/3182",8 -117021690,2022-10-17 12:25:48.579,FE: sigmet/airmet fix readonly styling of inputs,Make sure that the form is looking correct in view mode. The inputs should have disabled (to prevent focus) and readonly props to work. Styling should be minimal as form-fields should take care of it,2 -116995301,2022-10-17 07:44:15.151,FE: add theming to form-fields,"Add theming to form-fields. Add light and dark, and rename current ones to OldTheme (or something). When we are done with spaceweather, the only thing left to do is remove these old stories",3 -116984700,2022-10-17 05:01:33.520,FE: sigmet/airmet add container queries to dialog,"Add container queries to make the dialog also work for smaller sizes of sigmet airmet -https://gitlab.com/opengeoweb/opengeoweb/-/merge_requests/1928#note_1136151475",3 -116892439,2022-10-14 12:12:30.749,FE: Activate openapi check,"After updating the openapi specifications in the aviation and SW BE, the check should be turned on in the FE by adjusting the content-type",5 -116892401,2022-10-14 12:11:34.401,BE: Fix SW types in OpenAPI specs for aviation backend,"Following updating specification for TAF, SIGMET & AIRMET, also update for SW as checking will be conducted in the near future",3 -116871163,2022-10-14 06:32:42.622,FE: sigmet/airmet extract field layout,"All fields have same inline layout, but all are defined in the components. Extract this, to make fixing form fields later easier",2 -116829654,2022-10-13 12:54:04.714,FE: make ContentDialog responsive,"DEsigns can be found https://app.zeplin.io/project/5ecf84a3c6ae1047a368f393/screen/5f4e0b5cef6167b007682172 - -- (long) title should look correct on small screens -- action buttons should get optionlist menu -- don't use javascript to get it completely like design in viewport of the dialog. We should wait for container queries -- make sure the form elements look correct - -![Screenshot_2022-10-13_at_14.53.30](/uploads/3bab33bd95e63df9172bea2fd060c75c/Screenshot_2022-10-13_at_14.53.30.png)",2 -116828754,2022-10-13 12:41:47.460,FE: fix storybook warnings,"Some stories generate warnings, we need to change to the new syntax. Also update the readme (for the zeplin links) where needed. - -![Screenshot_2022-10-13_at_14.42.06](/uploads/621c86c2551b32ab01d329c87ba53ff0/Screenshot_2022-10-13_at_14.42.06.png) - - -In 5.x CSF, you would annotate a story like this: -``` -export const Basic = () =>