Keith Stevens
|
d7c0495605
|
Deleting a few links that don't go to a page we're planning to build out. Updating two links to go to pages that will soon exist
|
2023-01-01 12:48:05 +09:00 |
|
Keith Stevens
|
41e509405b
|
Merge pull request #199 from croumegous/fix-lint-build
Fix linter warnings
|
2023-01-01 10:46:21 +09:00 |
|
Desmond Grealy
|
f09d4d33f1
|
Merge pull request #210 from LAION-AI/168-cant-fetch-tasks-when-logging-in-as-a-debug-users
saving user to the dabase when using the debug credentials provider
|
2022-12-31 15:20:04 -08:00 |
|
croumegous
|
8c79cadbb1
|
chore: manually fix linter warning
|
2022-12-31 18:27:08 +01:00 |
|
croumegous
|
a0b900559c
|
chore: eslint plugins to sort import and remove unused import automatically
|
2022-12-31 18:22:06 +01:00 |
|
Dustin
|
0e10f49c02
|
lock
|
2022-12-31 09:19:14 -08:00 |
|
Dustin
|
a40d51b06f
|
added missing dependency for DNDKit on evaluation pages
|
2022-12-31 09:03:10 -08:00 |
|
Yannic Kilcher
|
4a4cf3c3a6
|
saving user to the dabase when using the debug credentials provider
|
2022-12-31 17:32:02 +01:00 |
|
Keith Stevens
|
9b5a220e16
|
Merge pull request #192 from LAION-AI/104-load-new-tasks
Update all the task pages to fetch a new taks after submission
|
2022-12-31 18:37:58 +09:00 |
|
Keith Stevens
|
b8fcb4df8f
|
Update all the task pages to fetch a new taks after submission
|
2022-12-31 18:24:50 +09:00 |
|
AbdBarho
|
ece0227aec
|
Use DnDKit for ranking tasks
|
2022-12-31 09:19:37 +01:00 |
|
Desmond Grealy
|
6ff96fce4e
|
("text_reply_to_post" -> "text_reply_to_message")
|
2022-12-30 17:50:25 -08:00 |
|
Desmond Grealy
|
3aaf45a8c8
|
("post_rating" -> "message_rating") ("post_ranking" -> "message_ranking")
|
2022-12-30 17:37:28 -08:00 |
|
Desmond Grealy
|
5b787b8ad7
|
(post_id -> message_id), (user_post_id -> user_message_id)
|
2022-12-30 17:31:09 -08:00 |
|
Desmond Grealy
|
5243270212
|
Rename to in api endpoints in affected pages
|
2022-12-30 17:12:20 -08:00 |
|
Martin H. Normark
|
2f064220a3
|
Use JS for Cypress config to avoid type error
|
2022-12-31 00:11:32 +01:00 |
|
Martin H. Normark
|
c2806ecf9b
|
Add component test for Container component
|
2022-12-31 00:11:32 +01:00 |
|
Martin H. Normark
|
592c75ddea
|
Add exports to comply with module resolution
|
2022-12-31 00:11:32 +01:00 |
|
Martin H. Normark
|
b03ad3ae92
|
Format code with Prettier
|
2022-12-31 00:11:32 +01:00 |
|
Martin H. Normark
|
8c478f5aaf
|
Format file
|
2022-12-31 00:11:32 +01:00 |
|
Martin H. Normark
|
5d5ee33ed3
|
Move e2e test to comply with folder structure
|
2022-12-31 00:11:32 +01:00 |
|
Martin H. Normark
|
562ddd2e12
|
Describe how to use Cypress
|
2022-12-31 00:11:32 +01:00 |
|
Martin H. Normark
|
dea0f4ec47
|
Remove component test as Button was removed
|
2022-12-31 00:11:32 +01:00 |
|
Martin H. Normark
|
932129906c
|
Tidy up cypress npm scripts
|
2022-12-31 00:11:32 +01:00 |
|
Martin H. Normark
|
9a6ef28a57
|
Update package-lock.json from fresh install
|
2022-12-31 00:11:32 +01:00 |
|
Martin H. Normark
|
3ff161d22b
|
Update baseline images for UI tests
|
2022-12-31 00:11:32 +01:00 |
|
Martin H. Normark
|
89c2be5760
|
Add cypress-image-diff for visual testing
|
2022-12-31 00:11:32 +01:00 |
|
Martin H. Normark
|
82d2b0924b
|
Add button component test
|
2022-12-31 00:11:32 +01:00 |
|
Martin H. Normark
|
8c75c6645d
|
Add signin e2e test
|
2022-12-31 00:11:32 +01:00 |
|
Martin H. Normark
|
f9bb5b2bf1
|
Install cypress for e2e and component tests
|
2022-12-31 00:11:32 +01:00 |
|
Keith Stevens
|
97c7541fea
|
Also fixing the .env for local development to be inline with the docker compose setup
|
2022-12-30 10:24:51 +09:00 |
|
Keith Stevens
|
7c187bbfab
|
Fixing discord signin
|
2022-12-30 10:16:43 +09:00 |
|
Keith Stevens
|
8c59cbe034
|
Merge pull request #154 from LAION-AI/rank_assistant_replies
Implement `rank_assistant_replies` in web
|
2022-12-30 07:54:45 +09:00 |
|
Yannic Kilcher
|
d9d65be8c5
|
added vanished debug login
|
2022-12-29 22:00:00 +01:00 |
|
AbdBarho
|
4f8c4e0457
|
Implement rank_assistant_replies in web
|
2022-12-29 21:13:25 +01:00 |
|
AbdBarho
|
5b0b326fc5
|
Add Loading Screen
|
2022-12-29 19:44:29 +01:00 |
|
AbdBarho
|
66b89d4685
|
Implement rank_user_replies in web
|
2022-12-29 19:44:29 +01:00 |
|
Desmond Grealy
|
ea65654fc2
|
Merge branch 'main' into eslint
|
2022-12-29 10:32:21 -08:00 |
|
Bill Ray
|
d1eeecbf7a
|
Updated join-us and FAQ links to link back to their sections on the home page.
|
2022-12-29 11:51:31 -05:00 |
|
Desmond Grealy
|
640623ff14
|
Merge pull request #146 from k-nearest-neighbor/home_layout
Adding a specific layout for Home
|
2022-12-29 06:20:18 -08:00 |
|
Desmond Grealy
|
2d4d621ed7
|
Cleaner className expression
|
2022-12-29 06:06:48 -08:00 |
|
AbdBarho
|
c2efbf2400
|
Merge pull request #147 from AAYUSH-droid/linkcomment1
Hide summarize story & rate summary tasks in the frontend
|
2022-12-29 14:58:53 +01:00 |
|
aayush
|
f96fb36182
|
Commented TaskOption for summerize story & rate summary
|
2022-12-29 19:23:46 +05:30 |
|
Desmond Grealy
|
b718ab699c
|
prettier
|
2022-12-29 05:38:22 -08:00 |
|
AbdBarho
|
c487e4dbac
|
clean up path imports
|
2022-12-29 14:38:00 +01:00 |
|
Desmond Grealy
|
58a74af771
|
Add arg to Header story
|
2022-12-29 05:28:18 -08:00 |
|
aayush
|
f2d6739a11
|
commented links
|
2022-12-29 18:55:00 +05:30 |
|
Desmond Grealy
|
c597e7317c
|
Adding a specific layout for Home so other pages are not coupled to the the header / footer / grid used on Home; Make header transparent on Home
|
2022-12-29 05:07:14 -08:00 |
|
Yannic Kilcher
|
0acacf33fe
|
Merge branch 'main' into add-debug-skip-password-env
|
2022-12-29 13:34:28 +01:00 |
|
AbdBarho
|
0ffbe625f5
|
Lint files
|
2022-12-29 13:00:54 +01:00 |
|