@l10nmonster/server 3.0.0-alpha.8 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.releaserc.json +1 -1
- package/CHANGELOG.md +38 -0
- package/CLAUDE.md +808 -0
- package/index.js +121 -17
- package/package.json +9 -8
- package/routes/dispatcher.js +116 -0
- package/routes/info.js +25 -0
- package/routes/providers.js +17 -0
- package/routes/sources.js +49 -7
- package/routes/status.js +27 -27
- package/routes/tm.js +156 -6
- package/ui/dist/assets/Cart-CiY5V__G.js +1 -0
- package/ui/dist/assets/Job-D-5ikxga.js +1 -0
- package/ui/dist/assets/Providers-BZVmclS1.js +1 -0
- package/ui/dist/assets/Sources-BwZ8Vub0.js +1 -0
- package/ui/dist/assets/SourcesDetail-CXgslRDb.js +1 -0
- package/ui/dist/assets/SourcesResource-Br3Bspz2.js +1 -0
- package/ui/dist/assets/Status-Bx0Ui7d2.js +1 -0
- package/ui/dist/assets/StatusDetail-BzJ2TIme.js +1 -0
- package/ui/dist/assets/TMByProvider-B2MrTxO0.js +1 -0
- package/ui/dist/assets/TMDetail-BxbKr57p.js +1 -0
- package/ui/dist/assets/TMToc-CQ1zhmPh.js +1 -0
- package/ui/dist/assets/Welcome-Tp-UfiIW.js +1 -0
- package/ui/dist/assets/index-543A5WcJ.js +1 -0
- package/ui/dist/assets/index-CPrLFF-N.js +2 -0
- package/ui/dist/assets/vendor-BVgSJH5C.js +19 -0
- package/ui/dist/index.html +3 -1
- package/ui/dist/assets/Sources-D0R-Sgwf.js +0 -1
- package/ui/dist/assets/Status-XBRD-MuK.js +0 -1
- package/ui/dist/assets/TM-DZ2x6--n.js +0 -1
- package/ui/dist/assets/Welcome-p4gi31Lo.js +0 -1
- package/ui/dist/assets/api-DXOYnFyU.js +0 -1
- package/ui/dist/assets/badge-CveKztw5.js +0 -1
- package/ui/dist/assets/grid-DetiGbYY.js +0 -1
- package/ui/dist/assets/index-Ce8PP-0Z.js +0 -76
- package/ui/dist/assets/v-stack-CQ6LIfdw.js +0 -1
package/.releaserc.json
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,41 @@
|
|
|
1
|
+
# @l10nmonster/server [3.1.0](https://public-github/l10nmonster/l10nmonster/compare/@l10nmonster/server@3.0.0...@l10nmonster/server@3.1.0) (2025-12-20)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Active filter not working ([f1c5e85](https://public-github/l10nmonster/l10nmonster/commit/f1c5e85dedcd197b4ec94d48b90c43c67ceb824a))
|
|
7
|
+
* Calibrate log severities ([2b3350a](https://public-github/l10nmonster/l10nmonster/commit/2b3350a3123abb91e7f91a9c1864daeb6275c3ad))
|
|
8
|
+
* **core:** Performance improvements ([09dbd9d](https://public-github/l10nmonster/l10nmonster/commit/09dbd9db8bd494c2a5698af39547462fd0a853bc))
|
|
9
|
+
* **core:** Tm cleanup doesn't bump job date ([cfe5860](https://public-github/l10nmonster/l10nmonster/commit/cfe5860930ff6d98945930e136d262a94914df2b))
|
|
10
|
+
* **server:** Add project filtering to status pages ([89177fe](https://public-github/l10nmonster/l10nmonster/commit/89177feceae34c5fecb942c8e31406356f573479))
|
|
11
|
+
* **server:** Fix cart cleanup ([9bbcab9](https://public-github/l10nmonster/l10nmonster/commit/9bbcab93e1fd20aeb09f59c828665159f091f37c))
|
|
12
|
+
* **server:** Fix drop downs and alerts ([af9450c](https://public-github/l10nmonster/l10nmonster/commit/af9450c7faa6debf23edc2e215b92c7000fc574b))
|
|
13
|
+
* **server:** Fix unit test ([bace95e](https://public-github/l10nmonster/l10nmonster/commit/bace95e20a621425febb03e1c729f4507c453168))
|
|
14
|
+
* **server:** home page improvements ([afe9264](https://public-github/l10nmonster/l10nmonster/commit/afe9264fa54cb4440559b6eb3dfcaa8b66f9238d))
|
|
15
|
+
* **server:** Improve error handling ([e635adf](https://public-github/l10nmonster/l10nmonster/commit/e635adf499410da8b85cad91e61202abad642549))
|
|
16
|
+
* **server:** Improve TM Detail performance ([836bebf](https://public-github/l10nmonster/l10nmonster/commit/836bebf45aceafd0ee0887aa4689bf41affbbcab))
|
|
17
|
+
* **server:** Improve UI ([9b18a83](https://public-github/l10nmonster/l10nmonster/commit/9b18a83d7f1d831eff4b91a5b4e323175b233855))
|
|
18
|
+
* **server:** Migrate from Material UI to Chakra UI 3.0 ([f02f0b3](https://public-github/l10nmonster/l10nmonster/commit/f02f0b39487a993fe0ba8cea7ccdd25981ced149))
|
|
19
|
+
* **server:** More Status page optimizations ([1b37177](https://public-github/l10nmonster/l10nmonster/commit/1b3717708780767296e0e81e3b3cb43404dbf874))
|
|
20
|
+
* **server:** Move only leveraged filter server side plus optimizations ([c3a7525](https://public-github/l10nmonster/l10nmonster/commit/c3a7525f819a866f60e9ef52e2b0e38f8263e069))
|
|
21
|
+
* **server:** UI tweaks ([0ad528e](https://public-github/l10nmonster/l10nmonster/commit/0ad528eaaa01dd5deffd2b6443a752dda310ccc8))
|
|
22
|
+
* Version bumps ([d3030bd](https://public-github/l10nmonster/l10nmonster/commit/d3030bdd0af6ddbc79b3076af7427111ca9b04d0))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* **core:** Major refactor ([6992ee4](https://public-github/l10nmonster/l10nmonster/commit/6992ee4d74ad2e25afef6220f92f2e72dfd02457))
|
|
28
|
+
* Improve LQA Boss ([fcb0818](https://public-github/l10nmonster/l10nmonster/commit/fcb0818181f1a7bd46764596c9d2b8d8f362375c))
|
|
29
|
+
* Refactor TM TOC page for performance ([0088b3c](https://public-github/l10nmonster/l10nmonster/commit/0088b3c2b69cdd00bc27697f50c892429f113f80))
|
|
30
|
+
* **server:** Add group to TMDetail page ([9d7ff6d](https://public-github/l10nmonster/l10nmonster/commit/9d7ff6d9ebf15747e7e345edd0e38f92ec7afe36))
|
|
31
|
+
* **server:** Add job page ([5014b8e](https://public-github/l10nmonster/l10nmonster/commit/5014b8e40accfe007281e5a744c8b714f4c34676))
|
|
32
|
+
* **server:** Add translation status to Sources page ([b73d4ec](https://public-github/l10nmonster/l10nmonster/commit/b73d4ec043ef37fc78ae2b548e7623aeb07c1ec1))
|
|
33
|
+
* **server:** Break down untranslated content by group ([7544c98](https://public-github/l10nmonster/l10nmonster/commit/7544c98e1c1beadf2f0b939eb29f527a7f11101d))
|
|
34
|
+
* **server:** Major improvements ([c8f9c2e](https://public-github/l10nmonster/l10nmonster/commit/c8f9c2e2fdf236a58df31ef1b9f22b626ccd35d8))
|
|
35
|
+
* **server:** New features and improvements ([1d18c14](https://public-github/l10nmonster/l10nmonster/commit/1d18c14037ba4838fda6090f120529b09ff9bfa9))
|
|
36
|
+
* **server:** Support for route extensions ([6e42ca0](https://public-github/l10nmonster/l10nmonster/commit/6e42ca0fa18af279fa152dfe447155b7951f8ff3))
|
|
37
|
+
* **server:** Support multi-select drop downs in TMDetail ([872c529](https://public-github/l10nmonster/l10nmonster/commit/872c529c621a9f5561b842658248d0aa41a13996))
|
|
38
|
+
|
|
1
39
|
# Changelog
|
|
2
40
|
|
|
3
41
|
All notable changes to this project will be documented in this file.
|