summaryrefslogtreecommitdiffstats
path: root/src/components/Buttons/Buttons.module.scss
Commit message (Collapse)AuthorAgeFilesLines
* chore: move pagination cursor title in a separate divArmand Philippot2022-02-011-0/+5
| | | | | | The progress bar will be clearer for everyone if the information about the number of loaded articles is printed without hovering the progress bar.
* chore: improve keyboard navigationArmand Philippot2022-01-181-1/+16
| | | | | Add some focus styles mainly in toolbar components to help identify active items when navigating with a keyboard.
* feat: implement dark modeArmand Philippot2022-01-171-1/+17
|
* refactor(styles): rename shadow and border variablesArmand Philippot2022-01-161-13/+13
|
* refactor(buttons): add a tertiary kind (previously links styles)Armand Philippot2022-01-141-40/+14
|
* chore(homepage): add icons to some buttonsArmand Philippot2022-01-141-7/+0
|
* chore: change secondary button stylesArmand Philippot2022-01-141-18/+19
|
* refactor: improve button-like links stylesArmand Philippot2022-01-081-0/+5
| | | | | | | The goal was to replace the "read more articles about" links with button-like links to keep a certain consistence between buttons. The hasIcon variable was useless so I update some components and especially the back to top link.
* chore: update homepage stylesArmand Philippot2022-01-081-1/+5
|
* chore: improve search box and add button interactions on hover/focusArmand Philippot2022-01-071-4/+38
|
* chore: improve comment sectionArmand Philippot2022-01-071-9/+17
| | | | I also adjust styles for all forms and primary buttons.
* chore: replace theme button with settingsArmand Philippot2022-01-051-2/+2
| | | | | I plan to add more user settings so theme options should be inside settings.
* chore: replace read more link with ButtonLink componentArmand Philippot2021-12-291-6/+39
| | | | | I also fix the load more button position since I removed the margin auto.
* chore: add a button-like component for linksArmand Philippot2021-12-291-0/+54
|
* chore: add a theme toggleArmand Philippot2021-12-271-3/+4
| | | | Dark theme is not implemented yet.
* chore: replace svg imports with componentsArmand Philippot2021-12-221-3/+6
| | | | It allows me to control the colors of each SVG paths.
* chore: move toolbar size to global scopeArmand Philippot2021-12-201-1/+2
| | | | It allows me to manage footer padding on small viewports.
* chore: add a button to open/close search in toolbarArmand Philippot2021-12-201-0/+54
|
* chore: define secondary button stylesArmand Philippot2021-12-161-3/+51
| | | | I also rename submit style to primary.
* chore: create contact pageArmand Philippot2021-12-161-0/+34