Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
298ecc9
Local support of locales serve for theme
KunalFynd Apr 2, 2025
62af3b9
Used Logger instead of console for logging
KunalFynd Apr 3, 2025
f9cb1b0
Validation added for theme package and sync command
vivek-singh-ext Apr 7, 2025
c388727
Temporary branch added for react
vivek-singh-ext Apr 7, 2025
c9d709b
theme static resource code merged
vivek-singh-ext Apr 10, 2025
7dd290f
Merge branch 'theme-sections-chunking' into feature/multilang
vivek-singh-ext Apr 11, 2025
bd1e4cf
resource key issue resolved
vivek-singh-ext Apr 11, 2025
f948faa
Merge branch 'theme-sections-chunking' into feature/multilang
vivek-singh-ext Apr 11, 2025
853a36f
theme serve resource issue resolved
vivek-singh-ext Apr 11, 2025
db65703
nesting of resource removed
vivek-singh-ext Apr 11, 2025
b9d4cf3
removed the .schema.json from local theme serve
vivek-singh-ext Apr 11, 2025
fd5e43c
new theme and theme init changes for locales
vivek-singh-ext Apr 14, 2025
6528337
validate the json of locale folders
vivek-singh-ext Apr 15, 2025
8be1250
Error handling when locales api failed
vivek-singh-ext Apr 15, 2025
73244aa
Multilang test cases
vivek-singh-ext Apr 21, 2025
e6b5ece
test cased for multilang
vivek-singh-ext Apr 21, 2025
f070745
Hard check for locales in the react theme folder removed
vivek-singh-ext Apr 21, 2025
8de486a
Merge conflict resolved
vivek-singh-ext Apr 21, 2025
6cd6421
Unwanted code removed
vivek-singh-ext Apr 22, 2025
d0c7e3a
React Clone repo modified
vivek-singh-ext Apr 28, 2025
af80407
Test cases modified
vivek-singh-ext May 6, 2025
6003efb
Test case check
vivek-singh-ext May 7, 2025
e54e3ab
Theme fetch logic modified
vivek-singh-ext May 7, 2025
1dbf6a1
Testcase updated
vivek-singh-ext May 7, 2025
f339b62
Version modified
vivek-singh-ext May 15, 2025
f152d1f
Trageted Directory issue resolved
vivek-singh-ext May 20, 2025
e59537a
Merge branch 'master' into feature/multilang
vivek-singh-ext May 20, 2025
4018d77
Merge pull request #359 from gofynd/theme-sections-chunking
prashant-fynd May 20, 2025
db30d7a
theme folder test case issue resolved
vivek-singh-ext May 20, 2025
b6680b1
version update
prashant-fynd May 20, 2025
ee84855
Merge conflict resolved of master
vivek-singh-ext May 20, 2025
ed43982
Test case issue resolved
vivek-singh-ext May 20, 2025
ce6c124
Multilang test convex api issue
vivek-singh-ext May 20, 2025
676882d
Commit issue resolved
vivek-singh-ext May 21, 2025
b371640
Code modified for version update of multilang
vivek-singh-ext May 22, 2025
e2bc9e6
test cases updated
vivek-singh-ext May 22, 2025
a328514
Removed unwanted package
vivek-singh-ext May 22, 2025
d10ddf9
fdk-cli version updated
Sibghat2716 Jun 5, 2025
42b8c22
break if locale create or update api breaks
Sibghat2716 Jun 6, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed .DS_Store
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gofynd/fdk-cli",
"version": "7.2.0",
"version": "8.0.0",
"main": "index.js",
"license": "MIT",
"bin": {
Expand All @@ -27,7 +27,7 @@
"build": "npm run clean && tsc && npm run copy-files",
"copy-files": "copyfiles -u 1 src/**/*.html dist/",
"watch": "tsc --watch",
"test": "jest --runInBand",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest --runInBand",
"pretty": "prettier --config ./.prettierrc --write './src/**/*.*'",
"localInstall": "sh scripts/localInstall.sh"
},
Expand Down Expand Up @@ -126,4 +126,4 @@
"engines": {
"node": ">=18"
}
}
}
Binary file added src/__tests__/fixtures/Locale_Turbo.zip
Binary file not shown.
7,221 changes: 7,221 additions & 0 deletions src/__tests__/fixtures/initReactThemeData.json

Large diffs are not rendered by default.

7,221 changes: 7,221 additions & 0 deletions src/__tests__/fixtures/pullReactThemeData.json

Large diffs are not rendered by default.

7,221 changes: 7,221 additions & 0 deletions src/__tests__/fixtures/reactThemeData.json

Large diffs are not rendered by default.

7,225 changes: 7,225 additions & 0 deletions src/__tests__/fixtures/reactThemeList.json

Large diffs are not rendered by default.

831 changes: 831 additions & 0 deletions src/__tests__/fixtures/translation.json

Large diffs are not rendered by default.

Loading
Loading