lovasoa
df8cd48f76
Fix bug in list component
...
Fix a bug in the [link](https://sql-page.com/component.sql?component=link ) component where the properties `view_link`, `edit_link`, and `delete_link` had become incompatible with the main `link` property.
fixes https://github.com/sqlpage/SQLPage/issues/759
2025-01-02 12:40:25 +01:00
lovasoa
e17d3d0e98
add align_center to the table component
...
Closes https://github.com/sqlpage/SQLPage/discussions/752
2024-12-30 13:27:14 +01:00
lovasoa
521328f678
Fix an issue with radio buttons default state
...
fixes https://github.com/sqlpage/SQLPage/issues/751
2024-12-30 13:26:42 +01:00
lovasoa
3dd4f90c4e
update tabler
...
CI / compile_and_lint (push) Has been cancelled
CI / test (mssql) (push) Has been cancelled
CI / test (mysql) (push) Has been cancelled
CI / test (postgres) (push) Has been cancelled
CI / windows_test (push) Has been cancelled
CI / docker_build (linux/amd64) (push) Has been cancelled
CI / docker_build (linux/arm/v7) (push) Has been cancelled
CI / docker_build (linux/arm64) (push) Has been cancelled
CI / docker_push (push) Has been cancelled
Create Release / Build sqlpage binaries (target/superoptimized/sqlpage, macos-latest) (push) Has been cancelled
Create Release / Build sqlpage binaries (target/superoptimized/sqlpage, ubuntu-20.04) (push) Has been cancelled
Create Release / Build sqlpage binaries (target/superoptimized/sqlpage.exe, windows-latest) (push) Has been cancelled
Create Release / Build AWS Lambda Serverless zip image (push) Has been cancelled
Create Release / Create Github Release (push) Has been cancelled
Create Release / Publish to crates.io (push) Has been cancelled
and dry leaflet
2024-12-29 00:30:59 +01:00
lovasoa
84bc1287f1
format
2024-12-28 23:41:39 +01:00
lovasoa
2c8d14edbc
When using the map component without a basemap, use a light background color that respects the theme color.
2024-12-28 23:02:52 +01:00
lovasoa
9e804ccfab
improve links in lists
...
and improve docs
2024-12-28 22:57:45 +01:00
lovasoa
50d22992e8
tutorials
2024-12-28 12:04:19 +01:00
lovasoa
75462bd664
checked = value for checkboxes
2024-12-25 12:27:09 +01:00
lovasoa
eb4c0ce4be
rewrite "SQLPage versus No-Code tools"
2024-12-24 23:17:42 +01:00
lovasoa
fb43436091
fmt
2024-12-24 09:59:10 +01:00
lovasoa
8ba2fd21c8
new article prop
2024-12-24 09:58:31 +01:00
Floflobel
fbc4f29d7e
fix cards that have embedded contents ( #744 )
...
* fix https://github.com/sqlpage/SQLPage/issues/743
* fix https://github.com/sqlpage/SQLPage/issues/743
* handle icons separately
* remove description test, since descriptions are overwritten by card embeds anyway
---------
Co-authored-by: Florian Bellencontre <fbellencontre@cosium.com >
Co-authored-by: lovasoa <contact@ophir.dev >
2024-12-22 20:41:36 +01:00
lovasoa
ef82b78f38
update apex charts
...
fixes https://github.com/sqlpage/SQLPage/issues/733
fixes
fixes https://github.com/sqlpage/SQLPage/issues/726
2024-12-21 01:11:15 +01:00
lovasoa
ad1beeae70
update apex charts
2024-12-12 18:29:18 +01:00
lovasoa
b1866d5c39
readd sqlpage db file
2024-12-11 16:08:04 +01:00
lovasoa
d8c25dfbfb
Format
2024-12-11 16:03:02 +01:00
lovasoa
63f1ff5e6f
fix apexcharts bug
...
See https://github.com/sqlpage/SQLPage/issues/733
2024-12-10 14:25:34 +01:00
lovasoa
350b4b94b9
update apexcharts
2024-12-09 21:41:34 +01:00
lovasoa
5ff3b50aa5
Fix a bug with stacked bar charts
...
Fix #727
2024-12-09 11:12:17 +01:00
lovasoa
0d51d52393
not on a personal repo anymore
2024-12-06 21:42:55 +01:00
lovasoa
c73ff58fc3
Fix a bug where the table component would not sort columns that contained a space in their name
...
Fixes https://github.com/sqlpage/SQLPage/issues/724
2024-12-06 10:36:43 +01:00
lovasoa
a4403eb780
fix https://github.com/sqlpage/SQLPage/issues/719
2024-11-28 22:32:09 +01:00
lovasoa
b1da4d6aea
sql.datapage.app -> sql-page.com
2024-11-26 23:26:09 +01:00
lovasoa
dc9353bd64
fix searchable select bug
...
In forms with a searchable select dropdown, the search field now resets itself after an item is selected, to let the user easily select another item.
Fixes https://github.com/sqlpage/SQLPage/issues/706
2024-11-23 00:42:27 +01:00
Xylle
d18954ec8a
add empty_option to the form component ( #694 )
...
* Update form.handlebars
Add empty option to select
* Update 01_documentation.sql
Add documentation
* Update examples/official-site/sqlpage/migrations/01_documentation.sql
* Update sqlpage/templates/form.handlebars
* add empty_option example
* empty_option
---------
Co-authored-by: Ophir LOJKINE <contact@ophir.dev >
2024-11-17 11:13:23 +01:00
lovasoa
da4b00522a
fix https://github.com/sqlpage/SQLPage/issues/610
2024-11-14 23:00:24 +01:00
lovasoa
16388afe82
fmt css
2024-11-13 23:53:55 +01:00
lovasoa
c5d45c8144
Add support for freeze_columns and freeze_headers in the table component
...
fixes https://github.com/sqlpage/SQLPage/issues/683
2024-11-13 23:53:19 +01:00
lovasoa
3f51185b12
change_percent without description in the big_number
...
fix https://github.com/sqlpage/SQLPage/issues/688
2024-11-13 22:41:12 +01:00
lovasoa
ef1825ba4c
Fixed misaligned loading spinner in the card component when the card is loading embedded content.
2024-11-13 11:48:49 +01:00
lovasoa
0008f3b7f8
fixed embedded chart double-initialization
...
Fixed a bug where embedded card contents would be initialized multiple times, potentially causing issues with some components (such as the chart component) when embedded in a card.
2024-11-13 11:46:41 +01:00
lovasoa
7baec5537d
table component bugfix
2024-11-10 16:52:49 +01:00
lovasoa
c94c13f313
Remove small blank padding around tables in the table component
2024-11-10 16:45:12 +01:00
lovasoa
7faadf3967
Fixed a display bug where the table search box would disappear when scrolling horizontally in a large table.
2024-11-10 15:58:20 +01:00
lovasoa
b92f990af2
fix js bug introduced by biome
2024-11-05 22:41:45 +01:00
lovasoa
b783c6e52a
check for chart errors
2024-11-05 22:38:25 +01:00
lovasoa
6081c9ff9f
add biome linting and formatting for a consistent style and easier contributions
...
this should prevent useless conflicts
2024-11-05 21:03:20 +01:00
lovasoa
ebf19aa7fe
add linting and formatting in CI
2024-11-05 18:33:55 +01:00
lovasoa
f82bfbc2af
Add support for null as item in the columns component to skip the display of an item. Add support for markdown in the json component
...
closes https://github.com/sqlpage/SQLPage/issues/646
closes https://github.com/sqlpage/SQLPage/issues/642
closes https://github.com/sqlpage/SQLPage/issues/641
2024-11-05 18:30:29 +01:00
lovasoa
6fa7a59198
Fixed a bug where select dropdown fields would retain their state when their form is reset.
...
fixes https://github.com/sqlpage/SQLPage/issues/672
2024-11-04 16:20:21 +01:00
lovasoa
64546c47ad
Update charting library and fix chart bugs
...
fixes https://github.com/sqlpage/SQLPage/issues/659
2024-11-01 16:38:34 +01:00
lovasoa
6c94a5d787
fix a bug where table sorting would break if table search was not also enabled
...
CI / compile_and_lint (push) Has been cancelled
CI / test (mssql) (push) Has been cancelled
CI / test (mysql) (push) Has been cancelled
CI / test (postgres) (push) Has been cancelled
CI / windows_test (push) Has been cancelled
CI / docker_build (linux/amd64) (push) Has been cancelled
CI / docker_build (linux/arm/v7) (push) Has been cancelled
CI / docker_build (linux/arm64) (push) Has been cancelled
CI / docker_push (push) Has been cancelled
Create Release / Build sqlpage binaries (target/superoptimized/sqlpage, macos-latest) (push) Has been cancelled
Create Release / Build sqlpage binaries (target/superoptimized/sqlpage, ubuntu-20.04) (push) Has been cancelled
Create Release / Build sqlpage binaries (target/superoptimized/sqlpage.exe, windows-latest) (push) Has been cancelled
Create Release / Build AWS Lambda Serverless zip image (push) Has been cancelled
Create Release / Create Github Release (push) Has been cancelled
Create Release / Publish to crates.io (push) Has been cancelled
fixes https://github.com/sqlpage/SQLPage/issues/660
2024-11-01 00:01:48 +01:00
lovasoa
7d95488344
new icons
2024-10-30 16:14:43 +01:00
lovasoa
84a938f876
improve table search and sort
...
this reimplements table searching and sorting from scratch inside sqlpage instead of using the (unmaintained and buggy) list.js library
this makes the sqlpage js smaller and faster to load
this improves table filtering speed
this fixes incorrect sorting when using markdown links
fixes https://github.com/sqlpage/SQLPage/issues/576
2024-10-27 23:34:37 +01:00
lovasoa
98afe59959
SEO
2024-10-27 00:12:50 +02:00
lovasoa
092678f8f1
fix extra separator at the end of each line in csv component
...
thanks @mtt-artis for reporting the issue
https://github.com/sqlpage/SQLPage/pull/608#issuecomment-2439444243
2024-10-27 00:01:21 +03:00
lovasoa
e20f641217
carousel improvements
...
Allow setting image width and height in carousels, in order to avoid differently sized images to cause layout janking when going through them.
2024-10-22 16:12:48 +02:00
lovasoa
cf86a226ef
Fix autoplay of carousels when embedded in a card
...
fixes https://github.com/sqlpage/SQLPage/issues/647
2024-10-19 23:21:26 +02:00
lovasoa
92fec205b5
New initial_search_value property in the table component to pre-fill the search bar with a value. This allows to display the table rows that will initially be filtered out by the search bar.
2024-10-19 22:16:46 +02:00