Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Dev > Main - for version 2.4.4#1068

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
FalkWolsky merged 48 commits intomainfromdev
Jul 26, 2024
Merged
Show file tree
Hide file tree
Changes from1 commit
Commits
Show all changes
48 commits
Select commitHold shift + click to select a range
29d4f2b
update sdk version
raheeliftikhar5Jul 12, 2024
6d59b28
wrap legacy oauth provider with genericoauth
goldantsJul 12, 2024
7919ba6
lowcoder-comps backward compatibility
raheeliftikhar5Jul 15, 2024
1e63563
fix github issue and null email issue
goldantsJul 15, 2024
0e2b3cc
fix dropdown options events wrongly trigger on hiding option
raheeliftikhar5Jul 16, 2024
6c8722a
added oauth and cookie fields for data sources
raheeliftikhar5Jul 17, 2024
982f98b
added dropdown in app settings to change lowcoder-comps version
raheeliftikhar5Jul 16, 2024
868faf5
add version change dropdown for comp plugins
raheeliftikhar5Jul 17, 2024
e83c6b9
small fix
raheeliftikhar5Jul 18, 2024
d67b991
styling fixes
raheeliftikhar5Jul 18, 2024
f905f49
Merge branch 'dev' into lowcoder-comps-version-switch
FalkWolskyJul 18, 2024
81665b4
Merge pull request #1047 from lowcoder-org/lowcoder-comps-version-switch
FalkWolskyJul 18, 2024
d2e42f8
Merge branch 'dev' into datasources_oauth_cookie_fields
FalkWolskyJul 18, 2024
81e6b49
Merge pull request #1048 from lowcoder-org/datasources_oauth_cookie_f…
FalkWolskyJul 18, 2024
29da70e
added headers option in datasource
raheeliftikhar5Jul 18, 2024
ca698ab
for login/register, send orgId in query params
raheeliftikhar5Jul 18, 2024
b5bd087
fix table with avatar type column crash on hover
raheeliftikhar5Jul 19, 2024
2cc74ee
Set Password when linking with email auth
goldantsJul 17, 2024
e417743
Test case for workspace email signup
goldantsJul 17, 2024
8787b46
add gid to LibraryQuery
Jun 26, 2024
28db85e
remove unused imports
Jun 26, 2024
d9d5c62
add gid to Datasource and initialize with uuid
Jun 26, 2024
1360ebe
gid test
goldantsJun 27, 2024
528022e
add gid field to get api response.
goldantsJul 19, 2024
cef4df9
use gid for apis
goldantsJul 19, 2024
ce35ed4
horizontal and vertical border fixed
MenamAfzalJul 22, 2024
74a87f7
scroll added
MenamAfzalJul 22, 2024
b19d7fb
toggle modal close
MenamAfzalJul 23, 2024
f30fd26
style fixes for input components
raheeliftikhar5Jul 23, 2024
42a1596
don't show validation message on input reset
raheeliftikhar5Jul 23, 2024
3e84c3b
Merge pull request #1054 from MenamAfzal/fix/table-issues
FalkWolskyJul 23, 2024
0a18b11
Merge pull request #1055 from MenamAfzal/feat/toggle-modal-close
FalkWolskyJul 23, 2024
06b5caf
fix: currentCell is undefined in conditional cell color field
raheeliftikhar5Jul 24, 2024
ab27214
fix sub-table settings not saved on refresh
raheeliftikhar5Jul 24, 2024
dca3cd5
Added Query & Hash Params
alireyhanJul 24, 2024
670e8ba
removed extra code
MenamAfzalJul 24, 2024
11f1022
Merge pull request #1058 from MenamAfzal/addqueryparams
raheeliftikhar5Jul 24, 2024
9ec5282
fix cursor jump issue while typing
raheeliftikhar5Jul 24, 2024
a334a5a
added toggle btn in drawer
MenamAfzalJul 24, 2024
76f46bc
fix jsonSchemaForm properties are showing in other comps
raheeliftikhar5Jul 25, 2024
7589be4
Merge pull request #1062 from MenamAfzal/add/toggle
raheeliftikhar5Jul 25, 2024
0fef66b
fix: query fails when trigger on page load and using comp method inside
raheeliftikhar5Jul 25, 2024
42c616b
fix: avoid destroying mouseDown event specifically for kanban component
raheeliftikhar5Jul 25, 2024
5f4861c
Increase Buid Memory for lowcoder comps
Jul 26, 2024
238163d
set/read dataRange and timeRange data using form
raheeliftikhar5Jul 26, 2024
88d6b5a
allow mouseDown event for lowcoder-comp-excalidraw
raheeliftikhar5Jul 26, 2024
0b99e61
copy disabled/hidden fields on duplicating container based comps
raheeliftikhar5Jul 26, 2024
38b391c
Enabling tutorials from Supademo
Jul 26, 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
PrevPrevious commit
NextNext commit
fix jsonSchemaForm properties are showing in other comps
  • Loading branch information
@raheeliftikhar5
raheeliftikhar5 committedJul 25, 2024
commit76f46bced92f1e0466ad8ef8bd138d854abfcbee
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -239,6 +239,7 @@ let FormBasicComp = (function () {
<Section name={sectionNames.basic}>

{children.schema.propertyView({
key: trans("jsonSchemaForm.jsonSchema"),
label: (
<>
{trans("jsonSchemaForm.jsonSchema") + " ("}
Expand DownExpand Up@@ -274,6 +275,7 @@ let FormBasicComp = (function () {
),
})}
{children.uiSchema.propertyView({
key: trans("jsonSchemaForm.uiSchema"),
label: (
<>
{trans("jsonSchemaForm.uiSchema") + " ("}
Expand DownExpand Up@@ -311,6 +313,7 @@ let FormBasicComp = (function () {
),
})}
{children.data.propertyView({
key: trans("jsonSchemaForm.defaultData"),
label: trans("jsonSchemaForm.defaultData"),
})}
</Section>
Expand All@@ -328,13 +331,13 @@ let FormBasicComp = (function () {

{(useContext(EditorContext).editorModeStatus === "layout" || useContext(EditorContext).editorModeStatus === "both") && (
<>
<Section name={sectionNames.style}>
{children.style.getPropertyView()}
</Section>
<Section name={sectionNames.animationStyle} hasTooltip={true}>
{children.animationStyle.getPropertyView()}
<Section name={sectionNames.style}>
{children.style.getPropertyView()}
</Section>
<Section name={sectionNames.animationStyle} hasTooltip={true}>
{children.animationStyle.getPropertyView()}
</Section>
</>
</>
)}

</>
Expand Down
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -199,7 +199,7 @@ const TableWrapper = styled.div<{
border-top: none !important;
border-inline-start: none !important;
overflow-y:scroll;
height:300px;
height:300px

&::after {
box-shadow: none !important;
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp