This website requires JavaScript.
Explore
Help
Sign In
StanGirard
/
quivr
Watch
1
Star
1
Fork
0
You've already forked quivr
mirror of
https://github.com/StanGirard/quivr.git
synced
2024-12-17 15:41:50 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d2086a97d3
quivr
/
frontend
/
styles
/
_IconSizes.module.scss
5 lines
55 B
SCSS
Raw
Normal View
History
Unescape
Escape
fix(frontend): better chat color and copy icon position (#2121) # Description Please include a summary of the changes and the related issue. Please also include relevant motivation and context. ## 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):
2024-01-31 10:44:08 +03:00
$small
:
14
px
;
feat(frontend): handle mentions in search bar (#2049) # 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):
2024-01-22 05:13:20 +03:00
$normal
:
18
px
;
$large
:
24
px
;
feat(search): new way to interact with Quivr (#2026) Co-authored-by: Zewed <dewez.antoine2@gmail.com> Co-authored-by: Antoine Dewez <44063631+Zewed@users.noreply.github.com>
2024-01-20 07:34:30 +03:00
$big
:
30
px
;
Reference in New Issue
Copy Permalink