-
- Downloads
Fixed a number of minor qol issues (merge from minor_qol_fixes):
- Added a small notification badge on new snips in queue. Not synced between devices yet but shows if you haven't seen the snippet yet. Is set to seen once you hover over the snip or select it the first time. All snips are set to seen on page reload. This should at the moment only be used as an indicator for new snips in the queue. - Minor inconveniences if the user tries to logout. Previously logout was only possible from the fontpage, now it is possible from the account page too and the branding (icon on the top right) redirects to the account page. - Reversed order of snip queue items, now the newest is at the bottom to mirror the behavior of the page tab (by public demand). - Scrollbar in the sidebar is now on the right side (by public demand).
Showing
- CHANGELOG.md 28 additions, 11 deletionsCHANGELOG.md
- apps/fullstack/app/(errors)/expired/logoutBtn.tsx 3 additions, 2 deletionsapps/fullstack/app/(errors)/expired/logoutBtn.tsx
- apps/fullstack/app/(protected)/(generic_layout)/account/(general)/page.tsx 7 additions, 0 deletions...p/(protected)/(generic_layout)/account/(general)/page.tsx
- apps/fullstack/app/(protected)/(generic_layout)/upload/(simple)/page.tsx 1 addition, 1 deletion...app/(protected)/(generic_layout)/upload/(simple)/page.tsx
- apps/fullstack/app/(protected)/(generic_layout)/upload/advanced/page.tsx 9 additions, 4 deletions...app/(protected)/(generic_layout)/upload/advanced/page.tsx
- apps/fullstack/app/(protected)/(generic_layout)/upload/layout.tsx 0 additions, 7 deletions...lstack/app/(protected)/(generic_layout)/upload/layout.tsx
- apps/fullstack/app/(unprotected)/(other)/imprint/page.tsx 0 additions, 0 deletionsapps/fullstack/app/(unprotected)/(other)/imprint/page.tsx
- apps/fullstack/app/(unprotected)/(other)/layout.tsx 12 additions, 0 deletionsapps/fullstack/app/(unprotected)/(other)/layout.tsx
- apps/fullstack/app/(unprotected)/(other)/privacy/page.tsx 0 additions, 0 deletionsapps/fullstack/app/(unprotected)/(other)/privacy/page.tsx
- apps/fullstack/app/(unprotected)/(other)/schemas/json/[...type]/route.ts 0 additions, 0 deletions...app/(unprotected)/(other)/schemas/json/[...type]/route.ts
- apps/fullstack/app/(unprotected)/(other)/schemas/json/route.ts 0 additions, 0 deletions...fullstack/app/(unprotected)/(other)/schemas/json/route.ts
- apps/fullstack/app/(unprotected)/(other)/schemas/page.tsx 3 additions, 3 deletionsapps/fullstack/app/(unprotected)/(other)/schemas/page.tsx
- apps/fullstack/app/(unprotected)/(other)/schemas/schema.module.scss 0 additions, 0 deletions...tack/app/(unprotected)/(other)/schemas/schema.module.scss
- apps/fullstack/app/docs/layout.tsx 8 additions, 0 deletionsapps/fullstack/app/docs/layout.tsx
- apps/fullstack/components/common/Header.tsx 7 additions, 1 deletionapps/fullstack/components/common/Header.tsx
- apps/fullstack/components/context/socket/useQueuedSnipsContext.tsx 18 additions, 1 deletion...stack/components/context/socket/useQueuedSnipsContext.tsx
- apps/fullstack/components/editor/sidebar/index.tsx 21 additions, 6 deletionsapps/fullstack/components/editor/sidebar/index.tsx
- apps/fullstack/components/editor/sidebar/previews/preview.module.scss 29 additions, 8 deletions...ck/components/editor/sidebar/previews/preview.module.scss
- apps/fullstack/components/editor/sidebar/previews/previewSnips.tsx 29 additions, 6 deletions...stack/components/editor/sidebar/previews/previewSnips.tsx
- apps/fullstack/components/editor/sidebar/sidebar.module.scss 19 additions, 1 deletionapps/fullstack/components/editor/sidebar/sidebar.module.scss
Loading
Please register or sign in to comment