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.

29 lines
855 B

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