memos/web
deeshu e62a94c05a
feat: hiding dialog using X button should remove class "overflow-hidden" (#1555)
Hiding dialogs result in the body to stay frozen due to mounting behaviour of the dialog, but using 'X' button hides the dialog and won't let user scroll any further. Removing overflow behaviour during hiding procedure will improve User Experience.
2023-04-17 20:13:33 +08:00
..
.vscode feat: new resource dashboard (#1346) 2023-03-15 20:06:30 +08:00
e2e-tests feat: add e2e test (#1486) 2023-04-11 22:13:06 +08:00
public chore: update logo (#1442) 2023-04-02 09:54:52 +08:00
src feat: hiding dialog using X button should remove class "overflow-hidden" (#1555) 2023-04-17 20:13:33 +08:00
.eslintrc.json chore: update links reference (#1243) 2023-03-04 15:06:01 +08:00
.gitignore chore: use pnpm (#1533) 2023-04-16 00:47:40 +08:00
.prettierrc migrate frontend 2021-12-08 23:43:52 +08:00
index.html chore: update logo (#1442) 2023-04-02 09:54:52 +08:00
package.json chore: use pnpm (#1533) 2023-04-16 00:47:40 +08:00
playwright.config.ts feat: add e2e test (#1486) 2023-04-11 22:13:06 +08:00
pnpm-lock.yaml chore: use pnpm (#1533) 2023-04-16 00:47:40 +08:00
postcss.config.js feat: use tailwindcss and show export btn 2022-01-31 19:16:01 +08:00
README.md migrate frontend 2021-12-08 23:43:52 +08:00
tailwind.config.js chore: regenerate yarn lock file (#1530) 2023-04-15 09:12:45 +08:00
tsconfig.json refactor: update import prefix with alias (#1433) 2023-04-01 16:03:14 +08:00
vite.config.ts refactor: declare variable for devProxyServer (#1220) 2023-03-01 19:50:43 +08:00

Memos web