You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1016 B

5 months ago
3 months ago
5 months ago
3 months ago
5 months ago
5 months ago
3 months ago
3 months ago
  1. TODO
  2. ====
  3. * [ ] LiveConstants
  4. * [ ] monkeypatch rails-live-reload
  5. * [ ] Tailwind
  6. * [ ] copy TailAdmin (or WindMill) layout
  7. * [ ] https://demo.tailadmin.com/crm
  8. * [ ] https://windmill-dashboard.vercel.app/buttons.html
  9. * [ ] black mode
  10. * [ ] index list
  11. * [x] Pagy
  12. * [ ] systematic 'New Button' (+)
  13. * [ ] smart filter search bar
  14. * [ ] build auto-release notes based from TODO and New Notes
  15. * [ ] semver_git_tag compatible
  16. * [ ] Use hotwire_livereload instead of rails_live_reload
  17. * [ ] Ansi Formatter
  18. * [ ] fix:
  19. ```
  20. 23:49:01 web.1 | Rails ╙─╜ Completed 200 OK in 14ms (Views: 11.4ms | ActiveRecor
  21. 23:49:01 web.1 | Rails ╣┆╠ d: 0.2ms | Allocations: 10324)
  22. ```
  23. * `prefix` Completed should use `final`
  24. New Notes
  25. ---------
  26. * [x] Flash message
  27. * [x] https://reinteractive.com/articles/how-to-create-flash-messages-in-Rails-7
  28. * [x] Minitest
  29. * [x] Formatter
  30. * [x] wrap warning containing \n
  31. * [x] "\e[0;35mhello".length => 12 instead of 5!