• v1.3.4 a3ef37d0d2

    v1.3.4 Stable

    boha_admin released this 2026-03-27 13:00:46 +01:00 | 61 commits to master since this release

    Refactor

    • Split admin.css (3228 lines) into 12 focused CSS files
    • Extracted shared styles from offers.css/dashboard.css into shared files
    • Standardized CSS class naming (offers-* � admin-, dash-kpi- � admin-kpi-*)
    • Removed ~360 lines of duplicate CSS
    • Added 16 utility classes

    Deploy

    cd /var/www/app-ts
    wget <asset-url> -O release.tar.gz
    tar -xzf release.tar.gz
    npm install --production
    npx prisma generate
    npx prisma migrate deploy
    pm2 restart app-ts
    rm release.tar.gz
    
    Downloads