Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Downloading selected files #42

Merged
merged 42 commits into from
Jun 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
6e057eb
chore: add firestore
hetd54 Mar 7, 2024
0cd1fa8
feat: add authenticate with email link
hetd54 Mar 7, 2024
a87f608
Merge branch 'main' into firebase-auth-storage
hetd54 Mar 13, 2024
e429edb
Merge branch 'main' into firebase-auth-storage
hetd54 Mar 18, 2024
cc35a88
feat: add firebase cloud storage
hetd54 Mar 21, 2024
dbf6f7e
chore: add radix form and react-hook-form
hetd54 Mar 21, 2024
616607a
feat: radix form
hetd54 Mar 21, 2024
d66b32b
test: comment out window storage use
hetd54 Mar 21, 2024
4c75afb
feat: implement hooks for react form
hetd54 Mar 21, 2024
f3c289c
feat: add radix checkbox
hetd54 Mar 26, 2024
1dbcf5b
feat: Checkbox group component
hetd54 Mar 26, 2024
da783ae
feat: checkbox group updates the file list
hetd54 Mar 26, 2024
b6d1da3
chore: add todos in firebase file
hetd54 Mar 26, 2024
96c501e
fix: update data page props
hetd54 Mar 26, 2024
a0c4844
feat: checkbox input shows error if none are selected
hetd54 Mar 26, 2024
70036bd
test: authentication reroute to localhost data page
hetd54 Mar 26, 2024
bfac2e0
feat: finish sign in when coming from auth link
hetd54 Mar 26, 2024
417014c
Merge branch 'main' into firebase-auth-storage
hetd54 Apr 22, 2024
dd9326f
Merge branch 'main' into firebase-auth-storage
hetd54 Apr 26, 2024
dabf945
Merge branch 'main' into download-files
hetd54 May 3, 2024
530e6a8
chore: remove auth options from this pr
hetd54 May 3, 2024
0bbb195
feat: firebase emulators
hetd54 May 3, 2024
6fcb474
refactor: data table and download modal into react component
hetd54 May 3, 2024
4a94fc4
refactor: parent react component to handle data share
hetd54 May 3, 2024
b6f3cdd
fix: public folder mismatch
hetd54 May 6, 2024
fd6c3bd
feat: pass data to Modal, download file(s)
hetd54 May 6, 2024
745dc19
refactor: remove data flow from fb storage
hetd54 May 6, 2024
04bd72c
fix: add a key in the map
hetd54 May 6, 2024
b3d72dd
feat: upload all the files
hetd54 May 6, 2024
c26d84c
chore: remove fb auth, save for another pr
hetd54 May 6, 2024
fbcf72a
chore: remove auth
hetd54 May 6, 2024
b04a15c
chore: remove logs, set todos for future pr
hetd54 May 6, 2024
48a8d4b
chore: files from public to content
hetd54 Jun 13, 2024
953d37d
Merge branch 'main' into download-files
hetd54 Jun 17, 2024
e938e34
chore: update deps
hetd54 Jun 17, 2024
6e3b441
Merge branch 'main' into download-files
hetd54 Jun 17, 2024
a21616f
feat: add link to file in the table
hetd54 Jun 17, 2024
8d3e5ce
chore: update life file and remove Download text from page
hetd54 Jun 17, 2024
45370d2
style: match figma spacing in data table
hetd54 Jun 17, 2024
a73744c
fix: runner error
hetd54 Jun 17, 2024
8703b26
chore: address pr comments
hetd54 Jun 17, 2024
2baf747
refactor: track state of select in parent
hetd54 Jun 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,14 @@
"destination": "/index.html"
}
]
},
"emulators": {
"hosting": {
"port": 5000
},
"ui": {
"enabled": true
},
"singleProjectMode": true
}
}
Loading