Commit graph

  • 7db70bc4ec Rename the event identifier in the type documentation Oliver-Akins 2022-01-03 18:50:35 -07:00
  • 988810b9eb Add some more event documentation for the server Oliver-Akins 2022-01-03 18:47:46 -07:00
  • 9d11b9eb6f Begin implementing an error when the request fails Oliver-Akins 2022-01-03 18:42:47 -07:00
  • 1e18179cc6 Convert exports to wildcard instead of named Oliver-Akins 2022-01-03 18:40:48 -07:00
  • dbedecc900 Prefix interfaces for data with a capital I Oliver-Akins 2022-01-03 18:40:09 -07:00
  • fae2fe3837 Add some documentation to the status enum Oliver-Akins 2022-01-03 18:35:54 -07:00
  • 9f77f255a3 Remove type file Oliver-Akins 2022-01-03 18:25:33 -07:00
  • 8ea5b506f4 Add common module as a dependency Oliver-Akins 2022-01-03 18:25:22 -07:00
  • c2dfd2fd3a Convert from the symlink format to a local package Oliver-Akins 2022-01-03 18:24:59 -07:00
  • 4c957cce07 Put types and enums that both the server and web need into a common area Oliver-Akins 2021-12-28 20:08:42 -07:00
  • 526b4c5771 Add a document detailing all the events that the client will send to the server Oliver-Akins 2021-12-25 23:58:16 -07:00
  • 0edf74ab7f Add the ship type to the player data Oliver-Akins 2021-12-25 23:57:26 -07:00
  • c282ec0378 Add a background to each of the options Oliver-Akins 2021-12-25 23:56:54 -07:00
  • 1e8ae8e99f Remove the taken property from Colour Oliver-Akins 2021-12-25 23:56:13 -07:00
  • 7de3f614da Add a Hexagon component Oliver-Akins 2021-12-25 23:55:54 -07:00
  • 72db6ae4d0 Update the ColourChoice to be better UI & UX Oliver-Akins 2021-12-25 23:55:44 -07:00
  • 19a4d909f8 Add a component that allows for easier ship svg usage Oliver-Akins 2021-12-25 23:55:17 -07:00
  • f3af5a77d7 Add the ColourChoice modal to the lobby Oliver-Akins 2021-12-24 03:22:38 -07:00
  • 36487500e1 Add a type for the colour object Oliver-Akins 2021-12-24 03:22:15 -07:00
  • 2530e90774 Make player component use the isHost store Oliver-Akins 2021-12-24 03:21:59 -07:00
  • 6dc0ed2ab5 Add type annocations, change hostName to isHost, add players list and type Oliver-Akins 2021-12-24 03:21:31 -07:00
  • 0fb2d986a9 Change way the images are marked up, and correct some alt text Oliver-Akins 2021-12-24 03:20:32 -07:00
  • 0925b6d59f Begin work on a modal for changing the player's colour Oliver-Akins 2021-12-24 03:20:00 -07:00
  • 7b4826dfbc Make the button components use the click listen instead of the handler Oliver-Akins 2021-12-24 03:19:33 -07:00
  • 4bdbe8f231 Update the button to not take a handler function and just bubble the click event Oliver-Akins 2021-12-24 03:18:25 -07:00
  • ba093cdfa7 Add the space shuttle SVG that I'm going to use Oliver-Akins 2021-12-24 03:17:59 -07:00
  • c305551175 Use an each block for option populating Oliver-Akins 2021-12-22 19:39:21 -07:00
  • 8e568d355c Update option descriptions and add Fate option Oliver-Akins 2021-12-22 19:31:35 -07:00
  • 8683f50bd4 Adjust the code format and add the ability to disable the checkbox Oliver-Akins 2021-12-22 19:31:05 -07:00
  • ffc3c80378 Edit the SCSS to be more SCSSesque Oliver-Akins 2021-12-22 19:30:17 -07:00
  • 52412ce914 load global CSS, and import the Google Material icons Oliver-Akins 2021-12-17 01:46:31 -06:00
  • 21bb53fba2 Add a JSON file representing ever card we need Oliver-Akins 2021-12-17 01:46:11 -06:00
  • 9308c984ca Add modals to the z-index list Oliver-Akins 2021-12-17 01:45:56 -06:00
  • a9fa614a79 Tweak header to be good on mobile devices Oliver-Akins 2021-12-17 01:45:37 -06:00
  • 9105639bd9 Add options to the lobby screen Oliver-Akins 2021-12-17 01:45:09 -06:00
  • 9a43b1c17f Add mixins for the size breakpoints Oliver-Akins 2021-12-17 01:44:34 -06:00
  • cef8234b85 Add a custom checkbox component Oliver-Akins 2021-12-17 01:44:17 -06:00
  • 64a29437d1 Allow custom classes to be on the button, make the button change the cursor type, and adjust indent on the script to make it consistent with other components Oliver-Akins 2021-12-17 01:43:45 -06:00
  • dc15f29401 tweak player rows to work better on mobile devices Oliver-Akins 2021-12-17 01:41:54 -06:00
  • 52c6866817 Add a modal for the option info Oliver-Akins 2021-12-17 01:41:25 -06:00
  • 64fbf66e63 Add a base modal that other modals can expand off of Oliver-Akins 2021-12-17 01:41:14 -06:00
  • 8035a3afe2 Add some global CSS Oliver-Akins 2021-12-17 01:40:59 -06:00
  • 4b5444ead6 Add player related data for the lobby viewing Oliver-Akins 2021-12-15 02:44:11 -06:00
  • 11cdf71203 Add the multiplayer lobby view to the state list Oliver-Akins 2021-12-15 02:43:24 -06:00
  • 9bc5fd1ad1 Begin work on the multiplayer lobby view Oliver-Akins 2021-12-15 02:42:58 -06:00
  • 9541bf144f Tweak the button to allow fixed-colour background when using it with icons Oliver-Akins 2021-12-15 02:42:45 -06:00
  • cfa6dff9b9 Add a Player component for player data in the lobby Oliver-Akins 2021-12-15 02:42:15 -06:00
  • a81a1f983a Add icons for buttons Oliver-Akins 2021-12-15 02:41:34 -06:00
  • b2fe90c7a5 Add Svelte/Vite stuff to the gitignore Oliver-Akins 2021-12-15 00:15:42 -06:00
  • 90819f50e4 Begin implementation of the site with Svelte Oliver-Akins 2021-12-15 00:14:12 -06:00
  • 03f37ae403
    Initial commit main Oliver 2021-05-25 16:58:45 -06:00