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 - Feature Branch Update#657

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 43 commits intocollion-integrationfromdev
Jan 24, 2024
Merged
Changes from1 commit
Commits
Show all changes
43 commits
Select commitHold shift + click to select a range
b7a9b43
Merge pull request #632 from lowcoder-org/dev
FalkWolskyJan 14, 2024
6f055ab
separate container styling into header, footer and body styles
raheeliftikhar5Jan 16, 2024
90babb9
Merge pull request #640 from raheeliftikhar5/container-styling
FalkWolskyJan 16, 2024
fb51faa
Style Update and Icon Introduction
Jan 16, 2024
dda2b04
Adding Font Family to Text Display
Jan 16, 2024
62db501
new: rename and consolidate environment variables
ludomikulaJan 15, 2024
27ca2d4
new: rename and consolidate environment variables
ludomikulaJan 15, 2024
0d40d43
Merge pull request #641 from lowcoder-org/env-variables-cleanup
FalkWolskyJan 16, 2024
d5eb4b3
Icon Fix in Table Column Editor
Jan 16, 2024
e60d2d0
Setting the Version
Jan 16, 2024
0fae9ef
updated hillchart comp
raheeliftikhar5Jan 16, 2024
689cc21
Merge branch 'dev' into update-hillchart
FalkWolskyJan 16, 2024
a7f20af
Merge pull request #642 from raheeliftikhar5/update-hillchart
FalkWolskyJan 16, 2024
7ebe581
Fixing tabbed container showHeader
Jan 16, 2024
8c70129
Version Naming and small Fixes
Jan 17, 2024
850642e
Merge branch 'main' into dev
FalkWolskyJan 17, 2024
82e21ec
Merge pull request #643 from lowcoder-org/dev
FalkWolskyJan 17, 2024
3856adc
fix table docs
raheeliftikhar5Jan 17, 2024
07692eb
Merge branch 'dev' into table-doc-fix
FalkWolskyJan 17, 2024
a3e8257
Merge pull request #644 from raheeliftikhar5/table-doc-fix
FalkWolskyJan 17, 2024
b5a7c9a
Merge branch 'main' into dev
FalkWolskyJan 17, 2024
788b3ad
fix custom component
raheeliftikhar5Jan 17, 2024
9d0cab1
Merge pull request #646 from raheeliftikhar5/custom-comp-fix
FalkWolskyJan 17, 2024
d19c210
fix rerendering apps in sdk
raheeliftikhar5Jan 19, 2024
9da2673
Merge pull request #648 from raheeliftikhar5/sdk-rerendering-fix
FalkWolskyJan 19, 2024
4033a9d
Merge pull request #645 from lowcoder-org/dev
FalkWolskyJan 19, 2024
951b904
fix repositoryUrl check in workflows
raheeliftikhar5Jan 19, 2024
54cf4db
fix styles for sortable column header
raheeliftikhar5Jan 19, 2024
f341397
adding background styles in container
raheeliftikhar5Jan 19, 2024
e818a27
adding background styles in container
raheeliftikhar5Jan 19, 2024
c063b69
updated tabs container styles
raheeliftikhar5Jan 19, 2024
a0199e4
handle form height based for fixed height setting
raheeliftikhar5Jan 19, 2024
faba3f7
Merge pull request #649 from raheeliftikhar5/table-fixes
FalkWolskyJan 19, 2024
2344a04
Merge branch 'main' into dev
FalkWolskyJan 19, 2024
2f38c64
Merge pull request #650 from lowcoder-org/dev
FalkWolskyJan 19, 2024
5c225cc
column data mapping
raheeliftikhar5Jan 18, 2024
e47d9e9
Update javascript-query.md
mdpungJan 22, 2024
155fbae
dynamice populate columns for data mapping
raheeliftikhar5Jan 23, 2024
026da8f
Merge pull request #652 from mdpung/patch-1
FalkWolskyJan 23, 2024
5b589c0
Merge branch 'dev' into table-column-data-mapping
FalkWolskyJan 23, 2024
a0fd241
Merge pull request #653 from raheeliftikhar5/table-column-data-mapping
FalkWolskyJan 23, 2024
964fadf
upgrade antd to v5.13.2
raheeliftikhar5Jan 23, 2024
16e8b29
Merge pull request #655 from raheeliftikhar5/antd-upgrade-5.13.2
FalkWolskyJan 24, 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
Adding Font Family to Text Display
  • Loading branch information
FalkWolsky committedJan 16, 2024
commitdda2b04cce9be3c72a486f77dc859179fd95738c
1 change: 1 addition & 0 deletionsclient/packages/lowcoder/src/comps/comps/textComp.tsx
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -28,6 +28,7 @@ const getStyle = (style: TextStyleType) => {
color: ${style.text};
font-size: ${style.textSize} !important;
font-weight: ${style.textWeight} !important;
font-family: ${style.fontFamily} !important;
background-color: ${style.background};
.markdown-body a {
color: ${style.links};
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp