lovasoa / SQLpage

SQL-only webapp builder, empowering data analysts to build websites and applications quickly
https://sql.ophir.dev
MIT License
883 stars 64 forks source link

Added a small draft sidebar template #265

Open srcarvalho12 opened 3 months ago

srcarvalho12 commented 3 months ago

How to use: SELECT 'shell' As component, 'Clientes' As title, TRUE As sidebar,

I had problems with "scrollbar-color", as it has a predefined style and I would like to use transparent, for example: scrollbar-color: rgba(var(--tblr-scrollbar-color, var(--tblr-body-color-rgb)), .16) transparent;

lovasoa commented 3 months ago

Great! Do you want to try implementing the sidebar + navbar combo ?

srcarvalho12 commented 3 months ago

Yes! This was just a draft

srcarvalho12 commented 3 months ago

I will improve in the next few days

lovasoa commented 3 months ago

🚀