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.

32 lines
967 B

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