Skip to content

v0.31.0 - Component "card" is displayed incorrectly #743

@Floflobel

Description

@Floflobel

Introduction

I have a component card that doesn't display very well in the latest version v0.31.0. I have rollback to v0.30.1 for the moment.

To Reproduce

select 
    'card'                 as component,
    2                      as columns;
select 
    'Information'         as title,
    'settings'             as icon,
    'green'                as color,
    '/sftp_detail_properties.sql?_sqlpage_embed&name=' || $name as embed;
select 
    'Statistics'           as title,
    'chart-dots-2'         as icon,
    'orange'               as color,
    '/sftp_detail_statistics.sql?_sqlpage_embed&name=' || $name as embed;

Screenshots

v0.31.0:
Screenshot from 2024-12-19 15-37-14

v0.30.1:
Screenshot from 2024-12-19 15-37-44

Version information

  • OS: Debian 12
  • Database [e.g. SQLite, Postgres] Postgres
  • SQLPage Version [found when hovering the default footer of pages]: 0.31.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions