Commit Graph

  • cfe5ef8fcd fix: make HomeButton keyboard accessible Julien Calixte 2026-04-14 01:04:50 +02:00
  • 4c5116bc89 fix: make FontChange modal trigger keyboard accessible Julien Calixte 2026-04-14 01:02:12 +02:00
  • 8581baafb7 design: change dark theme to forest Julien Calixte 2026-04-08 19:07:03 +02:00
  • 29c092e0a0 design: change dark theme to abyss Julien Calixte 2026-04-08 19:04:28 +02:00
  • 410c0cec7c design: change dark theme to sunset Julien Calixte 2026-04-08 19:03:07 +02:00
  • 66a1bcbaa9 design: change dark theme to black Julien Calixte 2026-04-08 19:01:48 +02:00
  • 541e058d12 fix: restore dark theme and fix theme script regex Julien Calixte 2026-04-08 19:01:29 +02:00
  • a05ff9f238 design: change dark theme to sunset Julien Calixte 2026-04-08 18:57:36 +02:00
  • 6558de8df5 design: change dark theme to black Julien Calixte 2026-04-08 18:51:30 +02:00
  • b48c1bd0d5 prune: remove obsolete agent Julien Calixte 2026-04-06 23:41:19 +02:00
  • e369541dc0 refactor: scope PouchDB writes to repo config, not user font prefs Julien Calixte 2026-04-06 23:26:50 +02:00
  • 73a6014750 fix: persist font selections across navigation and page reloads Julien Calixte 2026-04-06 18:51:27 +02:00
  • c197b80095 feat: smaller modal Julien Calixte 2026-04-06 17:44:43 +02:00
  • f3e74aed34 fix: resolve all TypeScript type errors Julien Calixte 2026-04-06 15:05:57 +02:00
  • 8d9134a062 perf: cache repo list with 20-minute stale time Julien Calixte 2026-04-06 14:59:12 +02:00
  • 006cd63388 feat: paginate repo list with infinite scroll Julien Calixte 2026-04-05 11:56:36 +02:00
  • 3de9eb35f6 feat: show font family selectors with default fonts when no .remanso.json Julien Calixte 2026-04-05 10:49:01 +02:00
  • 99c349f6df fix: preserve font settings when repo has no .remanso.json Julien Calixte 2026-04-04 14:39:34 +02:00
  • 64b29bcdef fix: remove favicon.png from PWA manifest icons to fix dock icon on macOS Julien Calixte 2026-04-04 14:22:04 +02:00
  • 9e26e231cb fix: show theme and font size controls before font families load Julien Calixte 2026-04-04 11:35:05 +02:00
  • b003a3e008 perf: move PouchDB/IndexedDB operations to a Web Worker Julien Calixte 2026-04-04 11:27:45 +02:00
  • 1b5e23e3d4 fix: keep font settings visible during repo navigation Julien Calixte 2026-04-04 11:21:56 +02:00
  • 52d7c84bd0 perf: prevent FPS drops during navigation in FluxNoteView Julien Calixte 2026-04-04 11:14:02 +02:00
  • d76182b2c2 Merge branch 'main' of ssh://git.apoena.dev:22222/remanso-space/remanso Julien Calixte 2026-04-03 15:02:46 +02:00
  • ed1a6b7fba fix: add the right margin to the right components Julien Calixte 2026-03-29 22:09:01 +02:00
  • d5b251c4a0 fix: remove overflow because it's causing too much trouble Julien Calixte 2026-03-29 22:00:22 +02:00
  • 19b77810ec chore: remove healthcheck in docker to be faster Julien Calixte 2026-03-29 21:55:32 +02:00
  • c8b0a78973 fix: add nginx SPA fallback to serve index.html for all routes Julien Calixte 2026-03-29 21:50:50 +02:00
  • 087d1a355e revert: remove justify-content center from welcome content Julien Calixte 2026-03-28 22:37:19 +01:00
  • 5d90da8ab5 feat: center welcome content vertically Julien Calixte 2026-03-28 22:36:40 +01:00
  • 72d065975d fix: lock html/body to 100dvh overflow hidden on all screen sizes Julien Calixte 2026-03-28 22:35:11 +01:00
  • 8b3df48791 fix: clip app at 100dvh to prevent body scroll on mobile Julien Calixte 2026-03-28 22:29:50 +01:00
  • cd8e173e05 fix: use 100dvh for body and #app to match dynamic viewport Julien Calixte 2026-03-28 22:25:19 +01:00
  • 8767f7c430 fix: give .home explicit height so flex children resolve correctly Julien Calixte 2026-03-28 22:22:54 +01:00
  • 369a200a42 fix: wrap content in flex:1 div so footer doesn't overflow Julien Calixte 2026-03-28 22:07:08 +01:00
  • 06eaa3c9a7 fix: ensure footer stays at bottom with align-self stretch Julien Calixte 2026-03-28 21:56:09 +01:00
  • 4cbcf42e3d feat: replace BackButton and logo with HomeButton in PublicNoteView Julien Calixte 2026-03-28 21:32:19 +01:00
  • a0be25c0dd fix: prevent layout shift on first load in PWA mode Julien Calixte 2026-03-28 21:28:47 +01:00
  • dcee26100f fix: use 100dvh to prevent scroll on mobile first load Julien Calixte 2026-03-28 21:05:34 +01:00
  • ac68c68f8a feat: reorganize FontChange layout and resize header icons Julien Calixte 2026-03-28 20:37:58 +01:00
  • 982f3070a1 fix: use <a> for font modal trigger to match icon color Julien Calixte 2026-03-28 20:35:52 +01:00
  • 20e9538983 feat: mv profile to footer Julien Calixte 2026-03-28 20:24:08 +01:00
  • 10c3e1ca60 feat: replace back button with HomeButton and fix view transition Julien Calixte 2026-03-28 20:19:59 +01:00
  • 6dc98c80ca Merge pull request 'chore/migrate-to-oxc' (#1) from chore/migrate-to-oxc into main Julien Calixte 2026-03-28 09:00:30 +00:00
  • c06253e509 chore: migrate oxlint disable comments chore/migrate-to-oxc Julien Calixte 2026-03-28 09:52:25 +01:00
  • 767093c008 chore: install migrate oxlint skill Julien Calixte 2026-03-28 09:49:50 +01:00
  • 3a32cb5948 feat: change place for atproto Julien Calixte 2026-03-28 09:45:39 +01:00
  • 5f48aa5690 chore: lint and fmt Julien Calixte 2026-03-28 09:38:55 +01:00
  • 8e8706e258 chore: init oxc Julien Calixte 2026-03-28 09:34:04 +01:00
  • d457fd4064 docs: rolldown and oxc Julien Calixte 2026-03-22 01:23:13 +01:00
  • 1aef212a36 docs: rolldown and oxc Julien Calixte 2026-03-22 01:23:13 +01:00
  • d1bb9fa182 chore: minify with esbuild Julien Calixte 2026-03-22 00:50:54 +01:00
  • 80170b9f62 chore: try with regular minifier Julien Calixte 2026-03-22 00:49:05 +01:00
  • ed5da7844a chore: try fixing Safari Julien Calixte 2026-03-22 00:32:16 +01:00
  • 12676135f6 prune nixpacks Julien Calixte 2026-03-21 23:03:36 +01:00
  • 32f79785a8 fix: prevent stacking a duplicate of the main note when clicking a self-link Julien Calixte 2026-03-21 22:59:10 +01:00
  • c0b1a33c69 deps: upgrade vite Julien Calixte 2026-03-21 22:46:46 +01:00
  • 1fc66289a4 test: init analytics Julien Calixte 2026-03-21 21:15:04 +01:00
  • db27b03f21 fix: set width so it doesn't take to much space with larger images Julien Calixte 2026-03-21 11:48:08 +01:00
  • 72b704a54d feat: small change for deployment Julien Calixte 2026-03-21 11:15:17 +01:00
  • b6d5ad5d4b fix: add workbox-window and workbox-build as direct deps for pnpm v10 strict resolution Julien Calixte 2026-03-21 11:11:44 +01:00
  • 694c2fcae9 chore: replace nixpacks with Dockerfile for faster cached builds Julien Calixte 2026-03-21 11:06:58 +01:00
  • dfdd646eb1 deps: migrate to api.remanso.space for everything now Julien Calixte 2026-03-21 10:49:39 +01:00
  • 3c736124e8 chore: approve build Julien Calixte 2026-03-21 08:57:08 +01:00
  • 53c444ed72 fix: use smoother ease-out-expo curve for logo view transition Julien Calixte 2026-03-19 20:50:11 +01:00
  • 29e56304c4 feat: add View Transitions API hero animation for favicon between pages Julien Calixte 2026-03-19 18:43:26 +01:00
  • ddabe5082d feat: show skeleton loaders while ATProto identity resolves Julien Calixte 2026-03-19 18:12:52 +01:00
  • 52561496b4 fix: change the edit button Julien Calixte 2026-03-19 17:40:50 +01:00
  • 0ed2906782 fix: use correct capture group index for tabler icon name Julien Calixte 2026-03-17 23:50:21 +01:00
  • 944b128894 feat: add icons, better suited than emojis Julien Calixte 2026-03-17 23:43:29 +01:00
  • 514d08946d Merge branch 'main' of ssh://git.apoena.dev:22222/julien/remanso Julien Calixte 2026-03-17 22:03:33 +01:00
  • ff6fe59f3a fix: update router-links to use shortDid param in PublicNoteListView Julien Calixte 2026-03-17 13:57:10 +01:00
  • 0381ca00cc fix: handle full DID in fromShortDid to prevent double did: prefix Julien Calixte 2026-03-17 02:12:20 +01:00
  • 163e3ee756 feat: shorten DID in public note URLs by stripping did:plc: prefix Julien Calixte 2026-03-17 01:33:51 +01:00
  • 5d145dd7ff test push webhook Julien Calixte 2026-03-17 00:57:45 +01:00
  • 40c461e150 chore: move api to remanso.space Julien Calixte 2026-03-17 00:53:58 +01:00
  • 4d04d174ba chore: setup Nixpacks Julien Calixte 2026-03-17 00:41:51 +01:00
  • 16efd8c637 design: better header and subheader Julien Calixte 2026-03-16 23:22:25 +01:00
  • 330bc5b41d fix: scroll to stacked note on title click Julien Calixte 2026-03-16 18:49:21 +01:00
  • cfe5426421 design: same rose color Julien Calixte 2026-03-14 13:13:22 +01:00
  • cf51b8b93f feat: gradient for the remanso notes Julien Calixte 2026-03-14 12:15:18 +01:00
  • 6c429d6d58 fix: more coherent style Julien Calixte 2026-03-14 11:52:23 +01:00
  • 5e69fc9d02 fix: better header Julien Calixte 2026-03-14 11:41:59 +01:00
  • 263f11b7e5 feat: replace back button with home button on public note list views Julien Calixte 2026-03-14 10:25:48 +01:00
  • 3ad5b13427 feat: add bsky logo Julien Calixte 2026-03-10 17:57:40 +01:00
  • 224de39cf7 fix: a better join for login Julien Calixte 2026-03-10 17:38:53 +01:00
  • af49b233ef lint Julien Calixte 2026-03-10 16:33:24 +01:00
  • 1135afb359 lint Julien Calixte 2026-03-10 16:15:58 +01:00
  • e9f37a9b8e fix: preserve search params when clearing OAuth callback hash Julien Calixte 2026-03-10 16:10:08 +01:00
  • 97c6f01e1c fix: skip following feed fetch when all tab is active Julien Calixte 2026-03-10 16:06:35 +01:00
  • cb15eac854 feat: use POST /notes/feed for following tab with server-side DID filtering Julien Calixte 2026-03-10 15:53:25 +01:00
  • 9b6bc62044 feat: add following tabs Julien Calixte 2026-03-10 15:44:35 +01:00
  • 72d0478b6f feat: sync public notes tab with URL search params Julien Calixte 2026-03-10 15:32:44 +01:00
  • c721338dc0 fix: atproto oauth dev redirect, tab isolation, and concurrent load guard Julien Calixte 2026-03-10 14:18:41 +01:00
  • a234d590bd fix: redirect from netlify Julien Calixte 2026-03-10 12:37:15 +01:00
  • 8843d67a80 feat: create atproto oauth login Julien Calixte 2026-03-10 12:27:35 +01:00
  • 908641e54b prune: remove twitter embed Julien Calixte 2026-03-07 19:03:06 +01:00
  • 7ca922e0a6 feat: language in header Julien Calixte 2026-03-01 18:58:55 +01:00
  • 557aff2329 fix: sticky notes Julien Calixte 2026-03-01 17:07:38 +01:00
  • 1cc6056907 theme: change main color Julien Calixte 2026-02-27 11:48:31 +01:00