Commit Graph

125 Commits

Author SHA1 Message Date
Julien Calixte
e1afa8903b design(stacked-notes): action buttons in vertical bar 2026-05-04 10:25:47 +02:00
Julien Calixte
3339e28d41 style(notes): distinguish scrollable column from canvas
Tint the surrounding viewport and add a soft right-edge shadow on
the leftmost note so users can see where scrolling actually applies.
2026-05-02 09:51:24 +02:00
Julien Calixte
812f393283 design: reduce padding for pre in tabs 2026-04-27 18:22:48 +02:00
Julien Calixte
ded770aff1 fix(mobile): restore body scroll and prevent spurious section scroll
Three layered fixes for mobile note scrolling:

1. app.css / App.vue: on mobile, override overflow:hidden on html/body
   and overflow:visible on #main-app so content from useResizeContainer
   (which sets the note-container height to (n+1)*100vh) propagates to
   the document and document.body.scrollTop works again.

2. FluxNote.vue: give each .note an explicit height:100dvh on mobile so
   the percentage-based height:100% does not resolve against the
   inflated container height set by useResizeContainer.

3. StackedNote / StackedPublicNote: replace overflow-y:hidden with
   overflow-y:clip on the section. Unlike hidden, clip does not create a
   scroll container, so touch events fall through to the page scroll and
   the section never feels "draggable" when content fits within the note.
2026-04-23 17:58:33 +02:00
Julien Calixte
449a16f791 fix(layout): prevent document-level scroll-y when stacked notes overflow
Contain horizontal overflow within #main-app instead of leaking to the
document, which caused a horizontal scrollbar to consume viewport height
and trigger an unwanted vertical scrollbar. Also fix note pane height
to use 100% instead of 100vh, and switch useResizeContainer to minWidth
so the flex container can grow when the window is wider than the notes.
Add a window resize listener to keep the value accurate on resize.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-22 23:52:03 +02:00
Julien Calixte
cf02569c75 design: change light theme to emerald 2026-04-19 10:39:49 +02:00
Julien Calixte
8581baafb7 design: change dark theme to forest 2026-04-08 19:07:03 +02:00
Julien Calixte
29c092e0a0 design: change dark theme to abyss 2026-04-08 19:04:28 +02:00
Julien Calixte
410c0cec7c design: change dark theme to sunset 2026-04-08 19:03:07 +02:00
Julien Calixte
66a1bcbaa9 design: change dark theme to black 2026-04-08 19:01:48 +02:00
Julien Calixte
a05ff9f238 design: change dark theme to sunset 2026-04-08 18:57:36 +02:00
Julien Calixte
6558de8df5 design: change dark theme to black 2026-04-08 18:51:30 +02:00
Julien Calixte
d5b251c4a0 fix: remove overflow because it's causing too much trouble 2026-03-29 22:00:22 +02:00
Julien Calixte
72d065975d fix: lock html/body to 100dvh overflow hidden on all screen sizes
All views that need scroll use their own overflow-y: auto containers.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-28 22:35:11 +01:00
Julien Calixte
8b3df48791 fix: clip app at 100dvh to prevent body scroll on mobile
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-28 22:29:50 +01:00
Julien Calixte
cd8e173e05 fix: use 100dvh for body and #app to match dynamic viewport
Prevents white space below the app on Android Chrome where the
system nav bar makes 100vh > 100dvh.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-28 22:25:19 +01:00
Julien Calixte
20e9538983 feat: mv profile to footer 2026-03-28 20:24:08 +01:00
Julien Calixte
cfe5426421 design: same rose color 2026-03-14 13:13:22 +01:00
Julien Calixte
1cc6056907 theme: change main color 2026-02-27 14:32:23 +01:00
Julien Calixte
b5697759c3 design: change dark theme to dim 2026-02-19 21:55:12 +01:00
Julien Calixte
b14f5f1dc1 Merge branch 'main' of github.com:remanso-space/remanso 2026-02-19 20:42:21 +01:00
Julien Calixte
efd2a2a99b design: give a little more space 2026-02-17 16:20:28 +01:00
Julien Calixte
8c7503abac design: change dark theme to night 2026-02-17 01:40:07 +01:00
Julien Calixte
760f78adf8 design: change dark theme to abyss 2026-02-17 01:40:01 +01:00
Julien Calixte
543d88ecd3 design: change dark theme to night 2026-02-17 01:39:18 +01:00
Julien Calixte
1dfb7a025d design: change dark theme to luxury 2026-02-17 01:39:01 +01:00
Julien Calixte
728631d8ba design: change dark theme to black 2026-02-17 01:36:46 +01:00
Julien Calixte
51e9d8d541 design: change dark theme to business 2026-02-15 21:10:27 +01:00
Julien Calixte
0905fa4916 design: change light theme to garden 2026-02-15 21:08:00 +01:00
Julien Calixte
0ce44404a4 feat: change default font family 2026-02-14 22:23:53 +01:00
Julien Calixte
8b3978e747 design: narrower notes 2026-02-14 02:23:54 +01:00
Julien Calixte
eb88bfa8e4 design: change dark theme to coffee 2026-01-31 00:07:33 +01:00
Julien Calixte
1d27613fbf design: change dark theme to forest 2026-01-23 20:13:46 +01:00
Julien Calixte
179c3df19e design: change light theme to retro 2026-01-23 19:27:14 +01:00
Julien Calixte
552b3796df design: change light theme to pastel 2026-01-23 13:57:13 +01:00
Julien Calixte
fc8b6a6119 design: change dark theme to abyss 2026-01-23 13:56:39 +01:00
Julien Calixte
e5969ec439 design: change dark theme to aqua 2026-01-22 23:44:01 +01:00
Julien Calixte
e1e6f4ec28 design: change light theme to bumblebee 2026-01-22 23:43:42 +01:00
Julien Calixte
3210b78c28 design: add success checkbox and remove unecessary list decoration 2026-01-22 22:47:33 +01:00
Julien Calixte
a97bbf9352 feat: better mermaid graph with centered content and better background color 2025-12-05 15:28:49 +01:00
Julien Calixte
e2147c74d9 design: change light theme to winter 2025-08-03 19:55:35 +02:00
Julien Calixte
d1241d339a design: change light theme to caramellatte 2025-08-03 18:38:28 +02:00
Julien Calixte
2eea3a2995 design: change light theme to silk 2025-08-02 04:28:39 +02:00
Julien Calixte
6972ef629c design: change light theme to pastel 2025-08-02 04:15:49 +02:00
Julien Calixte
00f49102ff design: change light theme to valentine 2025-08-02 04:08:50 +02:00
Julien Calixte
b5daf118b4 design: change theme to lofi 2025-08-02 03:57:33 +02:00
Julien Calixte
dc94006e21 deps: upgrade deps 2025-08-02 03:08:46 +02:00
Julien Calixte
2f3df491f6 design: change theme to retro 2025-08-02 03:00:35 +02:00
Julien Calixte
7bf43c836d design: change light theme to retro 2025-08-01 10:13:13 +02:00
Julien Calixte
0608f1857a design: add all the github alert design with DaisyUI 2025-07-30 13:30:00 +02:00