Fork of the NBTCA mainpage
Find a file
Clas Wen 3ef9cc2ebe Make RepairAdmin page responsive with mobile card layout
- Add responsive container layout with mobile-first approach
- Implement mobile card component for better touch interaction
- Switch between table (desktop) and cards (mobile) at sm breakpoint
- Make header section responsive with stacked layout on mobile
- Enhance drawer with full-screen mobile support
- Add mobile-optimized filter controls
- Improve touch targets and spacing for mobile devices
- Fix global CSS button border issue for card styling

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-25 19:37:34 +08:00
.github Update main.yml 2025-09-19 22:15:48 +08:00
.husky set up commit hook 2024-05-18 21:07:46 +08:00
.vscode save 2025-05-23 23:18:03 +08:00
public remove unused css 2025-01-28 15:03:20 +08:00
src Make RepairAdmin page responsive with mobile card layout 2025-09-25 19:37:34 +08:00
.dockerignore add dockerfile 2024-06-17 21:11:07 +08:00
.env.development add auth 2024-08-24 16:55:33 +08:00
.env.production add auth 2024-08-24 16:55:33 +08:00
.gitignore add auth 2024-08-24 16:55:33 +08:00
.npmrc migrate to heroui 2025-01-29 11:00:39 +08:00
astro.config.mts add author url support in layout 2025-06-10 09:23:30 +08:00
cspell.json save 2025-05-23 23:18:03 +08:00
Dockerfile init 2025-05-24 01:14:46 +08:00
eslint.config.js add lint ignorance 2024-09-29 22:01:53 +08:00
nginx.conf fix cors 2024-09-24 17:53:29 +08:00
openapi-ts.active.config.ts add openapi-ts 2024-09-24 17:39:51 +08:00
package.json Bump astro in the npm_and_yarn group across 1 directory 2025-08-20 14:09:00 +00:00
pnpm-lock.yaml Bump the npm_and_yarn group across 1 directory with 2 updates 2025-09-18 14:57:16 +00:00
README.md update readme 2024-10-27 10:56:41 +08:00
tailwind.config.mjs add typography and fix blockquote in markdown 2025-06-10 09:42:17 +08:00
tsconfig.json add dependency 2024-05-13 02:15:13 +08:00

Home

Home page for NBTCA.

Commands

All commands are run from the root of the project, from a terminal:

Command Action
pnpm install Installs dependencies
pnpm run dev Starts local dev server
pnpm run build Build your production site to ./dist/
pnpm run preview Preview your build locally, before deploying
pnpm run astro ... Run CLI commands like astro add, astro check
pnpm run astro --help Get help using the Astro CLI