Revert "feat: add calendar frontend"

This reverts commit af83a68fe1.
This commit is contained in:
2026-09-20 13:57:35 +08:00
parent af83a68fe1
commit 6528cbbb1e
14 changed files with 28 additions and 221 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ test('task rows use the body for detail and Trash keeps distinct actions', async
test('Settings removes intro/empty danger and places mode-specific restore risk copy correctly', async ({ page }, testInfo) => {
await page.goto('/')
await openSidebarView(page, '设置')
await bottomTab(page, '设置').click()
expect(await page.locator('.view-intro').count()).toBe(0)
await expect(page.locator('.settings-group')).toHaveCount(4)
expect(await page.locator('.settings-danger').count()).toBe(0)