12 Commits

Author SHA1 Message Date
Lee Robinson
a180f76208 Merge branch 'main' of https://github.com/vercel/next-learn into update 2023-10-12 16:36:54 -05:00
Delba de Oliveira
24ac91ac03 Fix form bugs (#209)
* Move breadcrumbs

* Update definitions

* Update breadcrumbs.tsx

* Move redirect outside try/catch block

* Update forms
2023-10-12 08:54:02 -05:00
Delba de Oliveira
c6413f9037 Add table loading skeletons and move data fetching down (#207)
* Use tailwind variants

* Move data fetching down

* Add table skeleton

* Update pagination data fetching

* Fix skeleton layout shift

* Add key to suspense to trigger it on subsequent navigation
2023-10-10 14:04:46 +01:00
Lee Robinson
197ffcd6b9 Update to latest + refactoring. 2023-10-06 22:13:22 -05:00
Delba de Oliveira
cf85adfbc5 Improve contrast on skeletons (#201)
* Darken skeletons for screenshots

* Fix shimmer bug

* Add delay

* Use 3 secs
2023-10-06 09:42:31 -05:00
Delba de Oliveira
11b0e7c69d Combine data fetches for cards (#197) 2023-10-05 15:18:08 +01:00
Emil Kowalski
e4dc33e944 Update customers view (#196)
* Update tables

* Add new customers, add search, polish

* Make search reusable, update customers

* polish
2023-10-05 09:16:12 +01:00
Stephanie Dietz
32a3529efa Update the UI for the invoices page. (#191)
* table ui / invoice page

* add mobile table styling

* move css styles to parent

* resolve comments

* move create button to be inline with search

* remove hey from table lol

* fix awkward mobile scrolling

---------

Co-authored-by: Delba de Oliveira <32464864+delbaoliveira@users.noreply.github.com>
2023-10-04 13:37:21 -05:00
Delba de Oliveira
da17909352 Add Code for Chapter 12 - Accessibility and Form Validation (#180) 2023-10-02 10:43:55 -05:00
Delba de Oliveira
e5af71ca45 Code for Chapter 11 - Error Handling (#178) 2023-10-02 10:06:07 -05:00
Delba de Oliveira
b0d832e2cf Code for Chapters 9-10 (#172) 2023-10-02 09:26:13 -05:00
Delba de Oliveira
24bcb816e5 Add code for chapters 7-8 (#164)
* Rename file and add data fetches for overview page

* Rename calculations.ts to utils.ts

* Update code to match course

* Add temporary calculation

* Fix error

* Move types to data fetching file

* Add error handling

* Parallelize data fetches

* Add skeletons

* Add delayed data request

* Fix ts errors

* Code for chapter 8

* Fix error

* Clean up

---------

Co-authored-by: Stephanie Dietz <49788645+StephDietz@users.noreply.github.com>
2023-09-19 12:55:02 -05:00