11 Commits

Author SHA1 Message Date
3c20f044f6 fix (linter): linter setup 2025-08-01 14:08:59 +10:00
083eac248f fix (worker): iframe worker issue
Whenever using worker through an iframe it was throwing:

cannot open file SecurityError: Failed to construct 'Worker': Script at 'http://localhost:8000/assets/c06e8f0a220ae2c4e6fd03dd808e69ff1beee4c2/plugin/application_gis.zip/loader_dbf.worker.js' cannot be accessed from origin 'null'.
    at Module.default (loader_dbf.js:9:20)
    at application_table.js:58:50

So we made a helper function to run workers with an option to make it
compatible with iframes. The issue is it does require some flag to be
passed through the iframe: allow-same-origin and allow-scripts but this
was the only way we had to get it done until a better solution comes in
2025-07-17 16:12:53 +10:00
4f26bb265a fix (caching): retrocompatibility over previous release 2024-07-22 17:27:06 +10:00
9a45dc000a chore (tsc): tsc checks 2024-07-19 01:30:36 +10:00
8332752838 fix (eslint): fix eslint 2024-07-18 21:24:47 +10:00
e1b477b65b feature (base): configurable base 2024-06-21 21:05:44 +10:00
d5b0abb2d9 fix (public): linter in frontend rewrite 2024-02-26 00:23:39 +11:00
6573d4d9fb feature (viewerpage): form app 2023-12-16 03:26:53 +11:00
4e49d9054a chore (rewrite): rebuild filepage / viewerpage 2023-12-12 00:16:36 +11:00
1440febe42 chore (front): start of filepage and viewerpage 2023-12-11 00:24:43 +11:00
dd6e91c493 chore (frontend): move url in frontend 2023-11-27 20:58:54 +11:00