Ophir LOJKINE
Ophir LOJKINE
fixed by https://github.com/sqlpage/SQLPage/commit/ac24c052692cf1952e78f40e901edcfcb746500a
Ok, thanks for the report. I managed to make the following self-contained (sqlite) minimal reproduction: ```sql select 'shell' as component, '{ "title": "Click here", "submenu": [ {"link": "#destination", "title": "Then...
I reported the issue upstream as https://github.com/tabler/tabler/issues/2485
Ok, so the source of the bug is https://github.com/twbs/bootstrap/issues/41514. We depend on tabler, which itself depends on bootstrap. The latest bootstrap release fixes the bug, but tabler still need to...
As a workaround, I'll enable submenu autoclosing, which is not ideal. I'll disable it again when tabler releases a new version with the fix.
@alexisrc1 , have a look at https://github.com/sqlpage/SQLPage/releases/tag/v0.37.1
is there a new release for `rsa` planned too ?
I think what you need is a new `link` row level property on the tracking component. Would you be ready to add it yourself, and open a pull request?
Yes ! The source for the tracking component is here: https://github.com/sqlpage/SQLPage/blob/main/sqlpage/templates/tracking.handlebars Some other components that have link properties are: - https://github.com/sqlpage/SQLPage/blob/main/sqlpage/templates/columns.handlebars - https://github.com/sqlpage/SQLPage/blob/main/sqlpage/templates/list.handlebars - https://github.com/sqlpage/SQLPage/blob/main/sqlpage/templates/columns.handlebars - https://github.com/sqlpage/SQLPage/blob/main/sqlpage/templates/card.handlebars
This AI-generated introduction to the codebase is quite good, it can help diving into the internals faster: https://deepwiki.com/sqlpage/SQLPage