| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2023-07-14 | use `Settings` as suffix for the classes | -3/+3 | ||
| This is become we're inheriting from the `BaseSettings` class It's also to conform with the module name. | ||||
| 2023-07-14 | override env name for the delete emoji | -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-14 | specify `emojis__pagination_` as env_prefix for pagination emojis | -0/+2 | ||
| 2023-07-14 | add missing pagination_emojis in `LinePaginator.paginate` | -5/+7 | ||
| This also renames the moduel to `pagination` | ||||