-
Notifications
You must be signed in to change notification settings - Fork 2
Fix/user interface #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
beni-f
wants to merge
8
commits into
osscameroon:main
Choose a base branch
from
beni-f:fix/user-interface
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
|
Thanks for the pr, but I don't succeed to build. => ERROR [builder 6/6] RUN npm run build 31.2s
------
> [builder 6/6] RUN npm run build:
4.987
4.987 > lewa-frontend@0.1.0 build
4.987 > next build --turbopack
4.987
8.215 Attention: Next.js now collects completely anonymous telemetry regarding usage.
8.216 This information is used to shape Next.js' roadmap and prioritize features.
8.216 You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
8.216 https://nextjs.org/telemetry
8.216
8.276 ▲ Next.js 15.5.4 (Turbopack)
8.276
8.372 Creating an optimized production build ...
30.97 ✓ Finished writing to disk in 15ms
31.03
31.03 > Build error occurred
31.04 Error: Turbopack build failed with 32 errors:
31.04 ./src/components/blocks/cards-stack.jsx:5:1
31.04 Module not found: Can't resolve '@/lib/utils'
31.04 3 | import { motion } from "motion/react";
31.04 4 |
31.04 > 5 | import { cn } from "@/lib/utils"
31.04 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31.04 6 |
31.04 7 | const ContainerScroll = React.forwardRef(({ children, className, ...props }, ref) => {
31.04 8 | return (
31.04
31.04 Import map: aliased to relative './src/lib/utils' inside of [project]/
31.04
31.04
31.04 https://nextjs.org/docs/messages/module-not-found
31.04
31.04
31.04 ./src/components/blocks/cards-stack.jsx:5:1
31.04 Module not found: Can't resolve '@/lib/utils'
31.04 3 | import { motion } from "motion/react";
31.04 4 |
31.04 > 5 | import { cn } from "@/lib/utils"
31.04 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31.04 6 |
31.04 7 | const ContainerScroll = React.forwardRef(({ children, className, ...props }, ref) => {
31.04 8 | return (
31.04
31.04 Import map: aliased to relative './src/lib/utils' inside of [project]/
31.04
31.04
31.04 https://nextjs.org/docs/messages/module-not-found
31.04
31.04
31.04 ./src/components/blocks/cards-stack.jsx:5:1
31.04 Module not found: Can't resolve '@/lib/utils'
31.04 3 | import { motion } from "motion/react";
31.04 4 |
31.04 > 5 | import { cn } from "@/lib/utils"
31.04 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31.04 6 |
31.04 7 | const ContainerScroll = React.forwardRef(({ children, className, ...props }, ref) => {
31.04 8 | return (
31.04
31.04 Import map: aliased to relative './src/lib/utils' inside of [project]/
31.04
31.04
31.04 https://nextjs.org/docs/messages/module-not-found
31.04
31.04
31.04 ./src/components/blocks/cards-stack.jsx:5:1
31.04 Module not found: Can't resolve '@/lib/utils'
31.04 3 | import { motion } from "motion/react";
31.04 4 |
31.04 > 5 | import { cn } from "@/lib/utils"
31.04 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31.04 6 |
31.04 7 | const ContainerScroll = React.forwardRef(({ children, className, ...props }, ref) => {
31.04 8 | return (
31.04
31.04 Import map: aliased to relative './src/lib/utils' inside of [project]/
31.04
31.04
31.04 https://nextjs.org/docs/messages/module-not-found
31.04
31.04
31.04 ./src/components/ui/badge.jsx:4:1
31.04 Module not found: Can't resolve '@/lib/utils'
31.04 2 | import { cva } from "class-variance-authority";
31.04 3 |
31.04 > 4 | import { cn } from "@/lib/utils"
31.04 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31.04 5 |
31.04 6 | const badgeVariants = cva(
31.04 7 | "inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2",
31.04
31.04 Import map: aliased to relative './src/lib/utils' inside of [project]/
31.04
31.04
31.04 https://nextjs.org/docs/messages/module-not-found
31.04
31.04
31.04 ./src/components/ui/badge.jsx:4:1
31.04 Module not found: Can't resolve '@/lib/utils'
31.04 2 | import { cva } from "class-variance-authority";
31.04 3 |
31.04 > 4 | import { cn } from "@/lib/utils"
31.04 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31.04 5 |
31.04 6 | const badgeVariants = cva(
31.04 7 | "inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2",
31.04
31.04 Import map: aliased to relative './src/lib/utils' inside of [project]/
31.04
31.04
31.04 https://nextjs.org/docs/messages/module-not-found
31.04
31.04
31.04 ./src/components/ui/bento-grid.jsx:3:1
31.04 Module not found: Can't resolve '@/lib/utils'
31.04 1 | import { ArrowRightIcon } from "@radix-ui/react-icons";
31.04 2 |
31.04 > 3 | import { cn } from "@/lib/utils";
31.04 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31.04 4 | import { Button } from "@/components/ui/button";
31.04 5 |
31.04 6 | const BentoGrid = ({ children, className }) => {
31.04
31.04 Import map: aliased to relative './src/lib/utils' inside of [project]/
31.04
31.04
31.04 https://nextjs.org/docs/messages/module-not-found
31.04
31.04
31.04 ./src/components/ui/bento-grid.jsx:3:1
31.04 Module not found: Can't resolve '@/lib/utils'
31.04 1 | import { ArrowRightIcon } from "@radix-ui/react-icons";
31.04 2 |
31.04 > 3 | import { cn } from "@/lib/utils";
31.04 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31.04 4 | import { Button } from "@/components/ui/button";
31.04 5 |
31.04 6 | const BentoGrid = ({ children, className }) => {
31.04
31.04 Import map: aliased to relative './src/lib/utils' inside of [project]/
31.04
31.04
31.04 https://nextjs.org/docs/messages/module-not-found
31.04
31.04
31.04 ./src/components/ui/button.jsx:5:1
31.04 Module not found: Can't resolve '@/lib/utils'
31.04 3 | import { cva } from "class-variance-authority";
31.04 4 |
31.04 > 5 | import { cn } from "@/lib/utils"
31.04 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31.04 6 |
31.04 7 | const buttonVariants = cva(
31.04 8 | "inline-flex items-center justify-center whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50",
31.04
31.04 Import map: aliased to relative './src/lib/utils' inside of [project]/
31.04
31.04
31.04 https://nextjs.org/docs/messages/module-not-found
31.04
31.04
31.04 ./src/components/ui/button.jsx:5:1
31.04 Module not found: Can't resolve '@/lib/utils'
31.04 3 | import { cva } from "class-variance-authority";
31.04 4 |
31.04 > 5 | import { cn } from "@/lib/utils"
31.04 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31.04 6 |
31.04 7 | const buttonVariants = cva(
31.04 8 | "inline-flex items-center justify-center whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50",
31.04
31.04 Import map: aliased to relative './src/lib/utils' inside of [project]/
31.04
31.04
31.04 https://nextjs.org/docs/messages/module-not-found
31.04
31.04
31.04 ./src/components/ui/button.jsx:5:1
31.04 Module not found: Can't resolve '@/lib/utils'
31.04 3 | import { cva } from "class-variance-authority";
31.04 4 |
31.04 > 5 | import { cn } from "@/lib/utils"
31.04 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31.04 6 |
31.04 7 | const buttonVariants = cva(
31.04 8 | "inline-flex items-center justify-center whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50",
31.04
31.04 Import map: aliased to relative './src/lib/utils' inside of [project]/
31.04
31.04
31.04 https://nextjs.org/docs/messages/module-not-found
31.04
31.04
31.04 ./src/components/ui/button.jsx:5:1
31.04 Module not found: Can't resolve '@/lib/utils'
31.04 3 | import { cva } from "class-variance-authority";
31.04 4 |
31.04 > 5 | import { cn } from "@/lib/utils"
31.04 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31.04 6 |
31.04 7 | const buttonVariants = cva(
31.04 8 | "inline-flex items-center justify-center whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50",
31.04
31.04 Import map: aliased to relative './src/lib/utils' inside of [project]/
31.04
31.04
31.04 https://nextjs.org/docs/messages/module-not-found
31.04
31.04
31.04 ./src/components/ui/button.jsx:5:1
31.04 Module not found: Can't resolve '@/lib/utils'
31.04 3 | import { cva } from "class-variance-authority";
31.04 4 |
31.04 > 5 | import { cn } from "@/lib/utils"
31.04 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31.04 6 |
31.04 7 | const buttonVariants = cva(
31.04 8 | "inline-flex items-center justify-center whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50",
31.04
31.04 Import map: aliased to relative './src/lib/utils' inside of [project]/
31.04
31.04
31.04 https://nextjs.org/docs/messages/module-not-found
31.04
31.04
31.04 ./src/components/ui/button.jsx:5:1
31.04 Module not found: Can't resolve '@/lib/utils'
31.04 3 | import { cva } from "class-variance-authority";
31.04 4 |
31.04 > 5 | import { cn } from "@/lib/utils"
31.04 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31.04 6 |
31.04 7 | const buttonVariants = cva(
31.04 8 | "inline-flex items-center justify-center whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50",
31.04
31.04 Import map: aliased to relative './src/lib/utils' inside of [project]/
31.04
31.04
31.04 https://nextjs.org/docs/messages/module-not-found
31.04
31.04
31.04 ./src/components/ui/card-1.jsx:6:1
31.04 Module not found: Can't resolve '@/lib/utils'
31.04 4 | import { motion } from "framer-motion";
31.04 5 | import { ArrowUpRight } from "lucide-react";
31.04 > 6 | import { cn } from "@/lib/utils"; // Your utility for merging Tailwind classes
31.04 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31.04 7 |
31.04 8 | /**
31.04 9 | * A responsive, theme-adaptive card component to display cashback partners.
31.04
31.04 Import map: aliased to relative './src/lib/utils' inside of [project]/
31.04
31.04
31.04 https://nextjs.org/docs/messages/module-not-found
31.04
31.04
31.04 ./src/components/ui/card-1.jsx:6:1
31.04 Module not found: Can't resolve '@/lib/utils'
31.04 4 | import { motion } from "framer-motion";
31.04 5 | import { ArrowUpRight } from "lucide-react";
31.04 > 6 | import { cn } from "@/lib/utils"; // Your utility for merging Tailwind classes
31.04 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31.04 7 |
31.04 8 | /**
31.04 9 | * A responsive, theme-adaptive card component to display cashback partners.
31.04
31.04 Import map: aliased to relative './src/lib/utils' inside of [project]/
31.04
31.04
31.04 https://nextjs.org/docs/messages/module-not-found
31.04
31.04
31.04 ./src/components/ui/card-1.jsx:6:1
31.04 Module not found: Can't resolve '@/lib/utils'
31.04 4 | import { motion } from "framer-motion";
31.04 5 | import { ArrowUpRight } from "lucide-react";
31.04 > 6 | import { cn } from "@/lib/utils"; // Your utility for merging Tailwind classes
31.04 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31.04 7 |
31.04 8 | /**
31.04 9 | * A responsive, theme-adaptive card component to display cashback partners.
31.04
31.04 Import map: aliased to relative './src/lib/utils' inside of [project]/
31.04
31.04
31.04 https://nextjs.org/docs/messages/module-not-found
31.04
31.04
31.04 ./src/components/ui/card-1.jsx:6:1
31.04 Module not found: Can't resolve '@/lib/utils'
31.04 4 | import { motion } from "framer-motion";
31.04 5 | import { ArrowUpRight } from "lucide-react";
31.04 > 6 | import { cn } from "@/lib/utils"; // Your utility for merging Tailwind classes
31.04 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31.04 7 |
31.04 8 | /**
31.04 9 | * A responsive, theme-adaptive card component to display cashback partners.
31.04
31.04 Import map: aliased to relative './src/lib/utils' inside of [project]/
31.04
31.04
31.04 https://nextjs.org/docs/messages/module-not-found
31.04
31.04
31.04 ./src/components/ui/card.jsx:3:1
31.04 Module not found: Can't resolve '@/lib/utils'
31.04 1 | import * as React from "react"
31.04 2 |
31.04 > 3 | import { cn } from "@/lib/utils"
31.04 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31.04 4 |
31.04 5 | function Card({
31.04 6 | className,
31.04
31.04 Import map: aliased to relative './src/lib/utils' inside of [project]/
31.04
31.04
31.04 https://nextjs.org/docs/messages/module-not-found
31.04
31.04
31.04 ./src/components/ui/card.jsx:3:1
31.04 Module not found: Can't resolve '@/lib/utils'
31.04 1 | import * as React from "react"
31.04 2 |
31.04 > 3 | import { cn } from "@/lib/utils"
31.04 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31.04 4 |
31.04 5 | function Card({
31.04 6 | className,
31.04
31.04 Import map: aliased to relative './src/lib/utils' inside of [project]/
31.04
31.04
31.04 https://nextjs.org/docs/messages/module-not-found
31.04
31.04
31.04 ./src/components/ui/card.jsx:3:1
31.04 Module not found: Can't resolve '@/lib/utils'
31.04 1 | import * as React from "react"
31.04 2 |
31.04 > 3 | import { cn } from "@/lib/utils"
31.04 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31.04 4 |
31.04 5 | function Card({
31.04 6 | className,
31.04
31.04 Import map: aliased to relative './src/lib/utils' inside of [project]/
31.04
31.04
31.04 https://nextjs.org/docs/messages/module-not-found
31.04
31.04
31.04 ./src/components/ui/card.jsx:3:1
31.04 Module not found: Can't resolve '@/lib/utils'
31.04 1 | import * as React from "react"
31.04 2 |
31.04 > 3 | import { cn } from "@/lib/utils"
31.04 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31.04 4 |
31.04 5 | function Card({
31.04 6 | className,
31.04
31.04 Import map: aliased to relative './src/lib/utils' inside of [project]/
31.04
31.04
31.04 https://nextjs.org/docs/messages/module-not-found
31.04
31.04
31.04 ./src/components/ui/card.jsx:3:1
31.04 Module not found: Can't resolve '@/lib/utils'
31.04 1 | import * as React from "react"
31.04 2 |
31.04 > 3 | import { cn } from "@/lib/utils"
31.04 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31.04 4 |
31.04 5 | function Card({
31.04 6 | className,
31.04
31.04 Import map: aliased to relative './src/lib/utils' inside of [project]/
31.04
31.04
31.04 https://nextjs.org/docs/messages/module-not-found
31.04
31.04
31.04 ./src/components/ui/card.jsx:3:1
31.04 Module not found: Can't resolve '@/lib/utils'
31.04 1 | import * as React from "react"
31.04 2 |
31.04 > 3 | import { cn } from "@/lib/utils"
31.04 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31.04 4 |
31.04 5 | function Card({
31.04 6 | className,
31.04
31.04 Import map: aliased to relative './src/lib/utils' inside of [project]/
31.04
31.04
31.04 https://nextjs.org/docs/messages/module-not-found
31.04
31.04
31.04 ./src/components/ui/menu-toggle.jsx:3:1
31.04 Module not found: Can't resolve '@/lib/utils'
31.04 1 | 'use client';;
31.04 2 | import React from 'react';
31.04 > 3 | import { cn } from '@/lib/utils';
31.04 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31.04 4 |
31.04 5 | export function MenuToggle({
31.04 6 | open,
31.04
31.04 Import map: aliased to relative './src/lib/utils' inside of [project]/
31.04
31.04
31.04 https://nextjs.org/docs/messages/module-not-found
31.04
31.04
31.04 ./src/components/ui/menu-toggle.jsx:3:1
31.04 Module not found: Can't resolve '@/lib/utils'
31.04 1 | 'use client';;
31.04 2 | import React from 'react';
31.04 > 3 | import { cn } from '@/lib/utils';
31.04 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31.04 4 |
31.04 5 | export function MenuToggle({
31.04 6 | open,
31.04
31.04 Import map: aliased to relative './src/lib/utils' inside of [project]/
31.04
31.04
31.04 https://nextjs.org/docs/messages/module-not-found
31.04
31.04
31.04 ./src/components/ui/menu-toggle.jsx:3:1
31.04 Module not found: Can't resolve '@/lib/utils'
31.04 1 | 'use client';;
31.04 2 | import React from 'react';
31.04 > 3 | import { cn } from '@/lib/utils';
31.04 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31.04 4 |
31.04 5 | export function MenuToggle({
31.04 6 | open,
31.04
31.04 Import map: aliased to relative './src/lib/utils' inside of [project]/
31.04
31.04
31.04 https://nextjs.org/docs/messages/module-not-found
31.04
31.04
31.04 ./src/components/ui/menu-toggle.jsx:3:1
31.04 Module not found: Can't resolve '@/lib/utils'
31.04 1 | 'use client';;
31.04 2 | import React from 'react';
31.04 > 3 | import { cn } from '@/lib/utils';
31.04 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31.04 4 |
31.04 5 | export function MenuToggle({
31.04 6 | open,
31.04
31.04 Import map: aliased to relative './src/lib/utils' inside of [project]/
31.04
31.04
31.04 https://nextjs.org/docs/messages/module-not-found
31.04
31.04
31.04 ./src/components/ui/sheet.jsx:7:1
31.04 Module not found: Can't resolve '@/lib/utils'
31.04 5 | import { XIcon } from 'lucide-react';
31.04 6 |
31.04 > 7 | import { cn } from '@/lib/utils';
31.04 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31.04 8 |
31.04 9 | function Sheet({
31.04 10 | ...props
31.04
31.04 Import map: aliased to relative './src/lib/utils' inside of [project]/
31.04
31.04
31.04 https://nextjs.org/docs/messages/module-not-found
31.04
31.04
31.04 ./src/components/ui/sheet.jsx:7:1
31.04 Module not found: Can't resolve '@/lib/utils'
31.04 5 | import { XIcon } from 'lucide-react';
31.04 6 |
31.04 > 7 | import { cn } from '@/lib/utils';
31.04 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31.04 8 |
31.04 9 | function Sheet({
31.04 10 | ...props
31.04
31.04 Import map: aliased to relative './src/lib/utils' inside of [project]/
31.04
31.04
31.04 https://nextjs.org/docs/messages/module-not-found
31.04
31.04
31.04 ./src/components/ui/sheet.jsx:7:1
31.04 Module not found: Can't resolve '@/lib/utils'
31.04 5 | import { XIcon } from 'lucide-react';
31.04 6 |
31.04 > 7 | import { cn } from '@/lib/utils';
31.04 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31.04 8 |
31.04 9 | function Sheet({
31.04 10 | ...props
31.04
31.04 Import map: aliased to relative './src/lib/utils' inside of [project]/
31.04
31.04
31.04 https://nextjs.org/docs/messages/module-not-found
31.04
31.04
31.04 ./src/components/ui/sheet.jsx:7:1
31.04 Module not found: Can't resolve '@/lib/utils'
31.04 5 | import { XIcon } from 'lucide-react';
31.04 6 |
31.04 > 7 | import { cn } from '@/lib/utils';
31.04 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31.04 8 |
31.04 9 | function Sheet({
31.04 10 | ...props
31.04
31.04 Import map: aliased to relative './src/lib/utils' inside of [project]/
31.04
31.04
31.04 https://nextjs.org/docs/messages/module-not-found
31.04
31.04
31.04 at <unknown> (./src/components/blocks/cards-stack.jsx:5:1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fix(ui): migrate from Django templates to Next.js frontend and improved the user interface.
Closes #16