Commit graph

129 commits

Author SHA1 Message Date
Joshua Horton
884efc700b
Merge pull request #8280 from keymanapp/refactor/web/cookie-serialization
refactor(web): cookie serialization + deserialization 🧩
2023-02-24 08:15:45 +07:00
Joshua Horton
2fcd801119
Merge pull request #8271 from keymanapp/chore/web/namespaced-main
chore(web): renames folder for namespaced Web code 🧩
2023-02-24 08:15:38 +07:00
Joshua Horton
ba328a7cb1
Merge pull request #8270 from keymanapp/refactor/web/common-configuration
refactor(web): common config for both types of Keyman Engine for Web 🧩
2023-02-24 08:15:32 +07:00
Joshua A. Horton
2233358f95 chore(web): tweak per review 2023-02-23 10:09:30 +07:00
Joshua A. Horton
a8bd8a1712 chore(web): removes converted code from kmwutils.ts 2023-02-21 14:25:13 +07:00
Joshua A. Horton
e53e938d15 chore(web): cleanup 2023-02-21 14:16:11 +07:00
Joshua A. Horton
85966e128b change(web): osk cookie now leverages numeric typing, defaults 2023-02-21 14:16:11 +07:00
Joshua A. Horton
a36c0f11ca refactor(web): OSK cookie now uses new cookie serializer 2023-02-21 14:16:10 +07:00
Joshua A. Horton
832e2413c9 refactor(web): cookie serialization class, type enforcement 2023-02-21 14:16:10 +07:00
Joshua A. Horton
63b2e1185d chore(web): Merge branch 'refactor/web/common-configuration' into chore/web/namespaced-main 2023-02-21 14:15:46 +07:00
Joshua A. Horton
5f1099b862 chore(web): cleans up config submodule import, export pathing 2023-02-21 14:14:56 +07:00
Joshua A. Horton
7998029d0e chore(web): Merge branch 'change/web/keyboard-cache-fetch-modularization' into refactor/web/common-configuration 2023-02-21 14:02:22 +07:00
Joshua A. Horton
1081fb6052 chore(web): cleaner import pathing 2023-02-21 14:00:35 +07:00
Joshua A. Horton
17038f5e79 chore(web): Merge branch 'refactor/web/common-configuration' into chore/web/namespaced-main 2023-02-21 12:55:38 +07:00
Joshua A. Horton
03737ad10d chore(web): Merge branch 'change/web/keyboard-cache-fetch-modularization' into refactor/web/common-configuration 2023-02-21 12:55:16 +07:00
Joshua A. Horton
3b8f5828c4 chore(web): post-rebase unit test patch-up 2023-02-21 12:54:40 +07:00
Joshua A. Horton
23fa0c9e12 chore(web): moves remaining non-module engine/main to engine/namespaced-main 2023-02-20 14:02:16 +07:00
Joshua A. Horton
281ffe2d8d chore(web): fixes a describe_outputs 2023-02-20 13:46:05 +07:00
Joshua A. Horton
09c598ca8f refactor(web): extracts common config settings, creates corresponding esmodule 2023-02-20 13:43:22 +07:00
Joshua A. Horton
4a9be7a516 chore(web): forgetKeyboard() 2023-02-20 12:54:59 +07:00
Joshua A. Horton
bf569c9ca1 feat(web): stub/kbd cache unit tests, filtering of pre-fetched stubs 2023-02-20 12:54:58 +07:00
Joshua A. Horton
63450a1b0c fix(web): missed a keyboard-prefixing op spot 2023-02-20 12:54:58 +07:00
Joshua A. Horton
37eb02295a feat(web): cloud query unit tests (headless and dom) 2023-02-20 12:54:57 +07:00
Joshua A. Horton
bdab450b11 fix(web): basic bugfixes via "scratch test" 2023-02-20 12:54:57 +07:00
Joshua A. Horton
b7774002e0 chore(web): folder name shift, engine/build.sh :keyboard-cache target 2023-02-20 12:54:56 +07:00
Joshua A. Horton
cea89c6562 refactor(web): KeyboardStub extends KeyboardProperties, extracts StubAndKeyboardCache 2023-02-20 12:54:56 +07:00
Joshua A. Horton
e0c20db88b chore(web): cleanup from prior commits/work 2023-02-20 12:54:50 +07:00
Joshua A. Horton
12786151f1 change(web): defines cloud subfolder for engine/keyboards 2023-02-20 12:53:49 +07:00
Joshua A. Horton
4422b1697d chore(web): import path cleanup post-rebase 2023-02-20 12:53:49 +07:00
Joshua A. Horton
1ae7c3c5c4 change(web): relocates one method 2023-02-20 12:53:48 +07:00
Joshua A. Horton
be5a152210 fix(web): fixes query-return font handling 2023-02-20 12:53:48 +07:00
Joshua A. Horton
b973639a18 change(web): refactors, modularizes KMW cloud API querying code 2023-02-20 12:53:47 +07:00
Joshua A. Horton
560c09654e chore(common/web): minor cleanup 2023-02-20 10:35:32 +07:00
Joshua A. Horton
e10f043bf0 change(common/web): better typing, handling of legacy Codes endpoints 2023-02-20 10:24:42 +07:00
Joshua A. Horton
913593a652 feat(common/web): keyboard loader declaration bundle start 2023-02-17 14:26:35 +07:00
Joshua A. Horton
a93a554dba fix(web): right, main-web headless unit tests 2023-02-17 09:25:00 +07:00
Joshua A. Horton
4503ed9768 change(web): web child projects now utilize import paths 2023-02-17 09:22:43 +07:00
Joshua A. Horton
8fb5b42818 chore(common/web): Merge branch 'feature-esmodule-web-engine' into change/common/web/early-import-path-cleanup 2023-02-16 15:52:25 +07:00
Joshua A. Horton
6af1e4890e chore(web): Merge branch 'feature-esmodule-web-engine' into chore/web/feature-esmodule-update 2023-02-16 15:18:50 +07:00
Joshua A. Horton
889d347c02 chore(common): Merge branch 'master' into chore/common/js-ts-dependency-updates 2023-02-16 13:51:31 +07:00
Marc Durdin
4598f13ba8 chore(common): automatically apply _builder_check_color 2023-02-09 12:12:18 +07:00
Joshua A. Horton
24d3f35cc7 fix(developer): drops implicit 'dom' library from server tsconfig 2023-02-09 10:32:02 +07:00
Joshua A. Horton
3cbd0632ba chore(web): cleans up OSK module import paths 2023-02-06 10:09:28 +07:00
Joshua A. Horton
0b642561ac chore(common/web): Merge branch 'feature-esmodule-web-engine' into change/common/web/early-import-path-cleanup 2023-02-06 09:35:56 +07:00
Joshua Horton
e6caff993a
Merge pull request #8100 from keymanapp/feat/web/osk-modularization-testing
feat(web): unit tests for the OSK module & spun-off formerly-OSK components 🧩
2023-02-06 09:28:56 +07:00
Joshua A. Horton
dba8bd646d chore(web): cleans up element-wrapper imports, test imports 2023-02-06 09:24:51 +07:00
Joshua A. Horton
25050a5354 chore(common/web): Merge branch 'feature-esmodule-web-engine' into change/common/web/early-import-path-cleanup 2023-02-06 09:13:26 +07:00
Joshua A. Horton
e652e4df07 chore(web): addresses PR review concerns 2023-02-06 09:01:30 +07:00
Joshua A. Horton
82b95e01f5 chore(web): engine/device-detect cleanup 2023-02-06 08:45:27 +07:00
Joshua A. Horton
0348ec47f2 chore(web): Merge branch 'change/web/element-wrapper-modularization' into change/web/osk-modularization 2023-02-03 08:49:02 +07:00