pvincent 3 months ago
parent
commit
091314ceb9
  1. 3
      TODO.md
  2. 11
      app/assets/stylesheets/application.toastify.css

3
TODO.md

@ -3,14 +3,13 @@ TODO
* [ ] Flash message * [ ] Flash message
* [ ] https://reinteractive.com/articles/how-to-create-flash-messages-in-Rails-7 * [ ] https://reinteractive.com/articles/how-to-create-flash-messages-in-Rails-7
* [ ]
* [ ] Tailwind * [ ] Tailwind
* [ ] copy TailAdmin (or WindMill) layout * [ ] copy TailAdmin (or WindMill) layout
* [ ] https://demo.tailadmin.com/crm * [ ] https://demo.tailadmin.com/crm
* [ ] https://windmill-dashboard.vercel.app/buttons.html * [ ] https://windmill-dashboard.vercel.app/buttons.html
* [ ] black mode * [ ] black mode
* [ ] index list * [ ] index list
* [ ] Pagy
* [x] Pagy
* [ ] systematic 'New Button' (+) * [ ] systematic 'New Button' (+)
* [ ] smart filter search bar * [ ] smart filter search bar
* [ ] build auto-release notes based from TODO and New Notes * [ ] build auto-release notes based from TODO and New Notes

11
app/assets/stylesheets/application.toastify.css

@ -1,13 +1,4 @@
/*!
* Toastify js 1.12.0
* https://github.com/apvarun/toastify-js
* @license MIT licensed
*
* customized by: pvincent
*/
.toastify {
.toastify {
padding: 12px 20px; padding: 12px 20px;
color: #ffffff; color: #ffffff;
display: inline-block; display: inline-block;

Loading…
Cancel
Save