Commit Graph

21 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
Andrew Brown
7f5e744f0a stream and some start on forums 2025-07-10 22:06:31 -07:00
Andrew Brown
df088d195a new stream design 2025-07-10 02:27:42 -07:00
drusepth
553e2143d4 stream skeleton design 2022-10-19 21:36:52 -07:00
Andrew Brown
8de0338d12 page titles 2020-10-18 21:35:43 -07:00
Andrew Brown
94bc19cff8 extra includes on stream 2020-10-12 02:23:23 -07:00
Andrew Brown
8528fe6ed1 allow linking pages in stream comments 2020-08-28 13:36:14 -07:00
Andrew Brown
589d4fafe1 don't show posts in stream from users who've blocked you 2020-07-06 17:20:39 -07:00
Andrew Brown
0b71f20b2d stream events for page collection acceptances 2020-07-06 16:51:05 -07:00
Andrew Brown
91dbb77000 polishing stream 2020-06-22 18:50:32 -05:00
Andrew Brown
15ddaeb1cc exclude blocked users from user streams 2020-06-03 17:44:13 -05:00
Andrew Brown
7268cb728a wrapping up stream redesign 2020-06-02 01:14:48 -05:00
Andrew Brown
1d83c507b4 wip collections mockup 2020-05-01 13:18:36 -05:00
Andrew Brown
b8fa922575 page collections controller scaffold 2020-04-30 15:22:06 -05:00
Andrew Brown
7778ee4a66 explore page mockup 2020-04-30 14:40:11 -05:00
Andrew Brown
721ccca944 knocking some tasks out 2020-04-26 19:49:54 -05:00
Andrew Brown
c3d2acbe1c local and global streams 2020-04-26 19:07:05 -05:00
Andrew Brown
e803e90426 partialize 2020-04-26 03:12:42 -05:00
Andrew Brown
c4543fe1ce stream progress 2020-04-25 15:13:56 -05:00
Andrew Brown
1725d66c06 testing some stuff out 2020-04-20 17:26:42 -05:00
Andrew Brown
22ab05702f wip stream 2020-03-29 02:38:58 -05:00