Draft
Conversation
…d Stimulus for Rails 8 compatibility
… for compatibility
… for compatibility
…recated application.scss file
…teractions in administrate
…rove jQuery loading for tests
…ionality with improved confirmation handling
…ort and streamline event handling
…for improved event delegation and accessibility
…nfirmation dialog integration in application.js
…improved UI consistency
…improved modularity and functionality
…ompatibility with Turbo and Rails UJS
…ication layout to include Tailwind CSS
- Remove jquery-rails gem from Gemfile - Remove jQuery loading from _javascript.html.erb partial - Remove jQuery fallback code for tests
- Convert associative.js to use native JavaScript instead of selectize - Convert date_time_picker.js to use native HTML5 inputs instead of datetimepicker - Convert select.js to use native JavaScript instead of selectize - All components now use vanilla JS with Tailwind CSS styling
- Remove rails-ujs require (not needed in Rails 7+) - Implement custom confirmation handler using native confirm() - Keep Turbo integration for navigation - Maintain table row click functionality with vanilla JS
- Add navigation and navigation__link classes for test compatibility - Fix nav_link_state comparison to use symbol instead of string - Add flash-notice, flash-error classes alongside Tailwind classes for test compatibility
- Replace jQuery selectors with document.querySelector in search tests - Update CSS selectors to match Tailwind classes (admin-content, cell-label, cell-data) - Use attribute selectors for dynamic CSS classes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.