Commit Graph

60 Commits

Author SHA1 Message Date
KingRainbow44
6e1617e621 Make clickable buttons appear clickable 2023-05-12 23:20:00 -04:00
KingRainbow44
8c0045a8d7 Add color change to Join the Community! 2023-05-12 21:49:13 -04:00
KingRainbow44
78ee3e8db1 Implement handbook teleporting
also a few formatting changes and sort data by logical sense
2023-05-12 20:18:53 -04:00
KingRainbow44
63488f826a Merge remote-tracking branch 'origin/unstable' into unstable 2023-05-12 19:05:18 -04:00
KingRainbow44
e3accdad1b Fix character names rendering incorrectly 2023-05-11 23:05:36 -04:00
github-actions
757dc9f261 Lint Code [skip actions] 2023-05-12 02:54:36 +00:00
KingRainbow44
564e4e496b Check if a command should be copied or HTTP should be used 2023-05-11 22:52:09 -04:00
github-actions
3d87ba7f09 Lint Code [skip actions] 2023-04-11 02:08:02 +00:00
KingRainbow44
a96506ccf9 Merge remote-tracking branch 'origin/unstable' into unstable 2023-04-10 22:07:19 -04:00
KingRainbow44
ff2e74de68 Implement give item (frontend) 2023-04-10 22:05:06 -04:00
github-actions
afce31e53b Lint Code [skip actions] 2023-04-10 07:24:16 +00:00
KingRainbow44
8cc725e45c Implement handbook SDK for commands (avatars) 2023-04-10 03:23:07 -04:00
github-actions
d348146928 Lint Code [skip actions] 2023-04-10 05:44:09 +00:00
KingRainbow44
18c143e12f Fix base route navigation 2023-04-10 01:16:53 -04:00
github-actions
5ac93645e4 Lint Code [skip actions] 2023-04-10 05:06:53 +00:00
KingRainbow44
65532ffd90 Merge remote-tracking branch 'origin/unstable' into unstable
# Conflicts:
#	src/handbook/src/backend/types.ts
#	src/handbook/src/ui/pages/ItemsPage.tsx
#	src/handbook/src/ui/widgets/MiniCard.tsx
2023-04-10 01:06:06 -04:00
KingRainbow44
16875e85ac Implement the entities page 2023-04-10 00:59:01 -04:00
github-actions
1239bc05b2 Lint Code [skip actions] 2023-04-10 00:59:40 +00:00
KingRainbow44
127d45f21f Implement the scenes page 2023-04-09 20:58:03 -04:00
KingRainbow44
e5efe00285 Parse scene info 2023-04-09 20:38:19 -04:00
KingRainbow44
faadffda21 Fix homepage disclaimer 2023-04-09 19:45:29 -04:00
KingRainbow44
efcf124003 Fix descriptions on cards 2023-04-09 19:27:42 -04:00
KingRainbow44
3557981b4a Add 'Add to Inventory' item card widget 2023-04-09 18:50:32 -04:00
KingRainbow44
bc3310ae29 Add card for item information 2023-04-09 17:47:56 -04:00
KingRainbow44
219d9f28e1 Add spot to input game UID 2023-04-09 17:46:29 -04:00
KingRainbow44
4231b26eea Fix route -> page binding 2023-04-08 23:52:54 -04:00
KingRainbow44
8f74168a23 Fix issue with default 1080p 100% scaling
we need an autoscaler!
2023-04-08 23:50:55 -04:00
github-actions
25d38344b0 Lint Code [skip actions] 2023-04-09 03:48:05 +00:00
KingRainbow44
32f11e29b1 Load items faster 2023-04-08 23:35:20 -04:00
KingRainbow44
6c2f66fa2d Fix item icons to be more accurate
Project Amber is now the primary icon source!
2023-04-08 21:58:46 -04:00
KingRainbow44
a27f7e0373 Implement part of the items page 2023-04-08 01:19:35 -04:00
KingRainbow44
b2f15066be Add more TypeScript aliases 2023-04-08 00:18:21 -04:00
KingRainbow44
181eb56471 Sort item data 2023-04-08 00:18:06 -04:00
KingRainbow44
74cff61824 Add "react-virtualized"
automatically patch it to remove unnecessary import
2023-04-08 00:17:23 -04:00
github-actions
b683f75cfa Lint Code [skip actions] 2023-04-07 04:17:07 +00:00
KingRainbow44
155e5be8a7 Create basic items page 2023-04-07 00:09:29 -04:00
KingRainbow44
f594e8918b Center avatar labels 2023-04-06 23:59:45 -04:00
KingRainbow44
757d682cd6 Implement avatars/characters page
Handle edge-cases for avatar image rendering
2023-04-06 23:54:15 -04:00
KingRainbow44
1f27f83616 Merge remote-tracking branch 'origin/unstable' into unstable 2023-04-06 22:34:25 -04:00
KingRainbow44
0a26de7136 Fix linting script
(forgot that actions are in `src/handbook` already)
2023-04-06 22:34:19 -04:00
KingRainbow44
845c7cb457 Implement the commands page
additionally, clean-up imports
2023-04-06 22:31:13 -04:00
KingRainbow44
db8aa3f6f1 Add override for the scrollbar 2023-04-06 22:30:49 -04:00
KingRainbow44
ce27b005f8 Add function for getting a list of commands 2023-04-06 22:30:34 -04:00
KingRainbow44
44b90612f2 Fix data parsing with CSVs 2023-04-06 18:55:10 -04:00
KingRainbow44
5fe304d2e8 Change avatar data to a CSV file 2023-04-06 18:45:47 -04:00
KingRainbow44
bb20d0fd80 Add linter script
Fix issue with running `cd src/handbook` while in the handbook directory for building
2023-04-06 18:42:38 -04:00
Magix
4664a21fab Parse data into types 2023-04-06 22:13:17 +00:00
Magix
a12bcef065 Go home when title is clicked 2023-04-06 22:03:16 +00:00
KingRainbow44
12898f6228 Implement loading dumped data for the handbook 2023-04-06 04:54:10 -04:00
KingRainbow44
6e3e770f79 Add basis of commands page 2023-04-05 21:20:48 -04:00