Skip to content

Dev -> Main Release 2.3.0 preparation #643

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

Merged
merged 26 commits into from
Jan 17, 2024
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
8ee1306
adapted Chinese language file
Jan 14, 2024
067ded9
Style Icons
Jan 14, 2024
e1e8b3b
Button Hover fix, Text Weight
Jan 14, 2024
6e1ba90
fix for color picker to show selected color
raheeliftikhar5 Jan 15, 2024
96da6e4
Merge pull request #634 from raheeliftikhar5/color-picker-fix
FalkWolsky Jan 15, 2024
a6685f9
Merge pull request #635 from lowcoder-org/dev
FalkWolsky Jan 15, 2024
6ee55e2
Allow editing folder name + handle queries name overflow issue
raheeliftikhar5 Jan 15, 2024
c8282d1
Merge pull request #636 from raheeliftikhar5/data-queries-fix
FalkWolsky Jan 15, 2024
0ece0bf
Button Hover fix, Text Weight, Background, Tabs
Jan 15, 2024
952da2f
Merge branch 'dev' into feature/styletypes-improvement
FalkWolsky Jan 15, 2024
e616845
Merge pull request #637 from lowcoder-org/feature/styletypes-improvement
FalkWolsky Jan 16, 2024
6f055ab
separate container styling into header, footer and body styles
raheeliftikhar5 Jan 16, 2024
90babb9
Merge pull request #640 from raheeliftikhar5/container-styling
FalkWolsky Jan 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
ludomikula Jan 15, 2024
27ca2d4
new: rename and consolidate environment variables
ludomikula Jan 15, 2024
0d40d43
Merge pull request #641 from lowcoder-org/env-variables-cleanup
FalkWolsky Jan 16, 2024
d5eb4b3
Icon Fix in Table Column Editor
Jan 16, 2024
e60d2d0
Setting the Version
Jan 16, 2024
0fae9ef
updated hillchart comp
raheeliftikhar5 Jan 16, 2024
689cc21
Merge branch 'dev' into update-hillchart
FalkWolsky Jan 16, 2024
a7f20af
Merge pull request #642 from raheeliftikhar5/update-hillchart
FalkWolsky Jan 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
FalkWolsky Jan 17, 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
Prev Previous commit
Next Next commit
Adding Font Family to Text Display
  • Loading branch information
FalkWolsky committed Jan 16, 2024
commit dda2b04cce9be3c72a486f77dc859179fd95738c
1 change: 1 addition & 0 deletions client/packages/lowcoder/src/comps/comps/textComp.tsx
Original file line number Diff line number Diff 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