Commit Graph
44 Commits
Author SHA1 Message Date
notmdandGitHub 952e021c88 Show current user rank in leaderboard (#1263)
close #1000 maybe #1178 too

*  Show current user rank in the leaderboard with +-1 user (only on leaderboard 
*  Extend auto_main script to use random user.
*  Support colSpan in the DataTable component (I haven't verified colSpan in header yet, leave that until we need it)
*  Refactor OasstError to include the path and request method.
2023-02-07 14:49:50 +09:00
Guillermo Hoardings 602799881a Translate strings that were not using i18n yet
Only English and Spanish translations have been included.
2023-02-03 01:53:04 +01:00
notmd 36e55c9bf4 extract to theme 2023-02-01 14:53:28 +07:00
notmd c8cd869594 extract type 2023-02-01 14:34:47 +07:00
notmd f569c6d12b Display number of available tasks 2023-01-31 22:00:14 +07:00
notmd f1ab2086d6 Show at least the top 100 users on the leaderboards 2023-01-31 01:09:02 +07:00
AbdBarho 77cc96d401 TaskContext as subset of ApiHookState 2023-01-29 11:38:16 +01:00
rjmacarthy 31a0754d21 Rename function to getTypeSafei18nKey 2023-01-24 14:46:47 +00:00
rjmacarthy 54cc7827b6 Add localisation to tasks and dashboard
Fix i18n merge issues

Add blank line dashboard.json

Remove console.log

Alphabeticalise

Pre-commit

Fix i18n key warnings add util function

Fix Task.storties.tsx

Revert pass duplicate prop
2023-01-24 10:41:12 +00:00
Keith Stevens b0cb6cf047 Adding an help link to the docs on the dashboard 2023-01-24 16:26:24 +09:00
notmd b7056eccd1 Show more stats in leaderboard table 2023-01-24 02:04:00 +07:00
AbdBarho fd703663bd Fix all tasks page 2023-01-22 12:00:55 +01:00
AbdBarho 6167f63467 Present available task types on dashboard 2023-01-22 11:53:34 +01:00
AbdBarho e80a69dd8a Fetch available tasks 2023-01-20 12:16:17 +01:00
Keith Stevens ac5a0e8157 Adding links to external documentation for tasks and in footers 2023-01-17 15:11:33 +09:00
rsandb 87572ad589 removed button as modal will disappear when user is no longer new 2023-01-16 18:24:53 -06:00
rsandb 5d3cd5a4e7 convert modal into widget
copy still needs tweaking
2023-01-16 18:24:53 -06:00
rsandb 97a87f8c23 add isNew function 2023-01-16 18:24:32 -06:00
rsandb 2e0f6115c2 styling changes
working on new content to put in. Thinking it'll be a menu where the new user will setup their username if they sign up with email and some other tutorial steps
2023-01-16 18:24:32 -06:00
rsandb 92a707bdc1 uses localStorage 2023-01-16 18:24:32 -06:00
rsandb a57ab054f0 uses localStorage to show modal 2023-01-16 18:24:32 -06:00
rsandb dbaa3eecf8 add fallback name 2023-01-16 18:24:32 -06:00
rsandb f70ab2314b copy edit 2023-01-16 18:24:32 -06:00
rsandb ce9b665b4d Welcome Modal 2023-01-16 18:24:32 -06:00
Keith StevensandGitHub 76ffb2a67a Merge pull request #748 from rsandb/Footer-Styling
Footer styling
2023-01-17 07:48:06 +09:00
rsandb 1457d81e6b added SlimFooter component for dashboard, made original footer mobile-friendly 2023-01-16 16:34:11 -06:00
Keith Stevens 8586eff596 Using the proper type 2023-01-16 16:13:56 +09:00
Keith Stevens 2d8778c299 Updating LeaderboardTable to use LeaderboardGridCell 2023-01-16 16:03:34 +09:00
Keith Stevens 5732952b3e Udpating the leaderboard components to use real data 2023-01-14 10:27:38 +09:00
klotske 12688d951b Add NextJS's NextLink & add as prop 2023-01-12 12:20:36 +03:00
rsandb 80cf195972 Dashboard Integration 2023-01-11 22:12:09 -06:00
kostiak e2844e4d86 Added random task and moved other tasks to /tasks/all 2023-01-11 09:30:58 +00:00
AbdBarho 53814d77ab Label Initial Prompt 2023-01-07 17:24:43 +01:00
AbdBarhoandGitHub 4ecdc57621 Merge pull request #470 from kostiak/website-tasks-refactor-2
Refactor tasks into components
2023-01-07 16:59:01 +01:00
Kostia 7d014cc35b Added TaskCategory enum 2023-01-07 17:25:15 +02:00
Kostia 7d6a8fa8d0 Add instruction/overview to TaskType. Fix capitalize. 2023-01-07 16:56:47 +02:00
Kostia 2987ec76ff Refactor tasks into components 2023-01-07 05:13:28 +02:00
klotske d3a0bd4305 Moved SideMenu to component & refactored layout 2023-01-07 03:38:34 +03:00
Adrian Cowan cb8fec868c website: Add Create Initial Prompts link to the dashboard. 2023-01-05 20:51:45 +11:00
AbdBarhoandGitHub 165e87353c Merge pull request #375 from jojopirker/messagesPage
#307 new page to display recent messages
2023-01-05 08:12:30 +01:00
Klotske 8fab6cfe25 Fixed broken link in the dashboard 2023-01-05 00:50:17 +03: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