Commit Graph

16 Commits

Author SHA1 Message Date
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
drusepth
d293930f58 move thredded topic edit form a bit further down to account for long titles pushing notifs button 64px lower 2022-05-23 13:23:42 -07:00
drusepth
2919518101 fill copied timeline event template with new event ids 2022-05-23 11:40:26 -07:00
Andrew Brown
c900753575 resolve merge leftovers 2020-10-02 17:28:43 -07:00
Andrew Brown
538311f20d Merge branch 'master' into document-analysis-improvements 2020-10-02 14:55:52 -07:00
Andrew Brown
e75038a3bc final touches 2020-10-02 01:00:42 -07:00
Andrew Brown
5b5b53dfd6 clean up console.log outs 2020-09-26 16:42:16 -07:00
Andrew Brown
8a84200693 fix entity linking js error on non-timeline pages 2020-09-26 03:14:01 -07:00
Andrew Brown
71c647bd50 get doc entities sidebar working in component 2020-09-17 17:06:31 -07:00
Andrew Brown
efc04a3a0a hey it works 2020-07-05 17:01:34 -05:00
Andrew Brown
6e98fa5c92 wip timeline event template cloning 2020-07-04 17:25:23 -05:00
Andrew Brown
a28bd98070 timeline event entity removal 2020-07-03 18:03:53 -05:00
Andrew Brown
f59cb97620 timeline editor progress 2020-07-02 00:04:47 -05:00
Andrew Brown
cb8c500e07 link entities to timeline events 2020-07-01 02:04:42 -05:00
Andrew Brown
7da4ac572f ui reordering 2020-06-30 20:31:23 -05:00
Andrew Brown
a6ed658668 dynamically add events to timelines from ui 2020-06-30 19:51:16 -05:00