Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

download one language of (language + view mode) and one of lowcoder-design language #1235

Open
wants to merge 47 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
18d8911
split admin, editor, viewer of language basically
Imiss-U1025 Oct 7, 2024
12b3d57
put correct text to admin, viewer, editor
Imiss-U1025 Oct 7, 2024
acb72da
process exception that language is in lowcoder but is not in lowcoder…
Imiss-U1025 Oct 7, 2024
3ece662
optimize view
Imiss-U1025 Oct 7, 2024
8d03fc9
process exception that language is in lowcoder but is not in lowcoder…
Imiss-U1025 Oct 7, 2024
123c888
optimize view
Imiss-U1025 Oct 7, 2024
f48ed63
fixed error that occur use await
Imiss-U1025 Oct 8, 2024
463fd46
fixed language setting
Imiss-U1025 Oct 8, 2024
105e5f2
save language to localstorage
Imiss-U1025 Oct 9, 2024
7ba1fe3
fixed error and warnings
Imiss-U1025 Oct 10, 2024
7fdd5a2
Fixed warnings
Imiss-U1025 Oct 10, 2024
210ef2b
Made view that does not download icons and trans when loadComps
Imiss-U1025 Oct 11, 2024
6a9ddfb
add lazy import icons with suspense
Imiss-U1025 Oct 14, 2024
010aca1
added missing language files
Imiss-U1025 Oct 15, 2024
38c1d53
test integrating svg icons into central MultiIconDisplay
Imiss-U1025 Oct 16, 2024
b9f85cd
processed integrating svg icons into central MultiIcon
Imiss-U1025 Oct 18, 2024
bc86b04
processed icons with MultiIcon passed object
Imiss-U1025 Oct 18, 2024
b20c196
Fixed MultiIcon styled issue
Imiss-U1025 Oct 19, 2024
bf0a927
Fixed blinking issue of components in lowcoder-design
Imiss-U1025 Oct 21, 2024
6e2f316
Added missing language items
Imiss-U1025 Oct 22, 2024
9ab473b
Fixed an issue that does not load language files from LocalStorage.
Imiss-U1025 Oct 22, 2024
9941d8c
Converted the load method of some comps
Imiss-U1025 Oct 23, 2024
49eabf2
Removed lowcoder-core/lib/index.cjs
Imiss-U1025 Oct 23, 2024
0ad48c4
Implemented setPropertyView as lazy Component
Imiss-U1025 Oct 28, 2024
fde1bac
Added rightpanel skeleton
Imiss-U1025 Oct 28, 2024
1b9dafc
Changed filename to propertyView
Imiss-U1025 Oct 29, 2024
65f1316
Processed issues caused by rebase
Imiss-U1025 Oct 30, 2024
9704892
Fixed an issue(propertyView not found)
Imiss-U1025 Oct 30, 2024
8b08fb4
Fixed an issue(can not access TextComp before initialization)
Imiss-U1025 Oct 30, 2024
8ab3816
Changed SetPropertyView to PropertyView
Imiss-U1025 Oct 30, 2024
b40d12d
Removed static import in admin
Imiss-U1025 Oct 30, 2024
feefeb0
Split new language items
Imiss-U1025 Nov 1, 2024
be65063
Fixed shape component can not call PropertyView
Imiss-U1025 Nov 1, 2024
1e7cb91
Processed loading indicator.
Imiss-U1025 Nov 4, 2024
6456622
Changed viewMode of components
Imiss-U1025 Nov 5, 2024
f52fd50
Changed viewMode of processing languag
Imiss-U1025 Nov 5, 2024
d0161d1
Added features that build only view
Imiss-U1025 Nov 6, 2024
84d8026
Built only viewer in lowcoder-sdk.
Imiss-U1025 Nov 6, 2024
dce2707
Fixed an issue that some components are not displayed in view mode.
Imiss-U1025 Nov 6, 2024
539544c
Added build:view in package.json, changed viewModeTriple.
Imiss-U1025 Nov 7, 2024
3a6a7c7
Made unsed nation flags into comments
Imiss-U1025 Nov 8, 2024
e4ca592
Removed app.tsx after rebase
Imiss-U1025 Nov 8, 2024
485019d
Added language items from dev to feature-stealth.
Imiss-U1025 Nov 8, 2024
369a293
Converted module compas lazy comp.
Imiss-U1025 Nov 11, 2024
ac04be9
Added a condition that does not print warning in view mode.
Imiss-U1025 Nov 13, 2024
b96754c
merge admin and editor.
Imiss-U1025 Nov 13, 2024
9609619
Fixed an issue occured after rebasing.
Imiss-U1025 Nov 15, 2024
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
1 change: 1 addition & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"start:ee": "REACT_APP_EDITION=enterprise yarn workspace lowcoder start",
"translate": "node --loader ts-node/esm ./scripts/translate.js",
"build": "yarn node ./scripts/build.js",
"build:view": "REACT_APP_VIEW_MODE=view yarn workspace lowcoder build",
"test": "jest && yarn workspace lowcoder-comps test",
"prepare": "yarn workspace lowcoder prepare",
"build:core": "yarn workspace lowcoder-core build",
Expand Down
12,244 changes: 0 additions & 12,244 deletions client/packages/lowcoder-core/lib/index.cjs

This file was deleted.

Loading
Loading