|  | Commit message (Collapse) | Author | Age | Files | Lines | 
|---|
| | |  | 
| | 
| 
| 
| 
| 
| 
| 
| 
| | I'm now using a widget that can be expanded/collapsed. It also allows
me to handle more effectively widgets overflow and to avoid styles
repetitions.
However, with stylelint rule "no-descending-specificity", I'm not sure
if the stylesheets are really logical... Maybe I should deactivate this
rule. | 
| | 
| 
| 
| 
| | By using pseudo elements instead of background with padding, it is
easier to control the look of posts header. | 
| | 
| 
| 
| 
| 
| 
| | I'm using same grid layouts in multiple places. To avoid maintenance
issue, I think it is better to declare the grid once and to import its
declaration where it is needed. Thanks to CSS modules, I can use
compose to do that. | 
| | |  | 
| | 
| 
| 
| 
| | The meta object can exists but its properties can be undefined. So I
don't want to display the dl if all properties are undefined. | 
| | |  | 
| | |  | 
| | 
| 
| 
| 
| 
| 
| | I was repeating myself a lot in services. So I rewrited the different
functions to improve readability and I extracted some formatting
functions to put them in utils. I also rewrited/reorganized some types
to keep consistent names. | 
|  |  |