Commit Graph

144 Commits

Author SHA1 Message Date
Desmond Grealy 862a0ac3fd border-bottom should be configurable and off for transparent 2023-01-01 15:57:19 -08:00
Desmond Grealy 8b7e9bd868 Reset debugging var
index.tsx was not intended to be part of previous commit
2022-12-30 08:42:14 -08:00
Desmond Grealy a98d4f3438 Fix chakra adding extra padding on container. 2022-12-30 08:36:58 -08:00
Lucian Petri 53673d2aa3 pre-commit lint 2022-12-30 03:19:36 +02:00
Lucian Petri 4d53bbe7a8 fixing eslint 2022-12-30 03:13:41 +02:00
Lucian Petri 5d719e274a post merge pages darkMode 2022-12-30 02:50:11 +02:00
Lucian Petri 84805ddfba Merge https://github.com/LAION-AI/Open-Assistant into dark-mode-implementation 2022-12-30 02:42:10 +02:00
Lucian Petri e5a1cad7b3 adding darkmode to pages 2022-12-30 02:30:49 +02:00
Lucian Petri 80d2e02e90 adding a cubic bezier for transition 2022-12-30 02:18:48 +02:00
Lucian Petri 8bb2a3c902 prettier colorSwitch WIP 2022-12-30 01:56:42 +02:00
Lucian Petri 851e73f9d4 remove unused import 2022-12-30 01:56:25 +02:00
Lucian Petri 5f4d8ac896 Refactor Footer 2022-12-30 01:56:07 +02:00
Lucian Petri ae58be5116 refactor Header 2022-12-30 01:56:00 +02:00
Lucian Petri dcdcadecc4 text Color 2022-12-30 01:55:36 +02:00
Lucian Petri a537a0ffa0 adding default text Color to Container 2022-12-30 01:55:27 +02:00
Lucian Petri b8f3fe9636 discarding ColorModeScript 2022-12-30 01:55:09 +02:00
Lucian Petri fc64fd6e60 implementing scaling of theme 2022-12-30 01:29:12 +02: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
Lucian Petri c204fbdef1 reorganizing the theme configuration 2022-12-29 22:46:22 +02: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
Lucian Petri 2431a5207e Auth darkMode Refactor 2022-12-29 19:33:32 +02:00
Lucian Petri 186eeb7591 Footer darkMode refactor 2022-12-29 19:27:00 +02:00
Lucian Petri 8a4855c651 UserMenu darkMode refactor 2022-12-29 19:18:21 +02: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
Lucian Petri ded14c737f Basic Color switch - WIP 2022-12-29 18:43:55 +02:00
Lucian Petri 721012ab27 Add Color Mode 2022-12-29 18:40:09 +02: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
Jac-Zac 71e260ec52 changing things as suggested 2022-12-29 12:27:18 +01:00
Jac-Zac 25146f264c adding it to the .eslintrc.json 2022-12-29 12:25:54 +01:00
Jac-Zac ac1660b699 new config file 2022-12-29 12:25:54 +01:00
Keith Stevens 2046b32b92 Merge pull request #138 from jojopirker/newLoading
New loading screen component
2022-12-29 20:22:06 +09:00
jojopirker cb317ebccb Initial Storybook setup (#110)
* Storybook setup

Storybook can be started using `npm run storybook`

* moved files and bugfix

Moved component files into their own directory and moved stories next to them. Fixed a bug with loading images

* prettier and bugfix

* prettier and bugfix

* Absolute Import in Header.tsx

* import fix

some imports did not work after merging

* Storybook update for chakra ui to properly work

* Prettier main.js

* comment in preview.js about hacky solution

* webpack final update and prettier update to preview

* Updated website/readme to include storybook description

* prettier...

* Delete docker-compose 2.yaml
2022-12-29 10:44:14 +01:00
jojopirker 205ff7971c deleted comment 2022-12-29 08:12:34 +01:00
jojopirker 7725297eb2 Merge branch 'LAION-AI:main' into newLoading 2022-12-29 08:01:45 +01:00
jojopirker 29bd355529 Ran prettier and fixed permanent loadingScreen in assistant_reply 2022-12-29 08:01:19 +01:00
Yannic Kilcher 0ee3196064 added sleep instead of true containers in compose 2022-12-29 00:38:12 +01:00