- Notifications
You must be signed in to change notification settings - Fork254
Dev -> Main for Release v2.4.11#1261
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
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
48 commits Select commitHold shift + click to select a range
4fc650c
fix duplicate gid : null by filling in gid
dragonpoof1bedbf
add theme to snapshot list api
dragonpoo6fece96
add range to snapshot list api
dragonpoo449f1fd
convert to time-series collection
dragonpoo4d8ac38
add new endpoint to retrieve archived snapshot list
dragonpoo38a32d5
Add name param to application list endpoint
goldants0ad8fef
Add name param to folder list endpoint
goldantsfbfa78b
Add name param to folder list endpoint
goldants7d5fb6b
Add name param to datasource, libraryquery list endpoint
goldants9541784
Refactor code to use StringUtils
dragonpoo172be23
sync style property views with applied comp styles + added useThemeSt…
raheeliftikhar560609a1
added showValidationMessageOnEmptyInput flag in input fields
raheeliftikhar5dd36801
Fix required issue
dragonpoo49a4a61
Add authorization check to Extension Endpoint
dragonpoo1ff153e
Fix org list by email
dragonpoo1616232
theme canvas settings
raheeliftikhar5420c56f
set default values for canvas settings
raheeliftikhar5dba9097
theme canvas settings
raheeliftikhar5e76ef90
canvas setting in theme and app
raheeliftikhar581a55be
small fix
raheeliftikhar521ced62
add rowCount in readonly view
raheeliftikhar59c11938
replaced color picker to allow gradient selection
raheeliftikhar5c459d56
Timeline: added gradient
raheeliftikhar51c33fd0
added canvas bg color option in app Settings
raheeliftikhar54f19e7b
added background style utility
raheeliftikhar5419c11c
ShapeComp: added gradient
raheeliftikhar5aba86a6
Containers: added gradient
raheeliftikhar591d8e3a
List/GridView: added gradient
raheeliftikhar5f462970
Modal/Drawer: added gradients
raheeliftikhar592292c3
added gradient
raheeliftikhar50d4b64d
Table: added gradient
raheeliftikhar5f560a9a
Table: added gradients
raheeliftikhar5557407f
fixed canvas settings
raheeliftikhar52f0a51a
set app default canvas settings
raheeliftikhar56c16141
show theme colors in preset colors for color picker
raheeliftikhar5b09e024
separate app settings, canvas settings and js settings
raheeliftikhar589aa5d0
move theme selection in color settings
raheeliftikhar5bd028f3
fix opacity not working
raheeliftikhar5dd50f07
hide gradient selection in color picker for text/border colors
raheeliftikhar523ba36e
Merge pull request #1247 from lowcoder-org/theme_canvas_settings
FalkWolsky3c8bc96
Small branding changes in Seletable
861e472
fix canvas setting issues
raheeliftikhar53a95a7f
refresh oauth issue - invalid workspace id
dragonpoob7277b0
disable email and providers based on workspace
dragonpoof243dcc
Update Firebase Query to accept paging parameter
6ea831c
Updating Firestore Query to accept "startAt" for Pagination, Adapting…
e81a571
Updating yarn lock file for Node-Service
f5d21fa
Merge branch 'main' into dev
FalkWolskyFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
2 changes: 1 addition & 1 deletionclient/VERSION
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.4.11 |
2 changes: 1 addition & 1 deletionclient/package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "lowcoder-frontend", | ||
"version": "2.4.11", | ||
"type": "module", | ||
"private": true, | ||
"workspaces": [ | ||
55 changes: 43 additions & 12 deletionsclient/packages/lowcoder-design/src/components/colorSelect/colorUtils.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
90 changes: 60 additions & 30 deletionsclient/packages/lowcoder-design/src/components/colorSelect/index.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletionsclient/packages/lowcoder-design/src/icons/index.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletionsclient/packages/lowcoder/package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
11 changes: 10 additions & 1 deletionclient/packages/lowcoder/src/api/commonSettingApi.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.