Commit Graph

4 Commits

Author SHA1 Message Date
Christel Westerberg
df076f50f5 fix: hide my pages menu for logged in users 2024-08-22 09:02:15 +02:00
Michael Zetterberg
bc84122a40 fix(SW-236): properly handle expired token in webviews
Trying out a new pattern for errors in data fetching.

Next.js is not a fan of throwing errors. Instead it recommends returning
different shapes for each state. Ref:
https://nextjs.org/docs/app/building-your-application/routing/error-handling#handling-expected-errors-from-server-components

It requires some more detailing and a bit more refactoring in non webview part,
but it is a start. This webview specific implementation should not break web.
2024-08-13 16:54:33 +02:00
Christel Westerberg
cccfbfe29a fix: grids and lists in rte 2024-07-08 15:28:58 +02:00
Christel Westerberg
d206d576a7 fix: add my pages nav sidebar for logged in users 2024-07-01 11:46:35 +02:00