18 Commits

Author SHA1 Message Date
lovasoa 3485b5e233 Improve map component
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
customizable tile
source, attribution, and max zoom.

Update embedded SQLite to version
3.44.
2023-11-12 20:30:04 +01:00
lovasoa 81bf5617ed map : better geojson point support 2023-11-11 01:24:41 +01:00
lovasoa 2dfecd76f5 add support for geojson in the map component
this adds support for new geometries, including polygons

Closes https://github.com/lovasoa/SQLpage/issues/119
2023-11-07 23:52:38 +01:00
lovasoa 797d7042fd custom marker icon and color in the map component 2023-11-07 01:07:40 +01:00
lovasoa 478195ee49 update tabler to 1.0.0-beta20
https://preview.tabler.io/changelog.html
2023-09-17 11:51:17 +02:00
lovasoa 27984a0400 fix table sorting 2023-08-23 02:19:09 +02:00
lovasoa d7aa1fd634 improve page load speed
split the charts javascript code from the rest of the frontend code,
and load it only when necessary.

This greatly diminishes the amount of js loaded by default, and achieves very good performance scores by default.
2023-08-03 12:24:22 +02:00
lovasoa 00ca2e586a swicth to a forked list.js with bug fixes
Fixes https://github.com/lovasoa/SQLpage/issues/46
2023-08-03 03:00:15 +02:00
lovasoa b27d939e03 fix searching in tables that are not sorted 2023-08-02 20:17:51 +02:00
lovasoa 5b99bf1688 new map component 2023-07-13 01:42:10 +02:00
lovasoa cecce067e1 new map component 2023-07-11 22:33:43 +02:00
lovasoa 18a7149e48 fix horizontal bar charts 2023-07-03 02:30:42 +02:00
lovasoa 07d26b70ed New chart type: horizontal bar charts 2023-07-02 22:02:08 +02:00
lovasoa 9d7cc2b3d7 improve chart component 2023-06-11 00:18:07 +02:00
lovasoa 12786817aa Remove the 'fixed tooltips' option in graphs 2023-06-10 23:16:15 +02:00
lovasoa a801d06255 Update apex charts
see
https://github.com/apexcharts/apexcharts.js/releases
2023-06-10 23:14:38 +02:00
lovasoa f1690e8421 embed external js and css resources in the distributed binary 2023-06-01 03:46:39 +02:00
lovasoa e0eec19604 Re-integrate external js as static file 2022-09-14 12:58:41 +04:00