Merge pull request #386 from bipproduction/amalia/23-jan-25

Amalia/23 jan 25
This commit is contained in:
Amalia
2025-01-23 17:11:44 +08:00
committed by GitHub
11 changed files with 36 additions and 36 deletions

View File

@@ -2,7 +2,7 @@ import { NextResponse } from "next/server";
export async function GET(request: Request) { export async function GET(request: Request) {
try { try {
return NextResponse.json({ success: true, version: "1.1.3", tahap: "beta", update:"-resize profile image user (create anggota, edit anggota, edit profile)" }, { status: 200 }); return NextResponse.json({ success: true, version: "1.1.4", tahap: "beta", update:"-resize profile image user (create anggota, edit anggota, edit profile) -menghilangkan image extensi heic" }, { status: 200 });
} catch (error) { } catch (error) {
console.error(error); console.error(error);
return NextResponse.json({ success: false, version: "Gagal mendapatkan version, coba lagi nanti (error: 500)", reason: (error as Error).message, }, { status: 500 }); return NextResponse.json({ success: false, version: "Gagal mendapatkan version, coba lagi nanti (error: 500)", reason: (error as Error).message, }, { status: 500 });

View File

@@ -120,9 +120,9 @@ function CreateBanner() {
}} }}
activateOnClick={false} activateOnClick={false}
maxSize={10 * 1024 ** 2} maxSize={10 * 1024 ** 2}
accept={['image/png', 'image/jpeg', 'image/heic']} accept={['image/png', 'image/jpeg']}
onReject={(files) => { onReject={(files) => {
return toast.error('File yang diizinkan: .png, .jpg, dan .heic dengan ukuran maksimal 10 MB') return toast.error('File yang diizinkan: .png dan .jpg dengan ukuran maksimal 10 MB')
}} }}
onClick={() => openRef.current?.()} onClick={() => openRef.current?.()}
> >

View File

@@ -121,9 +121,9 @@ export default function EditBanner() {
}} }}
activateOnClick={false} activateOnClick={false}
maxSize={10 * 1024 ** 2} maxSize={10 * 1024 ** 2}
accept={['image/png', 'image/jpeg', 'image/heic']} accept={['image/png', 'image/jpeg']}
onReject={(files) => { onReject={(files) => {
return toast.error('File yang diizinkan: .png, .jpg, dan .heic dengan ukuran maksimal 10 MB') return toast.error('File yang diizinkan: .png dan .jpg dengan ukuran maksimal 10 MB')
}} }}
onClick={() => openRef.current?.()} onClick={() => openRef.current?.()}
> >

View File

@@ -149,12 +149,12 @@ export default function DrawerMenuDocumentDivision() {
}} }}
activateOnClick={false} activateOnClick={false}
maxSize={100 * 1024 ** 2} maxSize={100 * 1024 ** 2}
accept={['image/png', 'image/jpeg', 'image/heic', 'application/pdf', 'application/msword', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'application/vnd.ms-excel', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet']} accept={['image/png', 'image/jpeg', 'application/pdf', 'application/msword', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'application/vnd.ms-excel', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet']}
onReject={(files) => { onReject={(files) => {
refresh.set(true) refresh.set(true)
setOpenModal(false) setOpenModal(false)
setOpenDrawerDocument(false) setOpenDrawerDocument(false)
toast.error('File yang diizinkan: .csv, .png, .jpg, .heic, .pdf, .doc, .docx, .xls, .xlsx dengan ukuran maksimal 100 MB') toast.error('File yang diizinkan: .csv, .png, .jpg, .pdf, .doc, .docx, .xls, .xlsx dengan ukuran maksimal 100 MB')
}} }}
> >
<Flex justify={'center'} align={'center'} direction={'column'} mb={20} onClick={() => openRef.current?.()}> <Flex justify={'center'} align={'center'} direction={'column'} mb={20} onClick={() => openRef.current?.()}>

View File

@@ -106,9 +106,9 @@ export default function AddFileDetailProject() {
}} }}
activateOnClick={false} activateOnClick={false}
maxSize={100 * 1024 ** 2} maxSize={100 * 1024 ** 2}
accept={['image/png', 'image/jpeg', 'image/heic', 'application/pdf', 'application/msword', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'application/vnd.ms-excel', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet']} accept={['image/png', 'image/jpeg', 'application/pdf', 'application/msword', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'application/vnd.ms-excel', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet']}
onReject={(files) => { onReject={(files) => {
return toast.error('File yang diizinkan: .csv, .png, .jpg, .heic, .pdf, .doc, .docx, .xls, .xlsx dengan ukuran maksimal 100 MB') return toast.error('File yang diizinkan: .csv, .png, .jpg, .pdf, .doc, .docx, .xls, .xlsx dengan ukuran maksimal 100 MB')
}} }}
> >
</Dropzone> </Dropzone>

View File

@@ -413,9 +413,9 @@ export default function CreateProject() {
}} }}
activateOnClick={false} activateOnClick={false}
maxSize={100 * 1024 ** 2} maxSize={100 * 1024 ** 2}
accept={['image/png', 'image/jpeg', 'image/heic', 'application/pdf', 'application/msword', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'application/vnd.ms-excel', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet']} accept={['image/png', 'image/jpeg', 'application/pdf', 'application/msword', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'application/vnd.ms-excel', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet']}
onReject={(files) => { onReject={(files) => {
return toast.error('File yang diizinkan: .csv, .png, .jpg, .heic, .pdf, .doc, .docx, .xls, .xlsx dengan ukuran maksimal 100 MB') return toast.error('File yang diizinkan: .csv, .png, .jpg, .pdf, .doc, .docx, .xls, .xlsx dengan ukuran maksimal 100 MB')
}} }}
></Dropzone> ></Dropzone>

View File

@@ -107,9 +107,9 @@ export default function AddFileDetailTask() {
}} }}
activateOnClick={false} activateOnClick={false}
maxSize={100 * 1024 ** 2} maxSize={100 * 1024 ** 2}
accept={['image/png', 'image/jpeg', 'image/heic', 'application/pdf', 'application/msword', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'application/vnd.ms-excel', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet']} accept={['image/png', 'image/jpeg', 'application/pdf', 'application/msword', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'application/vnd.ms-excel', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet']}
onReject={(files) => { onReject={(files) => {
return toast.error('File yang diizinkan: .csv, .png, .jpg, .heic, .pdf, .doc, .docx, .xls, .xlsx dengan ukuran maksimal 100 MB') return toast.error('File yang diizinkan: .csv, .png, .jpg, .pdf, .doc, .docx, .xls, .xlsx dengan ukuran maksimal 100 MB')
}} }}
> >
</Dropzone> </Dropzone>

View File

@@ -336,9 +336,9 @@ export default function CreateTask() {
}} }}
activateOnClick={false} activateOnClick={false}
maxSize={100 * 1024 ** 2} maxSize={100 * 1024 ** 2}
accept={['image/png', 'image/jpeg', 'image/heic', 'application/pdf', 'application/msword', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'application/vnd.ms-excel', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet']} accept={['image/png', 'image/jpeg', 'application/pdf', 'application/msword', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'application/vnd.ms-excel', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet']}
onReject={(files) => { onReject={(files) => {
return toast.error('File yang diizinkan: .csv, .png, .jpg, .heic, .pdf, .doc, .docx, .xls, .xlsx dengan ukuran maksimal 100 MB') return toast.error('File yang diizinkan: .csv, .png, .jpg, .pdf, .doc, .docx, .xls, .xlsx dengan ukuran maksimal 100 MB')
}} }}
></Dropzone> ></Dropzone>

View File

@@ -284,9 +284,9 @@ export default function CreateMember() {
}} }}
activateOnClick={false} activateOnClick={false}
maxSize={10 * 1024 ** 2} maxSize={10 * 1024 ** 2}
accept={['image/png', 'image/jpeg', 'image/heic']} accept={['image/png', 'image/jpeg']}
onReject={(files) => { onReject={(files) => {
return toast.error('File yang diizinkan: .png, .jpg, dan .heic dengan ukuran maksimal 10 MB') return toast.error('File yang diizinkan: .png dan .jpg dengan ukuran maksimal 10 MB')
}} }}
> >
</Dropzone> </Dropzone>

View File

@@ -216,9 +216,9 @@ export default function EditMember({ id }: { id: string }) {
}} }}
activateOnClick={false} activateOnClick={false}
maxSize={10 * 1024 ** 2} maxSize={10 * 1024 ** 2}
accept={['image/png', 'image/jpeg', 'image/heic']} accept={['image/png', 'image/jpeg']}
onReject={(files) => { onReject={(files) => {
return toast.error('File yang diizinkan: .png, .jpg, dan .heic dengan ukuran maksimal 10 MB') return toast.error('File yang diizinkan: .png dan .jpg dengan ukuran maksimal 10 MB')
}} }}
> >
</Dropzone> </Dropzone>

View File

@@ -179,10 +179,10 @@ export default function EditProfile() {
}} }}
activateOnClick={false} activateOnClick={false}
maxSize={10 * 1024 ** 2} maxSize={10 * 1024 ** 2}
accept={["image/png", "image/jpeg", "image/heic"]} accept={["image/png", "image/jpeg"]}
onReject={(files) => { onReject={(files) => {
return toast.error( return toast.error(
"File yang diizinkan: .png, .jpg, dan .heic dengan ukuran maksimal 10 MB" "File yang diizinkan: .png dan .jpg dengan ukuran maksimal 10 MB"
); );
}} }}
></Dropzone> ></Dropzone>