notebook/app/assets/javascripts
Andrew Brown fe9bcf5cc4 Complete MaterializeCSS to TailwindCSS migration cleanup
This commit finalizes the transition from MaterializeCSS to TailwindCSS by:

**Layout & Controller Changes:**
- Consolidated layouts/tailwind.html.erb into layouts/application.html.erb
- Removed `layout 'tailwind'` declarations from 21 controllers
- Removed MaterializeCSS CDN link while preserving Material Icons

**Asset Cleanup:**
- Deleted materialize.min.js (76KB) and materialize-overrides.scss
- Removed tailwind.html.erb (no longer needed)
- Cleaned up MaterializeCSS-specific JavaScript files

**JavaScript Modernization:**
- Removed MaterializeCSS initialization and select components
- Updated autosave.js and timeline-editor.js to remove M.toast() calls
- Deprecated unused React component with MaterializeCSS dependencies

**Result:**
- Unified TailwindCSS layout system across entire application
- Complete removal of MaterializeCSS dependencies
- Preserved all functionality through Alpine.js implementations
- Clean codebase ready for production

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-27 19:39:15 -07:00
..
d3-charts
preload
vendor Complete MaterializeCSS to TailwindCSS migration cleanup 2025-07-27 19:39:15 -07:00
alpine.js
application.js Merge master into tailwind-redesign - resolved conflicts by keeping Tailwind designs and layouts 2025-06-02 23:05:00 -07:00
attribute_editor.js.erb
attributes_editor.js new template editor 2025-07-02 22:35:56 -07:00
autosave.js Complete MaterializeCSS to TailwindCSS migration cleanup 2025-07-27 19:39:15 -07:00
autosize-textareas.js
billing.js
collaboration.js
collection_wizard.js collection tweaks 2025-07-08 23:47:08 -07:00
content_filtering.js
content_type_data.js.erb
content_types.js
content.js
dark-mode.js
document_editor.js
enhanced_autosave.js rig up autosave on serendipitous questions 2025-06-03 00:50:38 -07:00
field_focusing.js
generators.js
icon-translation.js
image_uploads.js
information.coffee
integration_authorizations.coffee
keyboardControlDefault.js
keyboardControls.js
modernizr.js
pickers.js
progressbar.min.js
prompts.js
settings.js start on account settings redesign 2025-06-15 00:36:38 -05:00
smoothscrolling.js
stripe.js
styleguide.coffee
tailwind_initialization.js style collections and add editors picks 2025-07-08 23:17:22 -07:00
timeline-editor.js Complete MaterializeCSS to TailwindCSS migration cleanup 2025-07-27 19:39:15 -07:00
timeline.js