1.17.0 (2023-04-06)
- edit-profile: migrates component to material ui (71ac900), closes #144
- image-upload: migrates component to mui (a9dc910), closes #144
- pages: converts pages to use material ui (8ccff25), closes #144
- player-list-item: migrates to material ui (5dc6e54), closes #144
- player-list: migrates to material ui (9645317), closes #144
- player-search-form: migrates to material ui (b3c58ad), closes #144
- player-search: migrates to material ui (15d1853), closes #144
- profile-card: migrates to material ui (24710c4), closes #144
- profile-form: migrates to material ui (06217e9), closes #144
1.16.0 (2023-03-19)
- app-header: corrects the app-header styles (bceaf46)
- app-menu: updates icons to inherit color (7a002df), closes #143
- adds the account link components (4b11567), closes #143
- app-header: migrates app header to mui (1700118), closes #143
- app-header: migrates app-header to mui (7619ed9), closes #143
- app-menu: migrates the app menu to mui (ae0172f), closes #143
- breadcrumbs: migrates to material ui (44102d0), closes #143
- migrates app layout to material ui (6cc10f0), closes #143
- nav-link: migrates to mui components (5cb718d), closes #143
- page-header: migrates to material ui (5d9f1f7), closes #143
- page-layout: migrates the page layout to mui (0420af9), closes #143
- sidebar: updates sidebar to use material ui (f6dc60e), closes #143
- theme: sets primary color to teal (ec50dda), closes #143
1.15.4 (2023-03-01)
1.15.3 (2023-02-23)
- apollo: fixes missing bearer token on api calls (376117b)
1.15.2 (2023-02-21)
- sentry: adds edge config (782baa7)
1.15.1 (2023-02-21)
- account: removes required input for profile request (6d691bd)
- sentry: correctly setups the sentry integration (fe5ea8b), closes #92
- updates graphql upload imports (2ab58e1), closes #134
- updates graphql-upload imports (1fbb045)
1.15.0 (2022-07-31)
- breadcrumbs: displays the dynamic route values (92f3fb3)
- graphql-api: fixes profiles query sorting bug (d1cf9af)
- profiles: changes sortBy and order input names (c653276)
- signup: creates profile on user creation (e36c241)
- adds profile card to player page (052d572), closes #106
- adds the player search form (cc657e6), closes #106
- adds the players index page (7afb4d4), closes #106
- app-menu: adds players link (30514bb), closes #106
- bread-crumbs: adds ability to replace labels (cb767bf)
- player-list: adds loading state (e518afc), closes #106
- player-page: fetches profile information (5a27694), closes #106
- player-search: minor styling tweaks (2257a39)
- player: adds player-list component (3376722)
- profiles: adds a profiles search query (001b835)
1.14.0 (2022-04-29)
1.13.0 (2022-04-25)
- adds an image upload component (eadcdfd)
- edit-profile: adds image avatar upload (fa1c24e)
- graphql: adds image upload (d4bdbd2), closes #102
1.12.0 (2022-03-13)
- adds the text field component (1a431de), closes #81
- profile-form: adds the short bio field (2fc62d4), closes #81
1.11.0 (2022-03-12)
1.10.0 (2022-03-09)
- adds form field component (5ca9279), closes #74
- profile-form: adds last name field (7ad9d2a), closes #74
1.9.0 (2022-03-09)
1.8.1 (2022-03-08)
1.8.0 (2022-03-07)
- account-page: cleans up the style pages (017e4b5)
1.7.0 (2022-03-06)
- adds desktop sidebar (8767fe5)
- adds the app menu component (f7a23e8)
- app-drawer: hides the app drawer on desktop (2d18fbb)
- nav-link: adds transparent style variant (bdfad48)
- updates to use a teal color theme (3406191)
1.6.0 (2022-03-02)
- edit-profile: adds padding (4f0e78d)
- gql-profile: updates profile by userid and not id (9324a47)
- profile-form: resets form on profile update (652d7b6)
- stupid typing errors (caa2220)
- user: defaults args to undefined (482dcbb)
- account-page: adds edit profile (09b9896)
- adds apollo client for data fetching (886bdd3)
- adds common user and profile queries (5e187e2)
- adds edit profile component (83461b7)
- adds the profile form component (7c5b6b4)
- edit-profile: adds loading state for the form (c54ea25)
- profile-form: adds loading state (7fb2cd6)
1.5.0 (2022-02-22)
- api: requires user login to access apis (5983aba), closes #84
- graphql: secures user and profile mutations (a731ff7), closes #84
1.4.0 (2022-01-26)
1.3.0 (2022-01-25)
- api-user: corrects typing errors (ce8ffed)
- auth: fixes next-auth signin error (b36ad16)
- menu-button: uses times icon for close (0c17eae)
- profile-card: fixes typing errors in docs (dc9e77b)
- adds profile card component (75c9a54), closes #47
- adds user and profile crud apis (44e9ef7), closes #53
- db: adds user profile schema (2173513), closes #53
- graphql: adds user and profile queries (a47b2e3), closes #53
1.2.0 (2022-01-24)
- adds breadcrumbs component for site navigation (ad5d4b5), closes #75
- adds the page header component (f324696), closes #75
1.1.0 (2022-01-22)
- adds app menu title component (b4ade8d)
- adds mobile menu button (90202f7), closes #52
- adds nav link component (465c2b4)
- adds the app drawer component (0f3f325)
- adds the app header component (bd09aae)
- adds the app menu component (f07905e)
- adds the page layout component (54ad713), closes #52
- app: adds the application header (3b92d96), closes #52
- nav-link: hides empty space if no icon (a26fb1e)
- adds nextauth secret (af68ed3)