Ghost/apps/comments-ui/src
Daniël van der Winden 13bad88baf
Fixed comments UI regression (#20574)
Fixes
https://linear.app/tryghost/issue/DES-433/mobile-regression-in-comments-ui

Comments modal was previously using isMobile helper, which only works on
pageload. Code is now adjusted to use Tailwind media queries to
show/hide example profiles at the right resolutions.
2024-07-10 11:22:14 +02:00
..
components Fixed comments UI regression (#20574) 2024-07-10 11:22:14 +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