aboutsummaryrefslogtreecommitdiffstats
path: root/docs (unfollow)
Commit message (Collapse)AuthorLines
2023-07-14use `Settings` as suffix for the classesGravatar shtlrs-3/+3
This is become we're inheriting from the `BaseSettings` class It's also to conform with the module name.
2023-07-14override env name for the delete emojiGravatar shtlrs-3/+3
This way we can preserve the same behavior for botstrap, and we can have the Emojis class pick it up too.
2023-07-14specify `emojis__pagination_` as env_prefix for pagination emojisGravatar shtlrs-0/+2
2023-07-14add missing pagination_emojis in `LinePaginator.paginate`Gravatar shtlrs-5/+7
This also renames the moduel to `pagination`