Commit Graph

27 Commits

Author SHA1 Message Date
Thomas Durieux 3f32ec5ca1 claude/fix-page-width-layout-SY7c5 (#679)
* Fix horizontal overflow causing page content to be cut off on mobile

- Add overflow-x: hidden to html/body and ng-view to prevent horizontal
  scrolling across all pages
- Restore .container.page mobile padding to 15px to match Bootstrap .row
  negative margins (-15px), which previously caused 5px overflow per side
- Add max-width: 100% constraints to prevent content from exceeding viewport

https://claude.ai/code/session_01L2xhJCKkjghMDBuwXpSHzi

* Fix Ko-fi widget overlapping hamburger menu and simplify desktop layout

- Move Ko-fi "Support me" button from top-right (where it hid the navbar
  hamburger) to bottom-right corner
- Remove card styling (border, background, border-radius) from dashboard
  quota section for a flatter, cleaner look
- Remove fixed max-width: 960px from dashboard-page so it uses Bootstrap's
  standard container widths, consistent with other pages like admin

https://claude.ai/code/session_01L2xhJCKkjghMDBuwXpSHzi

* Redesign anonymize page: centered landing, reorganized form layout

- No URL state: centered input in the middle of the page for a clean
  initial experience
- URL provided state: preview on the left, form settings on the right
  in a fixed-width sidebar panel (380px on desktop)
- Reorganized form sections into logical groups:
  Source (branch/commit) → Identity (ID/conference) → Anonymization
  (terms) → Display (checkboxes, no longer hidden in accordion) →
  Expiration
- Removed card/accordion wrappers for a flatter, more scannable form
- Mobile: form stacks below preview with sticky submit bar

https://claude.ai/code/session_01L2xhJCKkjghMDBuwXpSHzi

* Reduce navbar height on desktop

- Reduce navbar padding from default .5rem to 4px vertical
- Shrink nav icons from 30px/40px to 20px/28px
- Reduce nav-link font size to 0.9rem with tighter padding
- Shrink navbar-brand font size to 1rem

https://claude.ai/code/session_01L2xhJCKkjghMDBuwXpSHzi

---------

Co-authored-by: Claude <noreply@anthropic.com>
2026-04-15 11:13:05 +02:00
Thomas Durieux 261eaa8d79 Polish website UX: unify dashboards, clean up layout, modernize styling (#668) 2026-04-15 09:30:19 +02:00
Thomas Durieux 1d97c76e7e Improve mobile layout and redesign admin interface (#665) 2026-04-15 06:04:43 +02:00
tdurieux 8fdd6228e4 fix(#251): fix notebook and code dark mode 2024-04-04 18:35:01 +01:00
tdurieux 8ac3a66a30 feat(#169): add emoji support for markdown 2023-04-21 13:23:34 +02:00
tdurieux 692ea33b5d feat(#162): add warning message when regex charater is detected inside terms 2023-02-03 16:22:19 +01:00
Thomas Durieux 73e46f926f feat: add support for pull requests (#156) 2023-01-22 12:54:14 +01:00
tdurieux c62b50ffd0 feat(#134): add support for line highlighting in code 2022-10-24 08:12:10 +02:00
tdurieux 3e2644438e feat(#97): display when the repo has been anonymized 2022-10-04 14:22:25 +02:00
tdurieux 51d9aa7a17 feat(#121): add support for org files 2022-07-22 09:15:12 +02:00
tdurieux cd4b6162ff fix file and folder icon 2021-08-24 08:38:02 +02:00
tdurieux 6b568905d3 add: new version of the dashboard 2021-08-20 16:10:39 +02:00
tdurieux 0dab69bb52 core: update font awesome 2021-08-14 05:29:31 +02:00
tdurieux 4d2defa630 improve download button 2021-08-13 08:26:27 +02:00
tdurieux f58e46fc56 add dark mode 2021-04-26 14:37:48 +02:00
tdurieux 2e761ca295 improve mobile view 2021-04-21 11:20:14 +02:00
tdurieux 7ce61a5502 improve style 2021-04-19 09:59:52 +02:00
tdurieux fcb3cbd851 improve home page 2021-04-08 11:53:44 +02:00
tdurieux c0eeb86a9c improve dashboard page 2021-04-07 13:07:49 +02:00
tdurieux 0f747f55b8 improve profile in navbar 2021-04-07 09:25:20 +02:00
tdurieux d87bd8276f hide cursor in ace 2021-04-06 18:17:47 +02:00
tdurieux 22465d455c add repository status page 2021-04-06 10:01:53 +02:00
tdurieux 11d78d5e3d fix home color 2021-03-25 13:44:35 +01:00
tdurieux 351a0902b2 improve page design 2021-03-19 10:23:46 +01:00
tdurieux a2d0f0b212 v2 wip 2021-03-16 11:23:16 +01:00
tdurieux 141d016aae first version of the exploration of repositories 2020-06-05 13:17:10 +02:00
tdurieux a9f206ae47 start v2 2020-06-01 09:42:11 +02:00