Timothy J. Baek
efa6aa4b4c
Update languages.json
2024-04-06 23:53:01 -07:00
Timothy J. Baek
c73e8916ed
chore: formatting
2024-04-06 23:52:02 -07:00
Timothy J. Baek
df2cb16086
refac: styling
2024-04-06 23:49:25 -07:00
Timothy J. Baek
f267f3f7b0
refac
2024-04-06 23:16:29 -07:00
Danny Liu
663b5adaf2
Merge pull request #3 from lainedfles/feat/profile-image-initials
...
Fix: Restore Gravatar functionality, add button initials, toast duration
2024-04-06 16:37:09 -07:00
Self Denial
924ebf035b
Fix: Restore Gravatar functionality, add button initials, toast duration
...
- Restore Gravatar functionality
- Add new button for "Use Initials"
- Set both buttons to use text-left class
- Update toast property autoClose to duration (wrong library, my bad!)
- Update toast messages to clarify that this isn't "Gravatar" but "avatar"
- Add i18n text to en-US/translation.json
2024-04-06 16:04:05 -06:00
Danny Liu
bee0338763
captalize Initial for improved clarity
2024-04-06 02:23:32 -07:00
Danny Liu
8a7075c3bf
style: npm run format
2024-04-06 01:13:22 -07:00
Danny Liu
78565e554b
notify user with toast.info() + update toast message
2024-04-06 01:12:51 -07:00
Danny Liu
7081755e19
Merge pull request #2 from lainedfles/feat/profile-image-initials-fixes
...
Feat/profile image initials fixes
2024-04-06 01:12:11 -07:00
Self Denial
cf54adf5c4
Toast error consistency
2024-04-05 23:01:48 -06:00
Self Denial
ae9922a2cd
Re-word account creation error to be more descriptive
2024-04-05 22:58:40 -06:00
Self Denial
bad7dca51e
Move login page toast error to the bottom of page and enable i18n for translation
2024-04-05 22:43:42 -06:00
Self Denial
69716a5cec
Revert "omit canvas spoofing toast.error for signups"
...
This reverts commit 1af62a70f0
.
2024-04-05 22:31:40 -06:00
Danny Liu
1af62a70f0
omit canvas spoofing toast.error for signups
2024-04-05 21:16:48 -07:00
Danny Liu
5694f16624
style: run npm run format
2024-04-05 21:02:02 -07:00
Danny Liu
a68b95c95f
Merge pull request #1 from lainedfles/feat/profile-image-initials-rfp
...
Feat/profile image initials with fix for rfp & canvas spoofing
2024-04-05 21:00:48 -07:00
Self Denial
ac9308dbed
Introduce canvasPixelTest() intended to validate canvas functionality
...
Browsers and plugins that spoof canvas data produce corrupt images. In attempt to mitigate:
* Add canvasPixelTest() to test a single pixel and test the RGB values
* Test canvasPixelTest() inside generateInitialsImage() and use default `/user.png` if failure detected
* Call canvasPixelTest() directly within settings to avoid setting an invalid image
* Use toast.error() with 10 second autoClose
2024-04-05 16:04:00 -06:00
Danny Liu
c8f7bb990c
code style: npm run format
2024-04-04 20:07:52 -07:00
Danny Liu
b8790200e9
refac: code style
2024-04-04 20:05:39 -07:00
Danny Liu
4200ad111c
handle names with trailing whitespace
2024-04-04 19:56:23 -07:00
Danny Liu
ac470e64e0
npm run format
2024-04-04 13:26:00 -07:00
Danny Liu
c52cc46d2c
feat: initial avatar set to first letter of firstname, first letter of lastname
2024-04-04 13:23:59 -07:00
Danny Liu
a2bd9b8639
style: npm run format
2024-04-04 12:10:45 -07:00
Danny Liu
0c43897f3d
refac: move generateInitialsImage function to utils
2024-04-04 12:09:07 -07:00
Danny Liu
4195af4942
pass generated profile image in signup api call
2024-04-04 12:08:20 -07:00
Danny Liu
3b06096c52
run npm run lint:backend
2024-04-04 01:10:51 -07:00
Danny Liu
8d1db9a1c0
feat: api endpoint to receive profile_image_uirl on signup
2024-04-03 22:36:27 -07:00
Danny Liu
6bb299ae25
run npm run format
2024-04-01 16:26:05 -07:00
Danny Liu
a0a064f4c8
update initals avatar if user changes name
2024-04-01 16:23:54 -07:00
Danny Liu
40e1e212d4
feat: default profile image with user initials
2024-04-01 16:11:28 -07:00
Timothy J. Baek
653a0ff02f
fix: katex overflow issue
2024-03-31 19:50:46 -07:00
Timothy Jaeryang Baek
8175a323e9
Merge pull request #1372 from cheahjs/chore/update-npm-format-scripts
...
chore: add format:backend to npm scripts
2024-03-31 15:34:51 -07:00
Jun Siang Cheah
11850b75c8
chore: add format:backend npm script to match ci
2024-03-31 22:13:39 +01:00
Timothy J. Baek
a6c154d839
feat: rag context logging
2024-03-31 14:02:31 -07:00
Timothy Jaeryang Baek
7563619e26
Merge pull request #1368 from Patrice-Gaudicheau/fix/data-dir-handling
...
Update of main.py
2024-03-31 14:00:39 -07:00
Timothy J. Baek
1b5c92d66c
revert: prompt suggestion change
2024-03-31 13:59:39 -07:00
Timothy Jaeryang Baek
2f23325c90
Merge branch 'dev' into fix/data-dir-handling
2024-03-31 13:57:34 -07:00
Patrice-Gaudicheau
cef676429f
Spellchecking
2024-03-31 22:50:17 +02:00
Timothy Jaeryang Baek
587a8c5992
Merge pull request #1370 from lainedfles/logging-improvements
...
Improve logging.
2024-03-31 13:46:37 -07:00
Timothy J. Baek
4ddb7e124e
fix: error message
2024-03-31 13:40:57 -07:00
Patrice-Gaudicheau
68cfdd89c4
Small simplification
2024-03-31 22:35:44 +02:00
Self Denial
144c9059a3
Improve logging. Move print()
statements to appropiate log()
.
...
Add COMFYUI and WEBHOOK logging and associated environment variable
control. Add WEBHOOK payload & request debug logs.
2024-03-31 13:17:29 -06:00
Patrice-Gaudicheau
ee38b3c84d
Enhance DATA_DIR handling in main.py and docker-compose configuration
2024-03-31 20:43:09 +02:00
Timothy J. Baek
1d7ca44017
fix: config data issue
2024-03-31 02:27:03 -07:00
Timothy J. Baek
174c082c69
chore: frontend formatting
2024-03-31 02:04:15 -07:00
Timothy J. Baek
bbb63104ea
chore: frontend format
2024-03-31 02:01:42 -07:00
Timothy J. Baek
43832d165f
chore: frontend formatting
2024-03-31 01:59:10 -07:00
Timothy J. Baek
d630485051
chore: delete test.json
2024-03-31 01:57:21 -07:00
Timothy J. Baek
784572590f
chore: frontend i18n formatting
2024-03-31 01:54:54 -07:00