Joshua Horton
cb5e3035a7
chore(web): replace --ci flag with builder_is_ci_build
...
Fixes : #12640
2025-05-02 09:39:39 +07:00
Joshua Horton
7b1cfe94ff
change(web): address engine/dom-utils linting errors
2025-04-29 10:52:35 +07:00
Joshua Horton
ee7ca4c6e1
chore(web): also link issues near font-family fix
2025-01-24 13:27:02 +07:00
Joshua Horton
d74f5544fc
chore(web): apply suggestion linking issue numbers
...
Co-authored-by: Marc Durdin <marc@durdin.net>
2025-01-24 13:27:02 +07:00
Joshua Horton
d6b831cb67
fix(web): fix font-family name escaping
2025-01-24 13:27:02 +07:00
Joshua Horton
6de6f879ca
fix(web): change font-url enclosing quotes
...
Fixes : #13018
Fixes : #13022
2025-01-24 13:26:55 +07:00
Joshua Horton
4004fe3b6c
fix(web): unblock font loading from data URL
2025-01-24 12:31:20 +07:00
Eberhard Beilharz
a6d2d02e61
refactor(web): move common/web/utils to web/src/engine/common/web-utils/
...
Fixes:#12025
2024-09-10 18:12:46 +02:00
Eberhard Beilharz
46ecfd4466
refactor(web): move remaining parts of keyboard-processor → keyboard
...
move parts of `common/web/keyboard-processor/` →
`web/src/engine/keyboard/`.
Fixes : #12110
2024-08-12 19:40:15 +02:00
Joshua A. Horton
dc00f791a2
fix(web): declares variable
...
This was originally developed before the TS-strictness PR set. The variable was originally declared but unused at the time, and it was purged then as a result.
2024-06-06 09:25:22 +07:00
Joshua A. Horton
cce2f9a867
chore(web): Merge branch 'master' into feat/web/package-kbd-renderer
2024-06-06 08:51:08 +07:00
Joshua Horton
c3277c5fdf
Merge pull request #11464 from keymanapp/chore/web/final-config-flag-fixes
...
chore(web): finalize web/ project parity with base-repo TS config settings (aside from JS version target) 🔩
2024-06-03 15:16:35 +07:00
Joshua Horton
c858824d81
Merge pull request #11463 from keymanapp/chore/web/strict-func-types
...
chore(web): enforce strict function types in web/ 🔩
2024-06-03 15:16:19 +07:00
Joshua A. Horton
d2987ac26f
chore(web): Merge branch 'chore/web/partial-config-cleanup' into chore/web/remove-no-implicit-any
2024-06-03 11:57:33 +07:00
Joshua A. Horton
532bba95a8
chore(web): Merge branch 'master' into feat/web/package-kbd-renderer
2024-05-29 11:44:44 +07:00
Joshua A. Horton
7e1571d382
chore(web): the final push for config-flag parity for web/
2024-05-29 10:57:41 +07:00
Joshua A. Horton
a94c5115a8
chore(web): enforces strict function types in web/
2024-05-29 10:46:32 +07:00
Joshua A. Horton
4e80e63f1c
chore(web): restore webkitUserSelect
2024-05-29 10:43:13 +07:00
Joshua A. Horton
6591c61eeb
chore(web): enforces noImplicitAny for app/browser and app/webview
2024-05-29 10:43:11 +07:00
Joshua A. Horton
b2a87c6213
fix(web): cleans up stylesheet font-promise handling + typing
2024-05-29 10:43:11 +07:00
Joshua A. Horton
74d63167f1
fix(web): fixes kbd-help documentation for help.keyman.com
2024-05-17 13:05:29 +07:00
Marc Durdin
cd8121ef65
chore(common): builder scripts now use /resources/build/builder.inc.sh
...
Note: there is a bit of potential confusion about the difference between
/resources/builder.inc.sh (the full implementation for builder scripts),
and /resources/build/builder.inc.sh (the source script that builder
scripts should always use).
This allows us to make assumptions that will always be true for builder
scripts that may not be true for other scripts, such as setting base
folder.
2024-05-02 15:54:31 +07:00
Marc Durdin
0f390d47cc
chore(common): maintenance on build scripts - cd
...
Fixes #11324 .
* Always `cd "$THIS_SCRIPT_PATH"`
* Remove unnecessary `cd` from all build.sh
* Remove unnecessary `set -eu` from all build.sh (and `# set -x`)
* Replace old build-utils.sh incantation in a few build.sh scripts
2024-05-02 15:54:29 +07:00
Joshua A. Horton
330dd17b52
fix(web): should not link in empty sheets
2024-01-29 15:55:44 +07:00
Joshua A. Horton
4f2c82d915
fix(web): promise-clearing on error, encoding of font URIs
2024-01-25 15:03:09 +07:00
Joshua A. Horton
3d68ba370d
chore(web): post-drop logic simplification
2024-01-25 14:47:56 +07:00
Joshua A. Horton
9c8f0fad7b
chore(web): drops svg, eot
2024-01-25 14:47:24 +07:00
Joshua A. Horton
407ddaeda7
feat(web): stylesheet load promise now also waits for font loading
2024-01-25 12:14:18 +07:00
Joshua A. Horton
21266dd109
feat(web): bulk_render variant - loads and renders keyboards from local KMP
2024-01-18 10:53:32 +07:00
Joshua A. Horton
28f1d2589d
fix(web): integrated test fixes, sync -> async for test sequences
2023-10-09 10:08:12 +07:00
Joshua A. Horton
70cde09ebc
chore(web): centralizes main KMW component tsconfig settings
2023-06-14 09:02:46 +07:00
Joshua A. Horton
06434953a8
chore(web): KMW use of importHelpers
2023-06-08 13:03:25 +07:00
Joshua A. Horton
f470a7cc96
fix(web): child project tsconfig.json references
2023-05-18 10:07:28 +07:00
Joshua A. Horton
a95a091fcc
chore(web): cleans build scripts, converts to use of builder_run_action
2023-05-18 10:06:37 +07:00
Joshua A. Horton
f51ca4095b
change(web): reverts Toggle UI direct use of StylesheetManager
2023-05-17 14:11:29 +07:00
Joshua A. Horton
ee3e9d36b6
fix(web): linkage of keyboard font to attached controls
2023-05-17 09:42:46 +07:00
Joshua A. Horton
83d46a1fd7
chore(web): arrayFromNodeList as dom-util
2023-05-15 13:57:32 +07:00
Joshua A. Horton
f433b57075
change(web): legacy events as child project engine/events
2023-04-18 12:07:16 +07:00
Joshua A. Horton
229a3a7afc
fix(web): osk font linkage
2023-04-11 13:50:56 +07:00
Joshua A. Horton
8dedc5cc77
change(web): css cache-bust, webview-mode default options
2023-03-15 09:29:00 +07:00
Joshua A. Horton
b34cdb9c84
chore(web): Merge branch 'change/web/osk-and-key-event-integration' into change/web/keyboard-requisition
2023-03-14 13:11:34 +07:00
Joshua A. Horton
5988f5b1e2
chore(web): updates new scripts to optimized form (see #8416 )
2023-03-14 12:38:26 +07:00
Joshua A. Horton
a9f28138a4
chore(web): Merge branch 'feature-esmodule-web-engine' into change/web/child-script-pattern
2023-03-14 12:24:10 +07:00
Joshua A. Horton
629b985ccd
change(web): keyboard requisitioner - addKeyboardArray, addLanguageKeyboards
2023-03-01 14:47:08 +07:00
Joshua Horton
97c1688328
change(web): applies new include style to new child scripts
...
Co-authored-by: Marc Durdin <marc@durdin.net>
2023-02-27 08:50:59 +07:00
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 A. Horton
2233358f95
chore(web): tweak per review
2023-02-23 10:09:30 +07:00
Joshua A. Horton
ad2e58a9cd
fix(web): builder_describe_outputs paths
2023-02-23 08:42:29 +07:00
Joshua A. Horton
ca1d85f9e5
chore(web): cleanup per PR review
2023-02-22 15:39:58 +07:00
Joshua A. Horton
b62f220d68
chore(web): renames common compile method .sh, defines child test actions for headless stuff
2023-02-22 14:46:04 +07:00