-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# 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):
- Loading branch information
1 parent
306285b
commit 3d9cbe5
Showing
123 changed files
with
2,772 additions
and
1,013 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,3 +45,6 @@ next-env.d.ts | |
|
||
# Sentry Config File | ||
.sentryclirc | ||
|
||
# Sentry Config File | ||
.env.sentry-build-plugin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,22 @@ | ||
version: v2 | ||
name: quivr-demo-front | ||
services: | ||
- name: quivr-frontend | ||
run: "" | ||
type: web | ||
instances: 1 | ||
cpuCores: 0.2 | ||
ramMegabytes: 240 | ||
terminationGracePeriodSeconds: 30 | ||
port: 3000 | ||
domains: | ||
- name: demo.quivr.app | ||
sleep: false | ||
- name: quivr-frontend | ||
run: "" | ||
type: web | ||
instances: 1 | ||
cpuCores: 0.2 | ||
ramMegabytes: 240 | ||
terminationGracePeriodSeconds: 30 | ||
port: 3000 | ||
domains: | ||
- name: demo.quivr.app | ||
sleep: false | ||
build: | ||
context: ./frontend | ||
method: docker | ||
dockerfile: ./frontend/Dockerfile | ||
envGroups: | ||
- preview-frontend | ||
- preview-frontend | ||
autoRollback: | ||
enabled: false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,4 +43,4 @@ | |
font-size: Typography.$tiny; | ||
} | ||
} | ||
} | ||
} |
18 changes: 9 additions & 9 deletions
18
...hatId]/components/ActionsBar/components/ChatInput/components/ChatEditor/Editor/styles.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
.ProseMirror p.is-editor-empty:first-child::before { | ||
content: attr(data-placeholder); | ||
float: left; | ||
color: #adb5bd; | ||
pointer-events: none; | ||
height: 0; | ||
content: attr(data-placeholder); | ||
float: left; | ||
color: #adb5bd; | ||
pointer-events: none; | ||
height: 0; | ||
} | ||
|
||
.ProseMirror * { | ||
white-space: pre-wrap; | ||
word-wrap: break-word; | ||
white-space: pre-wrap; | ||
word-wrap: break-word; | ||
} | ||
|
||
.mention { | ||
display: none; | ||
} | ||
display: none; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ponents/ChatDialogueArea/components/ChatDialogue/components/ChatItem/QADisplay/styles.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
* { | ||
white-space: pre-line; | ||
} | ||
white-space: pre-line; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,4 +27,4 @@ | |
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1,60 @@ | ||
:root { | ||
--white-0: #fcfcfc; | ||
--white-1: #f8f8f8; | ||
--white-2: #f4f4f4; | ||
|
||
/* Black */ | ||
--black-0: #1f1f1f; | ||
--black-1: #252525; | ||
--black-2: #2b2b2b; | ||
--black-3: #313131; | ||
--black-4: #373737; | ||
--black-5: #3d3d3d; | ||
--black-6: #434343; | ||
--black-7: #494949; | ||
|
||
/* Grey */ | ||
--grey-O: #707070; | ||
--grey-1: #818080; | ||
--grey-2: #c8c8c8; | ||
--grey-3: #cbcbcb; | ||
--grey-4: #e7e9ec; | ||
--grey-5: #d3d3d3; | ||
--grey-6: #f5f5f5; | ||
|
||
/* Primary */ | ||
--primary-0: #6142d4; | ||
--primary-1: #d0c6f2; | ||
--primary-2: #f5f3fd; | ||
|
||
/* Accent */ | ||
--accent: #13abba; | ||
/* Gold */ | ||
--gold: #b8860b; | ||
--gold-lightest: #f0ebdd;; | ||
/* Error */ | ||
--dangerous-dark: #e30c17; | ||
--dangerous: #9b373c; | ||
--dangerous-lightest: #eedddd; | ||
/* Warning */ | ||
--warning: #c77d33; | ||
--warning-lightest: #f2e9e0; | ||
/* Success */ | ||
--success: #47a455; | ||
--success-lightest: #d0edd4; | ||
|
||
/* Code */ | ||
--code-yellow: #e6db74; | ||
--code-grey: #f8f8f2; | ||
--code-green: #a6e22e; | ||
--code-purple: #ae81ff; | ||
--code-red: #f92672; | ||
--code-dark-grey: #f8f8f2; | ||
--code-very-dark-grey: #75715e; | ||
--code-blue: #66d9ef; | ||
--code-orange: #fd971f; | ||
} | ||
--white-0: #fcfcfc; | ||
--white-1: #f8f8f8; | ||
--white-2: #f4f4f4; | ||
|
||
/* Black */ | ||
--black-0: #1f1f1f; | ||
--black-1: #252525; | ||
--black-2: #2b2b2b; | ||
--black-3: #313131; | ||
--black-4: #373737; | ||
--black-5: #3d3d3d; | ||
--black-6: #434343; | ||
--black-7: #494949; | ||
|
||
/* Grey */ | ||
--grey-O: #707070; | ||
--grey-1: #818080; | ||
--grey-2: #c8c8c8; | ||
--grey-3: #cbcbcb; | ||
--grey-4: #e7e9ec; | ||
--grey-5: #d3d3d3; | ||
--grey-6: #f5f5f5; | ||
|
||
/* Primary */ | ||
--primary-0: #6142d4; | ||
--primary-1: #d0c6f2; | ||
--primary-2: #f5f3fd; | ||
|
||
/* Accent */ | ||
--accent: #13abba; | ||
|
||
/* Gold */ | ||
--gold: #b8860b; | ||
--gold-lightest: #f0ebdd; | ||
|
||
/* Error */ | ||
--dangerous-dark: #e30c17; | ||
--dangerous: #9b373c; | ||
--dangerous-lightest: #eedddd; | ||
|
||
/* Warning */ | ||
--warning: #c77d33; | ||
--warning-lightest: #f2e9e0; | ||
|
||
/* Success */ | ||
--success: #47a455; | ||
--success-lightest: #d0edd4; | ||
|
||
/* Code */ | ||
--code-yellow: #e6db74; | ||
--code-grey: #f8f8f2; | ||
--code-green: #a6e22e; | ||
--code-purple: #ae81ff; | ||
--code-red: #f92672; | ||
--code-dark-grey: #f8f8f2; | ||
--code-very-dark-grey: #75715e; | ||
--code-blue: #66d9ef; | ||
--code-orange: #fd971f; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.