Murat Aslan

Results 15 comments of Murat Aslan

Done! I've changed the base branch to v3.6. The PR is now ready for merge.

I've been playing around with Defyne recently. It's fantastic for quickly scaffolding a UI. Definitely recommend it for that.

Updated the approach as suggested. Instead of removing the `max-width` constraint, I've added `tableLayout: 'auto'` CSS property to all table components. This allows columns to automatically size based on their...

Thank you for the feedback! I've updated the approach. Instead of using `tableLayout: 'auto'` alone, I've now added `maxWidth` constraints to specific columns: - Rule column: `maxWidth: 400px` - Name...

Thanks for the feedback! I've added the Import Backup UI to the ServiceDatabase configuration page for supported database types (PostgreSQL, MySQL, MariaDB, MongoDB). The import functionality uses the existing Import...