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.

31 lines
958 B

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