Commit graph

8 commits

Author SHA1 Message Date
Rushabh Mehta
f9f36b6f72 fix: Inter V loading issues 2023-11-24 15:01:45 +05:30
Suraj Shetty
b1294596db style: Auto format .scss files with prettier 2023-11-13 11:50:43 +05:30
marination
5f6a6a025a fix: Load map libraries at build time to avoid async issues during geolocation render
- When gelocation control is built, it awaits loading of libraries
- Withi the control everything is await but a layer above where multiple controls are sequentially built this breaks
- Form render goes ahead without waiting for the gelocation control
- The `onload_post_render` in `Location` cannot find the map wrapper as the control is still being built
- Therefore, on a hard load, the control does not show up and appears on soft reload.
2023-05-19 16:56:54 +05:30
Suraj Shetty
295926f6b4 fix: Font awesome path 2022-07-06 13:01:38 +05:30
Suraj Shetty
fd7e607ad1 refactor: Use minified font-awesome file and add FA license 2022-07-06 08:31:01 +05:30
Suraj Shetty
165a0a408f chore: Add licenses to leaflet libraries 2022-07-04 11:38:06 +05:30
Faris Ansari
a879f1235a fix: Convert module.less to module.scss 2021-04-23 06:19:16 +05:30
Faris Ansari
3b54dac489 fix: Create .bundle.* files that needs to bundled 2021-04-22 07:01:36 +05:30