Skip to content

Commit

Permalink
Hacker Profile (#533)
Browse files Browse the repository at this point in the history
* made project

* test commit + push

* fixing merge

* modal mostly done

* implement update email functionality

* implement update email functionality

* edit password + other text-based fields

* remove test file

* test commit + push

* errors with components

* Finish prelim profile-pic upload

* Finish prelim profile-pic upload

* Finish prelim profile-pic upload

* modal done

* actually finished modal

* Upload resume to supabase storage

* refactored code into component

* adding package.json

* basically done with profile

* done with profile frontend except for spacing

* bug fixes

* updates according to figma

* inter

* stashing yarn.lock

* done with hacker profile

* Update layout and fix profile pic api

* Update inner layout padding

* Add loading placeholder, fix sidebar link

---------

Co-authored-by: saniarashidd <[email protected]>
Co-authored-by: Jiong Yan Yap <[email protected]>
  • Loading branch information
3 people authored Nov 8, 2024
1 parent 5eee541 commit e74d7c2
Show file tree
Hide file tree
Showing 25 changed files with 1,440 additions and 78 deletions.
3 changes: 2 additions & 1 deletion apps/dashboard/common/constants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { Option } from '@hibiscus/types';
import { ApplicationStatus } from '@hibiscus/types';

export const ALLOWED_RESUME_FORMATS = ['pdf', 'docx', 'txt', 'odt'];
export const ALLOWED_RESUME_FORMATS = ['pdf'];
export const ALLOWED_PFP_FORMATS = ['jpeg'];
export const DEFAULT_OTHERS_FIELD_LABEL = 'Others';

export const hackformLinks = {
Expand Down
2 changes: 1 addition & 1 deletion apps/dashboard/components/battlepass/battlepass-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function BattlepassPage() {
}, []);

return (
<div className="border-neutral-200 border">
<div className="border-neutral-200 border p-[40px]">
{/* content */}
<div className="flex space-x-[90px]">
{/* left column */}
Expand Down
Loading

0 comments on commit e74d7c2

Please sign in to comment.