-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor axios and finish usericon with login Signed-off-by: owenowenisme <[email protected]> * refactor api dir location, svg location, zustand location and usertype Signed-off-by: owenowenisme <[email protected]> * finish global Nav waiting for icon Signed-off-by: owenowenisme <[email protected]> * update baseurl, cn classValue Signed-off-by: owenowenisme <[email protected]> * fix logout loop Signed-off-by: owenowenisme <[email protected]> * update icon Signed-off-by: owenowenisme <[email protected]> --------- Signed-off-by: owenowenisme <[email protected]>
- Loading branch information
1 parent
4972bfd
commit 0393112
Showing
96 changed files
with
1,551 additions
and
404 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,25 @@ | ||
import { FileUploadField } from '@/components/FileUploadField'; | ||
import { ExamCard } from '@/components/ExamCard'; | ||
'use client'; | ||
import { useState } from 'react'; | ||
import { TextwithIcon } from '@/ui/Button'; | ||
import { Icon } from '@/ui/icons'; | ||
import Image from 'next/image'; | ||
|
||
export default function Page() { | ||
const [value, setValue] = useState(''); | ||
return ( | ||
<div className="space-y-8"> | ||
<h1 className="text-xl font-medium text-gray-300">Examples</h1> | ||
|
||
<div className="space-y-10 rounded-2xl bg-cyan-700 text-white"> | ||
<FileUploadField /> | ||
<div className="flex flex-col gap-4"> | ||
<h1 className="text-2xl font-bold">Welcome to the Exam Portal</h1> | ||
<p className="text-gray-600"> | ||
This is the main page of the exam portal. Here you can find all the | ||
information you need about the exams. | ||
</p> | ||
</div> | ||
<div className="space-y-10 bg-red-700 text-white"> | ||
<ExamCard /> | ||
<div className="flex flex-col gap-4"> | ||
<TextwithIcon> | ||
<Icon name="arrow-left-right" className="text-red-500" /> | ||
</TextwithIcon> | ||
</div> | ||
<div className="space-y-10 text-white">xxsx</div> | ||
</div> | ||
); | ||
} |
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
File renamed without changes
File renamed without changes
Oops, something went wrong.
Oops, something went wrong.
File renamed without changes
Oops, something went wrong.
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion
2
frontend/src/assets/icons/x-octagon.svg → frontend/assets/icons/x-octagon.svg
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Oops, something went wrong.
Oops, something went wrong.