Commit Graph

248 Commits

Author SHA1 Message Date
jojopirker 910c1c88ce pre-commit 2023-01-04 15:42:51 +01:00
jojopirker be22c77b07 moved components into new folder 2023-01-04 15:38:26 +01:00
jojopirker b08e1b986a split api into multiple files 2023-01-04 15:19:46 +01:00
jojopirker dba693ee85 using avatar instead of image & pre-commit 2023-01-04 15:13:08 +01:00
jojopirker b24bfd1d74 new page to display recent messages 2023-01-04 15:02:45 +01:00
Desmond Grealy 87a6628ee2 Fix a few more key errors 2023-01-04 03:23:38 -08:00
Desmond Grealy ab41420327 Moving the dashboard-related components out of the 'widgets' folder and into a 'dashboard' components folder. 2023-01-04 03:09:40 -08:00
Desmond Grealy 79d18f959b Fix 'two children with same key' error. Remove superflous key on link 2023-01-04 02:52:46 -08:00
AbdBarho dc3725709b Merge pull request #366 from LAION-AI/156-fix-header-link
Change the header logo link based on signed in status
2023-01-04 10:23:49 +01:00
Keith Stevens 733884943a Change the header logo link based on signed in status 2023-01-04 18:14:35 +09:00
Keith Stevens ad67f66aee Downgrading sharp to ensure it builds on mac m1 2023-01-04 18:09:39 +09:00
rsandb 38d5e25c60 fixed breakpoint issue on mobile. last commit 2023-01-03 23:11:16 -06:00
rsandb afe2afc169 Dashboard 2023-01-03 22:55:44 -06:00
rsandb ba2c4cbc0f Dashboard 2023-01-03 22:48:21 -06:00
Keith Stevens 66662d9f7a Merge pull request #350 from kostiak/context-messages
Context messages
2023-01-04 12:33:06 +09:00
Keith Stevens fea6e70951 Merge pull request #335 from brentbagapuro/ui/about_page
about page
2023-01-04 12:29:54 +09:00
Keith Stevens 76ea30d1c1 Merge pull request #332 from Jac-Zac/main
Fixing username not updating
2023-01-04 12:09:42 +09:00
Keith Stevens e5715686c9 Merge pull request #328 from chs20/main
Make menu icon visible in dark mode
2023-01-04 12:07:42 +09:00
Kostia 8aad3beda8 pre-commit fixes 2023-01-04 02:01:53 +02:00
Kostia c80f89f545 Added context messages to fix #339 2023-01-04 01:59:15 +02:00
kostiak a66289789a Merge branch 'main' into collapsable-text 2023-01-03 23:30:16 +02:00
Kostia 30ae9bde8a fixed pre-commit 2023-01-03 23:26:54 +02:00
Kostia ec9e338c46 fixed the modal overlay 2023-01-03 23:21:16 +02:00
AbdBarho 7ff6a55c45 Merge pull request #256 from LAION-AI/46-privacy-and-terms
Adding a bare bones unstyled terms of service and privacy policy
2023-01-03 22:07:32 +01:00
Jacopo Zacchigna aedab0eda6 Merge branch 'LAION-AI:main' into main 2023-01-03 21:15:26 +01:00
brentbagapuro 7d44142b06 modified component imports on about page 2023-01-04 02:00:56 +08:00
brentbagapuro af5704e033 componentized sections 2023-01-04 01:30:08 +08:00
brentbagapuro 68ffae1941 about page 2023-01-04 01:21:56 +08:00
Jac-Zac 8e6af17612 Fixing username not updating 2023-01-03 15:27:37 +01:00
Adrian Cowan 81e354dec5 website: Implement page for creating initial prompts 2023-01-04 00:13:15 +11:00
Adrian Cowan 413e211761 website: Fix broken e2e tests 2023-01-04 00:13:15 +11:00
chs20 ff5e88916a Make menu icon visible in dark mode 2023-01-03 13:27:51 +01:00
Klotske 20b313ddcf Fixed toggle icon being missing on light theme 2023-01-03 13:11:11 +03:00
Keith Stevens dbfa77e8b7 Fixing some small merge issues and ensure docker runs the backend properly 2023-01-03 15:01:24 +09:00
Desmond Grealy e546eaa070 one more fix for header border-bottom. Also fixed some eslint whine 2023-01-02 21:09:37 -08:00
Desmond Grealy a76441baf0 fix method signature from merge. eslint fixes 2023-01-02 20:28:36 -08:00
Desmond Grealy de7e8c08a2 Merge branch 'main' into dark-mode-implementation 2023-01-02 19:00:10 -08:00
Desmond Grealy 3d13c7c91c Darkmode for survey pages. Fixes for eslint. 2023-01-02 18:36:54 -08:00
Kostia c68bbe75d0 Ran pre-commit to make prettier happy. 2023-01-03 03:42:36 +02:00
Kostia 1fdb3c4876 Added collapsable text for text that's too long 2023-01-03 03:11:50 +02:00
Keith Stevens a83eb7ffe1 Merge pull request #299 from croumegous/fix-204-response-invalid-json
fix(frontend): fix invalid json error when HTTP response is 204
2023-01-03 08:47:43 +09:00
Keith Stevens b810dfbe9f Merge pull request #294 from Klotske/fix-null-username
#276 - Fixed null username
2023-01-03 08:46:40 +09:00
croumegous 47ffd40d38 fix(frontend): fix invalid json error when HTTP response is 204 2023-01-03 00:44:07 +01:00
Keith Stevens 245a3de074 Merge pull request #264 from LAION-AI/messages_chakra
Use Chakra UI for Messages
2023-01-03 08:43:12 +09:00
Keith Stevens 7f1644e38d Factoring out the re-used layout 2023-01-03 08:40:59 +09:00
Klotske 15c06348ce Removed unused import 2023-01-03 00:17:32 +03:00
Klotske 65e3800997 Use session for username, removed update handler 2023-01-03 00:13:05 +03:00
Adrian Cowan 447a3bce41 website: Add some new detail to the docs on e2e testing 2023-01-02 22:40:51 +11:00
Adrian Cowan dc1af6e2d8 website: Add e2e tests of ranking replies and prompts
Like the previous commit, these are intended to function as a minimal smoke test that the API interaction with the backend is functional.
2023-01-02 21:13:10 +11:00
Adrian Cowan 32e212b5a5 website: Add e2e tests of creating an assistant/prompter reply
These are intended to function as a minimal smoke test that the API interaction with the backend is functional.
2023-01-02 21:13:10 +11:00