551 Commits

Author SHA1 Message Date
lovasoa 0f368f1dd9 csv documentation 2024-10-28 00:01:10 +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 8d3180717f easy file name 2024-10-27 00:40:27 +03:00
lovasoa 4a6167c8f3 add slides from pgconf 2024-10-27 00:36:04 +03:00
lovasoa cb29bf4592 alexis blog post 2024-10-26 19:24:21 +03:00
lovasoa 0f4656c19d csv component documentation 2024-10-26 00:31:35 +03:00
lovasoa 46a57f0707 json docs 2024-10-24 00:34:05 +03:00
lovasoa 0a585828bb improve run_sql documentation 2024-10-23 15:36:12 +02:00
lovasoa 57681a54cb json docs 2024-10-23 15:20:54 +02:00
lovasoa f8241a9e78 json: support streaming query results as json array, jsonlines, or server-sent events 2024-10-22 23:45:53 +02: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 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
lovasoa 81c904166f pgconf 2024 2024-10-15 13:19:37 +02:00
lovasoa 2b1f792f77 Revert #643 2024-10-11 21:39:18 +02:00
alexisrc1 78dea52a3f Update file1 and file2 with new changes 2024-10-11 16:16:38 +02:00
alexisrc1 5fbc879f63 Add robots.txt and sitemap.xml for SEO 2024-10-10 11:23:37 +02:00
lovasoa dd3de5cd43 fix https://github.com/lovasoa/SQLpage/issues/639 2024-10-06 20:58:54 +02:00
lovasoa 03505ba1da fix https://github.com/lovasoa/SQLpage/issues/636 2024-10-04 10:23:47 +02:00
Siju Joseph 86b273b873 feat: change insert query for documentation
- "_blank" to open the link in a new tab
- "_self" to open it in the same tab
- "_parent" to open it in the parent frame
- "_top" to open it in the full body of the window
2024-10-01 13:56:44 +02:00
lovasoa aecf3f1c89 **divider component**: Add new properties to the divider component: link, bold, italics, underline, size.
https://github.com/lovasoa/SQLpage/discussions/617
2024-09-23 11:37:56 +02:00
lovasoa 614205bfcc add a new simpler foldable component example 2024-09-19 00:24:19 +02:00
lovasoa 3581a66893 Fix https://github.com/lovasoa/SQLpage/discussions/594 2024-09-16 14:09:46 +02:00
lovasoa 500cd0fd20 dynamic component documentation 2024-09-15 14:35:58 +02:00
lovasoa dd3d9a2038 role is a reserved keyword in sql 2024-09-15 11:50:12 +02:00
lovasoa 289f681e82 add a detailed example of the usage of multi-select fields with many comments 2024-09-13 22:12:51 +02:00
lovasoa d01e3a89a5 update sqlpage functions documentation 2024-09-13 15:39:30 +02:00
lovasoa 1b3ddf028e update components docs file 2024-09-13 15:34:31 +02:00
lovasoa d6feee44ea document the nginx example 2024-09-13 14:47:50 +02:00
lovasoa 038ef6f4d4 link to nginx example 2024-09-13 14:23:02 +02:00
lovasoa b8c4df0035 add an nginx example 2024-09-13 13:19:51 +02:00
lovasoa c94b35af7c remove support for set $variable (use set variable instead). 2024-09-13 11:40:47 +02:00
lovasoa 1ece8821bc navbar_title + fix shell navbar layout when a page has no title
fixes https://github.com/lovasoa/SQLpage/issues/566

thanks @alexisrc1
2024-09-06 17:30:49 +02:00
lovasoa bf9f03324e illustrations 2024-09-06 12:01:25 +02:00
lovasoa 801f2335fa update parameters tutorial 2024-09-06 10:45:13 +02:00
lovasoa c4cd9edb02 add a link to sqliteonline.com to test database schemas 2024-09-06 10:10:32 +02:00
lovasoa f701d2c0a7 fix version in docs 2024-09-06 09:38:51 +02:00
lovasoa 38a70a1406 rename accordion to foldable and harmonize it with other components
See #550
2024-09-05 22:37:01 +02:00
Saturos f111e407a3 Identified the problem with the parenthesis 2024-09-05 22:20:36 +02:00
Saturos da26d5abaa Revert "... Finally fixed the parenthesis problem on the docs"
This reverts commit 222e477c3479dc0c816aa2b8c187296bf4419366.
2024-09-05 22:20:36 +02:00
Saturos 920c58a5df ... Finally fixed the parenthesis problem on the docs 2024-09-05 22:20:36 +02:00
Saturos 462ef3f70a Correct a problem with the insert in the docs 2024-09-05 22:20:36 +02:00
Saturos 049325e5c7 Change the spacing of the JSON on docs 2024-09-05 22:20:36 +02:00
Saturos 3b444874bf Upgrade documentation with accordion 2024-09-05 22:20:36 +02:00
alexisrc1 7ddb947114 Add pricing file 2024-09-05 21:42:22 +02:00
lovasoa 9c72765926 update social preview 2024-09-05 18:41:29 +02:00
lovasoa 248a91c9b3 fix docs 2024-09-05 00:33:44 +02:00
lovasoa c67425e4aa new component: columns 2024-09-05 00:19:14 +02:00
lovasoa 831bbd0c27 move components docs to own page 2024-09-04 22:26:33 +02:00
lovasoa 2146dfbe72 add json concat functions 2024-09-04 00:39:02 +02:00