Skip to content

Commit

Permalink
154 pagination for articles (#172)
Browse files Browse the repository at this point in the history
* install shadcn pagination

* feat(frontend): ✨ pagination component implemented, stable

* refactor(frontend): code refactor

* feat(frontend): ✨ added pagination

* refactor(ide): 🎨 prettier write
  • Loading branch information
Mads Hermansen authored and GitHub committed Apr 2, 2024
1 parent 12b3821 commit 1791fc0
Show file tree
Hide file tree
Showing 11 changed files with 1,181 additions and 311 deletions.
931 changes: 776 additions & 155 deletions frontend/package-lock.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@strapi/blocks-react-renderer": "^1.0.0",
"add": "^2.0.6",
"chart.js": "^4.4.1",
"chartjs-adapter-luxon": "^1.3.1",
"class-variance-authority": "^0.7.0",
Expand All @@ -37,13 +38,15 @@
"ol": "^8.2.0",
"ol-ext": "^4.0.14",
"ol-mapbox-style": "^12.2.0",
"pagination": "^0.4.6",
"qs": "^6.11.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.13",
"react-markdown": "^9.0.1",
"react-plotly.js": "^2.6.0",
"satellite.js": "^5.0.0",
"shadcn-ui": "^0.8.0",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.161.0",
Expand Down
10 changes: 5 additions & 5 deletions frontend/src/__generated__/gql.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1791fc0

Please sign in to comment.