Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
385 commits
Select commit Hold shift + click to select a range
6f84688
implemented GET /api/projects/:id/tags
chum-bot Sep 4, 2025
8922662
Merge branch 'backend-api-restructure' of https://github.com/Lookingf…
chum-bot Sep 4, 2025
c4e1efd
implemented addTags to projects
chum-bot Sep 4, 2025
3d1a66f
changed project-types to mediums
chum-bot Sep 4, 2025
65a837c
various name changes + getUserSocials added + getMyProjects should no…
chum-bot Sep 5, 2025
e94fdb4
implemented POST /api/me/socials
chum-bot Sep 5, 2025
ed55256
PUT /api/me/socials/{id} implemented
chum-bot Sep 5, 2025
6a4d099
DELETE /api/me/socials/{socialId} implemented
chum-bot Sep 5, 2025
61568a4
GET /api/me/skills implemented
chum-bot Sep 5, 2025
7625656
ThemeIcon overhaul
bcorie Sep 5, 2025
a23dd93
POST /api/me/skills implemented (with a bunch of comments preparing f…
chum-bot Sep 5, 2025
b9a756c
DELETE /api/me/skills/{id} implemented
chum-bot Sep 5, 2025
5aa1473
GET users/id/followers implemented
chum-bot Sep 5, 2025
ee47cef
DELETE /api/projects/:id/tags/:tagId implemented
chum-bot Sep 5, 2025
b815639
update schema and transformers
maffiemaffie Sep 5, 2025
0cf47e5
Merge branch 'backend-api-restructure' of https://github.com/Lookingf…
chum-bot Sep 5, 2025
aaecf8e
POST /api/projects/:id/socials implemented
chum-bot Sep 5, 2025
fdb3eaf
GET /api/projects/id/socials implemented
chum-bot Sep 5, 2025
26e2d26
update follow project to match type
maffiemaffie Sep 5, 2025
c75be3f
update follow user to match type
maffiemaffie Sep 5, 2025
914ba68
update add skills to match type and use new transformer
maffiemaffie Sep 5, 2025
96015ac
PUT /api/projects/:id/socials/:socialId implemented
chum-bot Sep 5, 2025
dc56c47
update add-social with new my social transformer
maffiemaffie Sep 5, 2025
d61fa33
DELETE /api/projects/:id/socials/:socialId implemented
chum-bot Sep 5, 2025
5def9b7
rename service error to service outcomes
maffiemaffie Sep 5, 2025
55fb155
update delete follow project to use new service success
maffiemaffie Sep 5, 2025
53dd8ce
update delete follow user to use new service success
maffiemaffie Sep 5, 2025
8354230
update delete skills to use the new service success
maffiemaffie Sep 5, 2025
b04683d
GET /api/projects/:id/mediums implemented
chum-bot Sep 5, 2025
e1ab34f
update delete social to use the new service success
maffiemaffie Sep 5, 2025
172241e
bring user into the 21st century (add validation and 404 checks)
maffiemaffie Sep 5, 2025
16e37e8
update get skills to use the new my skill transformer
maffiemaffie Sep 5, 2025
ab105c8
update get socials to use the new my social transformer
maffiemaffie Sep 5, 2025
e6c6671
fix me private transformer
maffiemaffie Sep 5, 2025
884e289
update get user acc to use new me private selector and transformer
maffiemaffie Sep 5, 2025
77afbac
fix update info to match new schema and use the new me private transf…
maffiemaffie Sep 5, 2025
ca01505
fix update-info image handling
maffiemaffie Sep 5, 2025
f1f8133
POST /api/projects/:id/mediums implemented and proficiency added to s…
chum-bot Sep 5, 2025
1210ce0
update update social to use the new my social transformer
maffiemaffie Sep 5, 2025
6b8d2ee
revert edits on update-info
maffiemaffie Sep 5, 2025
bc1a40a
update me delete controllers
maffiemaffie Sep 5, 2025
fac0417
rename project transform
maffiemaffie Sep 5, 2025
1f539df
update create user to use the new me private transformer
maffiemaffie Sep 5, 2025
d717520
update get by email to use new user preview selector and transformer
maffiemaffie Sep 5, 2025
89f18bf
update get by username to use new user preview selector and transformer
maffiemaffie Sep 5, 2025
48110c2
Merge branch 'backend-api-restructure' of https://github.com/Lookingf…
chum-bot Sep 5, 2025
e3eb7ac
update get user followers to use the new user preview selector and tr…
maffiemaffie Sep 5, 2025
13035a1
Merge branch 'backend-api-restructure' of https://github.com/Lookingf…
chum-bot Sep 5, 2025
e3deb66
order followers by date followed
maffiemaffie Sep 5, 2025
4b88f13
update get user following to use new user preview selector and transf…
maffiemaffie Sep 5, 2025
66367c5
update follow project to match type
maffiemaffie Sep 5, 2025
b2c2617
rename project transform
chum-bot Sep 5, 2025
0c7c1e3
update follow user to match type
maffiemaffie Sep 5, 2025
e0a565d
trying to fix things
chum-bot Sep 5, 2025
fca915a
fixed the skills file
maffiemaffie Sep 5, 2025
c4e9ed5
update get user acc to use new me private selector and transformer
maffiemaffie Sep 5, 2025
6000d72
fix me private transformer
maffiemaffie Sep 5, 2025
47fddf2
update get socials to use the new my social transformer
maffiemaffie Sep 5, 2025
bd323d5
update get skills to use the new my skill transformer
maffiemaffie Sep 5, 2025
d5d27cd
bring user into the 21st century (add validation and 404 checks)
maffiemaffie Sep 5, 2025
b5d0130
update delete social to use the new service success
maffiemaffie Sep 5, 2025
0c90ddc
update delete skills to use the new service success
maffiemaffie Sep 5, 2025
cce22cf
update delete follow user to use new service success
maffiemaffie Sep 5, 2025
a226a86
continuing to fix things on my end
maffiemaffie Sep 5, 2025
d79800a
update add-social with new my social transformer
maffiemaffie Sep 5, 2025
f0e613f
update get user following to use new user preview selector and transf…
maffiemaffie Sep 5, 2025
5027941
order followers by date followed
maffiemaffie Sep 5, 2025
6a1988a
update get user followers to use the new user preview selector and tr…
maffiemaffie Sep 5, 2025
d1a9a0a
update get by username to use new user preview selector and transformer
maffiemaffie Sep 5, 2025
7c8578d
update get by email to use new user preview selector and transformer
maffiemaffie Sep 5, 2025
42bc244
update create user to use the new me private transformer
maffiemaffie Sep 5, 2025
f0af851
final thing has been fixed
maffiemaffie Sep 5, 2025
867ada6
revert edits on update-info
maffiemaffie Sep 5, 2025
d942e03
new endpoints for socials and mediums implemented (after fixing my side)
maffiemaffie Sep 5, 2025
348fce9
improve and add transformers and selectors for projects
maffiemaffie Sep 8, 2025
3a4bcdf
update get project following
maffiemaffie Sep 8, 2025
6d5af8d
update get user projects
maffiemaffie Sep 8, 2025
c5f618e
update add image
maffiemaffie Sep 8, 2025
24a3be1
update types
maffiemaffie Sep 8, 2025
a267648
update add image with new image type
maffiemaffie Sep 8, 2025
2e95b30
update add member to use new selector and transformer
maffiemaffie Sep 8, 2025
ee6ad60
update add project medium with new selector and transformer
maffiemaffie Sep 8, 2025
1ded5b6
update add social to use new project social selector and transformer
maffiemaffie Sep 8, 2025
21b6ea7
update add tags using the new project tag selector and transformer
maffiemaffie Sep 8, 2025
e495b9b
update create project to use new project detail selector and transformer
maffiemaffie Sep 8, 2025
e3d30a5
update delete member to return new service success response
maffiemaffie Sep 8, 2025
b02e7df
udpate delete project social to use new service success response
maffiemaffie Sep 8, 2025
27049fa
correct type in naming
maffiemaffie Sep 8, 2025
8dab51e
update delete project to use new service success response and delete …
maffiemaffie Sep 8, 2025
d7ff975
update delete tag to use new service success response
maffiemaffie Sep 8, 2025
08fa12f
udpate get project by id to use the new project with followers select…
maffiemaffie Sep 8, 2025
97d6308
update get project images to use the new project image selector and t…
maffiemaffie Sep 8, 2025
49e78b5
update get project tags to use the new project tag selector and trans…
maffiemaffie Sep 8, 2025
01ed004
update get all projects to return project previews instead of full pr…
maffiemaffie Sep 8, 2025
37610cf
update get project mediums to use the new project medium selector and…
maffiemaffie Sep 8, 2025
a3f1e43
update get project socials to use the new project social selector and…
maffiemaffie Sep 8, 2025
e1daa9e
update remove image to use the new service success response
maffiemaffie Sep 8, 2025
f1be3d3
update reorder images to return the array of project images using the…
maffiemaffie Sep 8, 2025
5388cdd
update update image to return the updated image using the new project…
maffiemaffie Sep 8, 2025
e5d83e4
update update member to return the updated member using the new proje…
maffiemaffie Sep 8, 2025
3af5b5e
update update project to return updated project using the new project…
maffiemaffie Sep 8, 2025
983835f
update update project social to return the updated project social usi…
maffiemaffie Sep 8, 2025
672b264
update get my projects to return project previews using the new proje…
maffiemaffie Sep 8, 2025
068fa42
reorganize selectors and transformers
maffiemaffie Sep 8, 2025
0f62a0f
update controllers for delete methods
maffiemaffie Sep 8, 2025
a461aec
theme-icon class cleanup
bcorie Sep 8, 2025
1bfc94e
added ThemeImage component
bcorie Sep 8, 2025
bce1125
POST /api/projects/:id/mediums implemented
chum-bot Sep 8, 2025
aadc01b
fixed profile panel styles
bcorie Sep 8, 2025
1192f76
DELETE /api/projects/:id/mediums/ implemented, and DELETE for tags ed…
chum-bot Sep 8, 2025
fc17ebb
fix update info fields
maffiemaffie Sep 8, 2025
e04dab9
switched to heart svg to fix sizing problems, fixed mobile profile ic…
bcorie Sep 8, 2025
398a648
Updated profile page padding
bcorie Sep 8, 2025
f6ab980
correct roleId map on Jobs
maffiemaffie Sep 8, 2025
30e16f1
fix job selector and transformer
maffiemaffie Sep 8, 2025
6e532a8
fix project owner middleware
maffiemaffie Sep 8, 2025
56fae74
proofreading and some comments done for the controllers
chum-bot Sep 8, 2025
fc235cf
Merge branch 'backend-api-restructure' of https://github.com/Lookingf…
chum-bot Sep 8, 2025
2ebae5b
fix add image
maffiemaffie Sep 8, 2025
8fe3025
Merge branch 'backend-api-restructure' of https://github.com/Lookingf…
chum-bot Sep 9, 2025
d83836e
adjusted social link icons to prevent added spacing
bcorie Sep 9, 2025
35bb4b9
moved get-username-shib.ts from the projects folder into me
chum-bot Sep 9, 2025
37e9835
we have different endpoints for tags, members, jobs, and socials now.…
maffiemaffie Sep 9, 2025
3923103
editing projects is a patch
maffiemaffie Sep 9, 2025
db13bd8
more proofreading fixes
chum-bot Sep 9, 2025
30eeb65
Merge branch 'backend-api-restructure' of https://github.com/Lookingf…
chum-bot Sep 9, 2025
c28a79d
update project image is a patch
maffiemaffie Sep 9, 2025
ebc1d91
The End of Memetype (and GET image by url added to swagger)
chum-bot Sep 9, 2025
78ca529
Merge branch 'backend-api-restructure' of https://github.com/Lookingf…
chum-bot Sep 9, 2025
f6eb227
added description to GET image documentation
chum-bot Sep 9, 2025
c8fae57
fix type inconsistencies
maffiemaffie Sep 9, 2025
4acfec6
implemented all social endpoints, and changed socialId to websiteId a…
chum-bot Sep 9, 2025
a70c883
implemented PATCH for skills to let users update their proficiency
chum-bot Sep 9, 2025
1cf2dca
implemented user skills into swagger, and added GET for skills into t…
chum-bot Sep 9, 2025
f2724d9
project socials implemented into swagger
chum-bot Sep 9, 2025
1d666c5
implemented tags and mediums to swagger (and added get tags to the ro…
chum-bot Sep 9, 2025
bcc3fb7
reorder images implemented, all swagger changes complete
chum-bot Sep 9, 2025
768e295
Fixed "Endorsements Profile" task
MaxwellChu34 Sep 10, 2025
02ba08c
implemented multipart for creating and updating projects, as well as …
chum-bot Sep 10, 2025
77163dc
old deprecated file
maffiemaffie Sep 11, 2025
29b295d
tests need to be updated with the new endpoints
maffiemaffie Sep 11, 2025
1c35958
skip outdated tests
maffiemaffie Sep 11, 2025
c7ba8eb
Merge pull request #390 from LookingforGrp-rit/backend-api-restructure
maffiemaffie Sep 11, 2025
4790c4b
fix typo
maffiemaffie Sep 11, 2025
f005699
fixed get-skills.ts only returning developer skills
chum-bot Sep 11, 2025
562c690
update types to remove undefined types and limit nulls to only necess…
maffiemaffie Sep 12, 2025
c1086f1
fix schema and types
maffiemaffie Sep 12, 2025
ce29dfa
fix defaults
maffiemaffie Sep 12, 2025
d09f790
fix services and transformers
maffiemaffie Sep 12, 2025
7b6ed5a
Merge branch 'main' into frontend-small-changes
maffiemaffie Sep 12, 2025
d050be4
Merge pull request #345 from LookingforGrp-rit/frontend-small-changes
maffiemaffie Sep 12, 2025
88b4cab
correct phone number type
maffiemaffie Sep 12, 2025
2a24cab
Merge branch 'main' into fix-null-types
maffiemaffie Sep 12, 2025
0f6331f
Merge pull request #391 from LookingforGrp-rit/fix-null-types
maffiemaffie Sep 12, 2025
34c71b6
Merge branch 'main' into backend-tests
maffiemaffie Sep 12, 2025
a96d334
Merge pull request #392 from LookingforGrp-rit/backend-tests
maffiemaffie Sep 12, 2025
1a60d88
Merge branch 'main' into backend-small-changes
maffiemaffie Sep 12, 2025
fad6fd7
Merge pull request #393 from LookingforGrp-rit/backend-small-changes
maffiemaffie Sep 12, 2025
94f52e7
update docker rebuilder
maffiemaffie Sep 12, 2025
627edd2
update database container with new schema and datasets files
maffiemaffie Sep 12, 2025
c80e84c
update deploy script
maffiemaffie Sep 12, 2025
b11c6da
revert changes
maffiemaffie Sep 12, 2025
8af1575
rebuild new containers
maffiemaffie Sep 12, 2025
55f678c
Merge pull request #394 from LookingforGrp-rit/fix-container
maffiemaffie Sep 12, 2025
8546b7b
organize me services and controllers
maffiemaffie Sep 12, 2025
649f4a4
organized project controllers and services
maffiemaffie Sep 12, 2025
90e7a9d
organize user controllers and services
maffiemaffie Sep 12, 2025
0c355ed
organize me routes
maffiemaffie Sep 12, 2025
fe377e5
organize projects routes
maffiemaffie Sep 12, 2025
31f4b4b
organized users routes
maffiemaffie Sep 12, 2025
9d4fa67
Merge branch 'main' into backend-small-changes
maffiemaffie Sep 12, 2025
0ccd845
Merge pull request #395 from LookingforGrp-rit/backend-small-changes
maffiemaffie Sep 12, 2025
e56e204
uncommented requiresProjectOwner as it seems to work now
chum-bot Sep 15, 2025
53abb3f
track sql dumps
maffiemaffie Sep 15, 2025
2cc7841
Merge branch 'main' into fix-container
maffiemaffie Sep 15, 2025
6a4ce7c
Merge pull request #396 from LookingforGrp-rit/fix-container
maffiemaffie Sep 15, 2025
6e1261b
Merge branch 'main' into backend-tests
maffiemaffie Sep 15, 2025
5328b3b
fix updatedAts to updateAt
maffiemaffie Sep 15, 2025
28fa7b9
add social now returns 201
chum-bot Sep 15, 2025
ac023fe
added get-members endpont (and removed stray curly bracket in project…
chum-bot Sep 15, 2025
8778e56
removed unused uidExists service that did nothing and was validated e…
chum-bot Sep 15, 2025
ef12a27
owner is now added as a member
chum-bot Sep 16, 2025
462c77e
added owner now shows up as member in the create-project return
chum-bot Sep 16, 2025
605b150
only need the projectid the first time around
maffiemaffie Sep 16, 2025
6dd2731
delete-member now allows the member to remove themselves from a project
chum-bot Sep 16, 2025
64083e8
Merge branch 'backend-tests' of https://github.com/LookingforGrp-rit/…
chum-bot Sep 16, 2025
084fa87
create-user test written
chum-bot Sep 17, 2025
1f6b870
utils for object checking
maffiemaffie Sep 17, 2025
1f357b4
project keys
maffiemaffie Sep 17, 2025
42a8a35
projects checkers
maffiemaffie Sep 17, 2025
b2fca54
prepare me.ts for checks
maffiemaffie Sep 17, 2025
656c1b0
fix error
maffiemaffie Sep 17, 2025
f3a42a6
reorganize
maffiemaffie Sep 17, 2025
9c2cfd6
some changes to create-user
chum-bot Sep 18, 2025
a121b73
Merge branch 'backend-tests' of https://github.com/LookingforGrp-rit/…
chum-bot Sep 18, 2025
c00be45
committing the moved create-user test file
chum-bot Sep 18, 2025
62546f0
create-project tests implemented, maybe. idk if they work yet
chum-bot Sep 18, 2025
c6ba484
create user test
maffiemaffie Sep 18, 2025
220cf09
Merge branch 'backend-tests' of https://github.com/LookingforGrp-rit/…
chum-bot Sep 18, 2025
bf5078c
trying to fix my project tests
chum-bot Sep 18, 2025
f56d9c9
trying to fix my project tests (for real this time)
chum-bot Sep 18, 2025
fbf07fe
create-project tests all pass
chum-bot Sep 18, 2025
55e9185
formatting changes
chum-bot Sep 18, 2025
1d6bc30
Attempt to work on create user tests
Rndomblitzer12 Sep 18, 2025
d659259
create-user tests for outcomes implemented
chum-bot Sep 19, 2025
c0d48dc
created many black objects for mock testing
chum-bot Sep 19, 2025
e9def87
blanks + tests
maffiemaffie Sep 19, 2025
d5ec4a5
consolidate blankses
maffiemaffie Sep 19, 2025
6a33a38
get majors tests
maffiemaffie Sep 19, 2025
18e2e9f
get mediums test
maffiemaffie Sep 19, 2025
1380391
get roles tests
maffiemaffie Sep 19, 2025
62fdede
get skills tests
maffiemaffie Sep 19, 2025
39ff610
get socials tests
maffiemaffie Sep 19, 2025
bed63b1
get tags tests
maffiemaffie Sep 19, 2025
0ae37dd
get image tests
maffiemaffie Sep 19, 2025
244c209
update-project tests implemented (and update-project made consistent …
chum-bot Sep 19, 2025
aa0136d
Merge branch 'backend-tests' of https://github.com/LookingforGrp-rit/…
chum-bot Sep 19, 2025
e1bf032
fixed a file mismatch
chum-bot Sep 19, 2025
95b0434
get-project-id test implemented
chum-bot Sep 19, 2025
8dd4013
add AuthenticatedRequest object to eliminate redundant checks
maffiemaffie Sep 19, 2025
0ccd13e
changed a lot of names for consistency's sake
chum-bot Sep 19, 2025
0bb1bd7
Merge branch 'main' into backend-small-changes
maffiemaffie Sep 19, 2025
e9857a9
Merge pull request #404 from LookingforGrp-rit/backend-small-changes
maffiemaffie Sep 19, 2025
74b4784
Merge branch 'main' into backend-tests
maffiemaffie Sep 19, 2025
ac5b93d
fix tests using currentUser to use AuthenticatedRequest now instead o…
maffiemaffie Sep 19, 2025
62fa9a0
fixed the errors that came up from renaming things
chum-bot Sep 19, 2025
b5330b9
Merge branch 'backend-tests' of https://github.com/LookingforGrp-rit/…
chum-bot Sep 19, 2025
4b3d3ce
simplify mock declarations
maffiemaffie Sep 19, 2025
36cf536
delete-project test implemented
chum-bot Sep 19, 2025
a069baa
Merge branch 'backend-tests' of https://github.com/LookingforGrp-rit/…
chum-bot Sep 19, 2025
8bf099e
delete-project test fixed (i forgot to add the 400 to the controller)
chum-bot Sep 22, 2025
6e57f07
finished add-image test for projects, and added extra.ts for requests…
chum-bot Sep 22, 2025
5cf0e14
get-project-images test implemented
chum-bot Sep 22, 2025
1e6cc5c
remove-image test implemented
chum-bot Sep 22, 2025
897ff37
beforeEach and afterEach
chum-bot Sep 22, 2025
a1663a4
update info test
maffiemaffie Sep 22, 2025
c1b6018
update-image test implemented
chum-bot Sep 23, 2025
2acd5d8
Merge branch 'backend-tests' of https://github.com/LookingforGrp-rit/…
chum-bot Sep 23, 2025
dfb88a1
add-project-medium test implemented
chum-bot Sep 23, 2025
73ab188
other project medium tests implemented
chum-bot Sep 23, 2025
7b474f5
add-project-member test implemented, and mentor column added under users
chum-bot Sep 23, 2025
3ff00d6
add mentor to previews
maffiemaffie Sep 23, 2025
662d5fd
Merge branch 'backend-tests' into backend-small-changes
maffiemaffie Sep 23, 2025
5ae3663
default to not mentor
maffiemaffie Sep 23, 2025
1a87674
add developer and designer to previews
maffiemaffie Sep 23, 2025
ef8ffd6
fix mentor service/controller and swagger docs for mentor
maffiemaffie Sep 23, 2025
f88024c
fixes
maffiemaffie Sep 23, 2025
8f7a642
Revert "Merge branch 'backend-tests' into backend-small-changes"
maffiemaffie Sep 23, 2025
3ee33ce
add mentor to update fields
maffiemaffie Sep 23, 2025
72926e1
Merge pull request #411 from LookingforGrp-rit/backend-small-changes
maffiemaffie Sep 23, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# PM master check, allows approval of any PR
* @mmr6424
* @maffiemaffie
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ yarn-error.log*
.vscode

# SQL files
*.sql
# *.sql

# Generated files
**/generated/**
1 change: 0 additions & 1 deletion client/public/FontAwesome/js/conflict-detection.js
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,6 @@
progressIndicator,
} = _ref;
return new Promise(function (resolve, reject) {
// eslint-disable-line compat/compat
function poll(duration, cumulativeDuration) {
setTimeout(function () {
const result = fn();
Expand Down
Binary file removed client/public/assets/arrow_dark.png
Binary file not shown.
3 changes: 0 additions & 3 deletions client/public/assets/arrow_dark.svg

This file was deleted.

Binary file removed client/public/assets/arrow_light.png
Binary file not shown.
3 changes: 0 additions & 3 deletions client/public/assets/arrow_light.svg

This file was deleted.

4 changes: 0 additions & 4 deletions client/public/assets/back_dark.svg

This file was deleted.

4 changes: 0 additions & 4 deletions client/public/assets/back_light.svg

This file was deleted.

3 changes: 0 additions & 3 deletions client/public/assets/black/add_member.svg

This file was deleted.

3 changes: 0 additions & 3 deletions client/public/assets/black/add_tag.svg

This file was deleted.

Binary file removed client/public/assets/black/bluesky_black.png
Binary file not shown.
4 changes: 0 additions & 4 deletions client/public/assets/black/compass.svg

This file was deleted.

Binary file removed client/public/assets/black/discord_black.png
Binary file not shown.
9 changes: 0 additions & 9 deletions client/public/assets/black/edit.svg

This file was deleted.

Binary file removed client/public/assets/black/facebook_black.png
Binary file not shown.
10 changes: 0 additions & 10 deletions client/public/assets/black/folder.svg

This file was deleted.

Binary file removed client/public/assets/black/following.png
Binary file not shown.
3 changes: 0 additions & 3 deletions client/public/assets/black/funfact.svg

This file was deleted.

9 changes: 0 additions & 9 deletions client/public/assets/black/instagram_black.svg

This file was deleted.

Binary file removed client/public/assets/black/link_black.png
Binary file not shown.
Loading