# # ChangeLog for app/lib/definitions.ts # # Generated by Trac 1.6 # 06/22/26 07:40:24 Sun, 15 Feb 2026 23:58:59 GMT Vasilaki Tocili [dd96867] * app/lib/definitions.ts (modified) feature: add database definitions - Add all of the rest of the ... Sat, 14 Feb 2026 16:14:59 GMT Vasilaki Tocili [f20977e] * app/(app)/profile/actions.ts (modified) * app/lib/definitions.ts (modified) * auth.d.ts (modified) * auth.ts (modified) fix: changing user's name, email and password - The NextAuth was ... Fri, 13 Feb 2026 22:15:30 GMT Vasilaki Tocili [836ca43] * app/lib/definitions.ts (modified) * auth.ts (modified) fix: revert changing names of User to 'user_*' - Attempt to fix the ... Fri, 13 Feb 2026 21:31:46 GMT Vasilaki Tocili [2253a52] * app/lib/actions.ts (modified) * app/lib/definitions.ts (modified) * app/ui/register-form.tsx (modified) fix: the names of db attributes for 'user' - Instead of previously ... Fri, 13 Feb 2026 21:27:34 GMT Vasilaki Tocili [f6e08aa] * app/lib/actions.ts (modified) * app/lib/auth-utils.ts (deleted) * app/lib/data.ts (modified) * app/lib/definitions.ts (modified) * app/lib/utils.ts (modified) refactor: remove leftover unused code from course - Remove the ... Mon, 26 Jan 2026 01:23:33 GMT Vasilaki Tocili [bac34a3] * .gitignore (modified) * app/dashboard/(overview)/loading.tsx (moved) * app/dashboard/(overview)/page.tsx (moved) * app/dashboard/layout.tsx (moved) * app/favicon.ico (moved) * app/layout.tsx (moved) * app/lib/actions.ts (moved) * app/lib/data.ts (moved) * app/lib/definitions.ts (moved) * app/lib/utils.ts (moved) * app/login/page.tsx (moved) * app/page.tsx (moved) * app/ui/button.tsx (moved) * app/ui/dashboard/nav-links.tsx (moved) * app/ui/fonts.ts (moved) * app/ui/global.css (moved) * app/ui/login-form.tsx (moved) * app/ui/search.tsx (moved) * app/ui/skeletons.tsx (added) * auth.config.ts (moved) * auth.ts (moved) * backend_python/__init__.py (deleted) * backend_python/auth.py (deleted) * backend_python/database.py (deleted) * backend_python/main.py (deleted) * backend_python/models.py (deleted) * eslint.config.mjs (moved) * instructions.txt (deleted) * next.config.ts (moved) * nextjs-dashboard/.gitignore (deleted) * nextjs-dashboard/app/dashboard/customers/page.tsx (deleted) * nextjs-dashboard/app/dashboard/invoices/[id]/edit/not-found.tsx (deleted) * nextjs-dashboard/app/dashboard/invoices/[id]/edit/page.tsx (deleted) * nextjs-dashboard/app/dashboard/invoices/create/page.tsx (deleted) * nextjs-dashboard/app/dashboard/invoices/error.tsx (deleted) * nextjs-dashboard/app/dashboard/invoices/page.tsx (deleted) * nextjs-dashboard/app/lib/placeholder-data.ts (deleted) * nextjs-dashboard/app/query/route.ts (deleted) * nextjs-dashboard/app/seed/route.ts (deleted) * nextjs-dashboard/app/ui/customers/table.tsx (deleted) * nextjs-dashboard/app/ui/dashboard/cards.tsx (deleted) * nextjs-dashboard/app/ui/dashboard/latest-invoices.tsx (deleted) * nextjs-dashboard/app/ui/dashboard/revenue-chart.tsx (deleted) * nextjs-dashboard/app/ui/dashboard/sidenav.tsx (deleted) * nextjs-dashboard/app/ui/invoices/breadcrumbs.tsx (deleted) * nextjs-dashboard/app/ui/invoices/buttons.tsx (deleted) * nextjs-dashboard/app/ui/invoices/create-form.tsx (deleted) * nextjs-dashboard/app/ui/invoices/edit-form.tsx (deleted) * nextjs-dashboard/app/ui/invoices/pagination.tsx (deleted) * nextjs-dashboard/app/ui/invoices/status.tsx (deleted) * nextjs-dashboard/app/ui/invoices/table.tsx (deleted) * nextjs-dashboard/app/ui/skeletons.tsx (deleted) * package.json (moved) * pnpm-lock.yaml (moved) * postcss.config.js (moved) * prototype_cli_app/__init__.py (deleted) * prototype_cli_app/cli_app.py (deleted) * proxy.ts (moved) * requirements.txt (deleted) * tailwind.config.ts (moved) * tsconfig.json (moved) refactor: Move NextJS to root, remove everything else - Removed the ...