0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/apps/comments-ui/src
Peter Zimon cd8a54d7cc
Updated borders in comments CTA box (#20274)
DES-189

Our use of borders makes it very difficult to style a theme that looks
good with all states. Theme developers need a border to separate
comments from the content, but the current comments output includes
borders. It's possible to make it look ok in most of the time, but it's
difficult to work with. This change updates borders from the comments
CTA box with the following rules:

- Logged out without comments: no borders
- Logged out with comments: top border only
- Logged in without comments: no borders
- Logged in with comments: no borders
2024-06-18 13:43:53 +02:00
..
components Updated borders in comments CTA box (#20274) 2024-06-18 13:43:53 +02:00
images/icons Added in a hover state for editng bio 2022-08-08 16:22:46 +01:00
styles Migrated from Webpack to Vite and updated dependencies 2023-06-21 15:28:01 +02:00
utils Updated default comments from 5 to 20 (#20359) 2024-06-11 18:39:59 +07:00
actions.ts Converted Comments-UI App to TypeScript and React hooks (#17760) 2023-08-18 13:30:59 +00:00
App.tsx Added lazy-loading of admin auth in Comments UI (#19799) 2024-03-05 15:57:20 +00:00
AppContext.ts Extended translations beta to comments (#17801) 2023-08-24 10:33:03 +02:00
AuthFrame.tsx Re-enabled general eslint rules in TS config 2023-09-08 13:47:42 +02:00
index.tsx Converted Comments-UI App to TypeScript and React hooks (#17760) 2023-08-18 13:30:59 +00:00
pages.ts Migrated Comments-UI to TypeScript (#17129) 2023-06-27 14:51:37 +02:00
setupTests.ts Migrated Comments-UI to TypeScript (#17129) 2023-06-27 14:51:37 +02:00
typings.d.ts Migrated Comments-UI to TypeScript (#17129) 2023-06-27 14:51:37 +02:00
vite-env.d.ts Migrated Comments-UI to TypeScript (#17129) 2023-06-27 14:51:37 +02:00