mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-15 17:43:03 +03:00
1cf0e1a164
# Description - Handle mentions in search bar - Add a Loader Icon component and use it in Search Bar - Custom Placeholder possible on Editor Component - Remove unused useEditorStateUpdater - Fix Bug when Enter was typed ## Checklist before requesting a review Please delete options that are not relevant. - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my code - [ ] I have commented hard-to-understand areas - [ ] I have ideally added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged ## Screenshots (if appropriate):
5 lines
55 B
SCSS
5 lines
55 B
SCSS
$small: 12px;
|
|
$normal: 18px;
|
|
$large: 24px;
|
|
$big: 30px;
|