We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
phoenix changelog
Hey there, awesome users! We've got some exciting updates to share with you. Check out the latest improvements and fixes below:
What's New and Improved
Bugfix 🐛:
- Action Block Rendering for Tables (#5852): We squashed a pesky bug in the core_components.ex file that was messing with the action block rendering in tables. Now, with a little tweak (adding a span class), your table cells will look fabulous and aligned just right. Enjoy the enhanced visual display and smoother user experience! 🎉
Thanks for being amazing and keep those feedbacks coming! 🚀
Included Commits
This commit (#5852) fixes the action block rendering for tables in the core_components.ex file within the installer/templates/phx_web/components directory. The changes made include adding one line of code and deleting one line, resulting in a total of two changes. Specifically, a span class is added to the table cell to improve the visual display of the action block, ensuring proper alignment and styling. This adjustment enhances the user experience when interacting with tables in the application.
Overall, the commit addresses a specific issue related to the rendering of action blocks in tables, making necessary modifications to the code to improve the visual presentation and functionality. By updating the core_components.ex file with the required changes, the action block within tables is now displayed correctly, enhancing the overall design and usability of the application's interface.
Files changed
- installer/templates/phx_web/components/core_components.ex