Commit Graph

13 Commits

Author SHA1 Message Date
Davide Scaini 384af7d5cd Nav: add Activity link for users with activity_access 2026-05-15 18:41:30 +02:00
Davide Scaini 5341988e8d Move hamburger to right of theme toggle in nav 2026-05-11 11:28:09 +02:00
Davide Scaini d42fc5160f Fix: remove TS cast from define:vars script (breaks as plain JS) 2026-05-11 08:50:22 +02:00
Davide Scaini 8ea820aeaf Nav: collapsible hamburger menu for right-side items on mobile 2026-05-11 08:44:33 +02:00
Davide Scaini bce24ed7cf Nav: abbreviate BincioWiki to BW on small screens 2026-05-11 08:36:06 +02:00
Davide Scaini aed1da2cc9 Add invite system: /invites/ management page, /join/ registration page, nav link 2026-05-08 09:43:45 +02:00
Davide Scaini dfce744001 Add WikiLog page and nav link showing last 50 content changes 2026-05-08 08:50:31 +02:00
Davide Scaini d144a36fcd Fix data-auth-pending attribute: use proper Astro conditional attribute syntax 2026-05-02 23:38:28 +02:00
Davide Scaini 88a6462cbe Hide nav links on public pages 2026-05-02 23:28:23 +02:00
Davide Scaini 04f001d5f0 Hide nav links on login page 2026-05-02 23:26:55 +02:00
Davide Scaini ec79c5502c Fix auth flash and add logout/handle to nav 2026-05-02 23:24:02 +02:00
Davide Scaini 19bd56009a Bincio design system: auth wall, login page, Grand Tours palette, PageEditor, _docs reorg 2026-05-01 21:55:45 +02:00
brutsalvadi e1e3b0a85b Upgrade to Astro 5, apply bincio design system, fix mdast-util-from-markdown v2 compat
- Bump astro@5, @astrojs/mdx@4, @astrojs/rss@4, @astrojs/sitemap@3
- Add @astrojs/tailwind, @astrojs/svelte, tailwindcss, svelte
- Add patch-package + patches for mdast-util-wikirefs and mdast-util-caml
  to fix getData/setData → this.data.key and this.exit() return value for
  mdast-util-from-markdown v2 API compatibility
- Fix wikirefs.ts resolveEmbedContent signature for new 3-arg call
- Fix backrefs.ts: guard wikirefs.scan() against non-iterable return
- Add Base.astro layout with bincio dark/light theme tokens, nav, Inter font
- Replace global.css with bincio CSS variables + wiki-specific prose styles
- Update Entry.astro, BlogPost.astro, index.astro, map.astro, blog/index.astro
  to use Base.astro layout with Tailwind utility classes
- Add tailwind.config.mjs (Inter + JetBrains Mono, zinc palette)
- Update SITE_TITLE to BincioWiki, site URL to wiki.bincio.com
2026-04-22 22:54:42 +02:00