Julien Calixte
ed1a6b7fba
fix: add the right margin to the right components
2026-03-29 22:09:01 +02:00
Julien Calixte
087d1a355e
revert: remove justify-content center from welcome content
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-28 22:37:19 +01:00
Julien Calixte
5d90da8ab5
feat: center welcome content vertically
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-28 22:36:40 +01:00
Julien Calixte
369a200a42
fix: wrap content in flex:1 div so footer doesn't overflow
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-28 22:07:08 +01:00
Julien Calixte
06eaa3c9a7
fix: ensure footer stays at bottom with align-self stretch
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-28 21:56:09 +01:00
Julien Calixte
a0be25c0dd
fix: prevent layout shift on first load in PWA mode
...
Replace space-between with flex-start + margin-top:auto on footer and
add gap to avoid wide spacing while async components are loading.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-28 21:28:47 +01:00
Julien Calixte
ac68c68f8a
feat: reorganize FontChange layout and resize header icons
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-28 20:46:44 +01:00
Julien Calixte
20e9538983
feat: mv profile to footer
2026-03-28 20:24:08 +01:00
Julien Calixte
3a32cb5948
feat: change place for atproto
2026-03-28 09:45:39 +01:00
Julien Calixte
5f48aa5690
chore: lint and fmt
2026-03-28 09:38:55 +01:00
Julien Calixte
72b704a54d
feat: small change for deployment
2026-03-21 11:15:17 +01:00
Julien Calixte
29e56304c4
feat: add View Transitions API hero animation for favicon between pages
...
The favicon animates from its large position in the WelcomeWorld title
to the smaller header position in PublicNoteListView and PublicNoteListByDidView.
2026-03-19 18:43:26 +01:00
Julien Calixte
6c429d6d58
fix: more coherent style
2026-03-14 11:52:23 +01:00
Julien Calixte
3ad5b13427
feat: add bsky logo
2026-03-10 18:04:32 +01:00
Julien Calixte
224de39cf7
fix: a better join for login
2026-03-10 17:45:21 +01:00
Julien Calixte
8843d67a80
feat: create atproto oauth login
2026-03-10 12:27:35 +01:00
Julien Calixte
c3095a545e
feat: better header for public note
2026-02-16 23:56:57 +01:00
Julien Calixte
9a05b58131
feat: public notes directly to list
2026-02-14 21:54:20 +01:00
Julien Calixte
dee80bfbb6
i18n: better wording
2026-02-14 20:22:11 +01:00
Julien Calixte
eadd20f01c
feat: change link to my personal website
2026-02-14 20:18:41 +01:00
Julien Calixte
8b921f1adb
refacto: look after remanso now
2026-02-14 14:40:11 +01:00
Julien Calixte
2bba5c40cc
feat: add icon to homepage
2026-02-14 13:51:23 +01:00
Julien Calixte
cec1b1eda7
rebranding to Remanso
2026-02-14 12:18:23 +01:00
Julien Calixte
1baa9794ba
fix: no embricked .note
2026-02-13 23:42:17 +01:00
Julien Calixte
1000f6e080
design: remodel public list and public notes
2026-02-12 22:39:42 +01:00
Julien Calixte
c638914f56
feat: aka without the at://
2026-02-10 21:31:36 +01:00
Julien Calixte
674bf84fe0
feat: init public notes
2026-02-10 19:17:30 +01:00
Julien Calixte
5ab8171bce
feat: shorter github link
2026-01-22 23:49:33 +01:00
Julien Calixte
836157cb9b
fix: theme swap
2025-04-09 16:33:41 +02:00
Julien Calixte
9e875af78e
design: change to good svg!
2024-12-24 00:28:00 +01:00
Julien Calixte
7d95efcb54
fix: wrap github link
2024-12-21 20:38:39 +01:00
Julien Calixte
9571752f26
Feat/migrate to daisy ( #10 )
...
* feat: init daisyui!
* feat: change theme and colors
* change dark theme and add colors
2024-12-21 20:05:37 +01:00
Julien Calixte
ddc27e2c1f
design: pop more color
2024-12-07 13:29:01 +01:00
Julien Calixte
5f9a154f8c
design: remove titles and unused about link
2024-12-07 13:08:44 +01:00
Julien Calixte
fac21b3c2e
feat: remodule homepage
2024-11-02 21:28:51 +01:00
Julien Calixte
d1cbe8d033
move icons to public folder
2023-11-04 14:08:28 +01:00
Julien Calixte
2cab8c8e3f
autoimport with eslint now
2023-08-14 18:04:27 +02:00
Julien Calixte
af421042ad
split home page and flux note page
2023-08-06 18:58:59 +02:00
Julien Calixte
a22218b8b2
✨ (history) add history list of last visited repos
2021-12-12 00:10:38 +01:00
Julien Calixte
9afe9ef289
🔧 (eslint)
2021-05-09 00:52:09 +02:00
Julien Calixte
0e52b16b1b
Feat/GitHub auth ( #6 )
...
* ✨ (sign in) create sign in to github button
* ✨ (github login) login via github button
* 💄 (homepage)
* ➕ (date fns)
* ✨ (github login) refresh token when token expired
2021-05-01 23:35:38 +02:00
913e046135
🔥 (welcome)
2021-04-04 16:45:22 +02:00
006ad63747
💄 fix some ui
2021-04-04 16:05:41 +02:00
f352f8ba0f
💄 (welcome page) fix get started button
2021-03-27 11:16:11 +01:00
a66476f233
🐛 (repos) fix key
2021-03-24 23:37:40 +01:00
e6ca380be7
💄 (welcome page) change getting started button
2021-03-24 23:36:46 +01:00
a0a0f42e96
✨ (getting started) add a getting started link
2021-03-21 10:33:27 +01:00
4e5e2a2647
📝 (about) add an about page
2021-03-19 23:54:29 +01:00
68fdc6fda3
✨ (login) link to connection
2021-03-19 23:03:09 +01:00
5fcf3c9df5
✨ (favorite) save favorite repos
2021-03-19 23:01:31 +01:00