Commit Graph

8 Commits (862f101772c0b33ce76fd968ed04c478cf1d0dc3)

Author SHA1 Message Date
Aditya Toshniwal 862f101772
Significant changes to use ReactJS extensively.
1. Replace the current layout library wcDocker with ReactJS based rc-dock. #6479
2. Have close buttons on individual panel tabs instead of common. #2821
3. Changes in the context menu on panel tabs - Add close, close all and close others menu items. #5394
4. Allow closing all the tabs, including SQL and Properties. #4733
5. Changes in docking behaviour of different tabs based on user requests and remove lock layout menu.
6. Fix an issue where the scroll position of panels was not remembered on Firefox. #2986
7. Reset layout now will not require page refresh and is done spontaneously.
8. Use the zustand store for storing preferences instead of plain JS objects. This will help reflecting preferences immediately.
9. The above fix incorrect format (no indent) of SQL stored functions/procedures. #6720
10. New version check is moved to an async request now instead of app start to improve startup performance.
11. Remove jQuery and Bootstrap completely.
12. Replace jasmine and karma test runner with jest. Migrate all the JS test cases to jest. This will save time in writing and debugging JS tests.
13. Other important code improvements and cleanup.
2023-10-23 17:43:17 +05:30
Dave Page b4f517f7ff
Rename tasks in workflows to allow rule enforcement in Github. 2023-10-05 11:57:24 +05:30
Aditya Toshniwal cc9297327b
Upgrade yarn when running JS test Github action 2023-04-25 10:32:33 +05:30
Dave Page 2d024fd7e6 Run Javascript tests on all three major platforms. 2023-04-05 13:39:44 +01:00
Dave Page da937e2618 Don't upgrade base images when running tests.
This takes a lot of time and CPU minutes, and Github keep the images pretty fresh anyway.
2023-03-30 11:23:57 +01:00
Aditya Toshniwal b780339abb
Run only JS test cases in JS test case action 2023-03-30 11:15:35 +05:30
Dave Page ac4827c33b Don't let actions pile up! 2023-03-29 13:08:53 +01:00
Dave Page 43449be18c Run Javascript tests. 2023-03-29 12:51:27 +01:00