-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Development (#330) - BETA 1.2.0 END OF SUMMER RELEASE BBY
FOLLOWERS, GROUPS, NEW HOME LAYOUT, CARDS UPDATES, GLOBAL SEARCH, PERSONALIZED FEED * Optimized landing page - Scaled down background to 4k width - Web-optimized images * fix: move backup images to backup folder * feat: delete notes option * feat : discord linking works * fix: user exp bar division * fix: add general and physed subject options * fix: homepage width styles * created cloud build yaml file * timeout fail test * cloud build time out to 900s * feat: standard responsive avatar bar * feat: image paste posting NOT FINISHED * fix: do not mutate vuex state error when posting second note used list deconstruct on the images list, so when the original list is modified the one stored in the vuex state isnt mutated as well * feat: image posting through https on call function * feat: image posting mixin + image posting on edit notes and questions * fix: vuex state error obj destructure image list, delete image from storeImages if not included in content * fix: vuex image list error * padding fix and label removal for notes upload * fix: gitignroe sw.js * feat: expandable textbox * feat: textarea markdown options * feat: add more markdown options * markdown editor menu position fix * notes pills position fix * fix: router fix * fix: redirect to splash or home * color changes and post new question modal changes (#203) * character limit on post new note * Update envars.ts * edit notes character limit and style change * added back button to newsletters * Fixed profile button + styled settings page * Added firebase connection * fix: dumb filter error * Finished Edit Profile Page * a * Revert "a" This reverts commit 54b9d37. * Made changes requested * feat: integrate analytics * fix: redirect queries will persist through login * fix: redirect override from timeout function * feat : notification bar * Added viewable profile * remove console logs * auth.ts userInfo.user error fixed * login issue fixed * login issue fixed V2(previous one still had same issue) * pr changes added, Error message made clear * fix: error handling done correctly * error thrown back * Feature: Signup now doesn't allow signup with invalid names, emails, passwords etc * fix user signup conflicts with redirect query * feat : add grades 7, 8 * feat: email auth verification, watch user auth state redirects * feat: add notifications options checkbox * feat: add eula content accept * refactor: use 1 total exp stat for read/write efficiency * added character limit to questions page * character limit change * feat: add scroll bar * fix: allows new users to go back to sign up from verify email * feat: sort by popular option * fix: show scrollbar on chrome * feat: add phy ed as a favouritable subject * fix: md list rendering on chromium * fix: add firebase sw to gitignore * feat: add scroll bar * fix: tooltip doesn't die error * refactor: use 1 total exp stat for read/write efficiency * BETA 1.1.3 BUG FIXES - SCROLLBAR, LOGIN FLOW (#270) (#273) * Optimized landing page - Scaled down background to 4k width - Web-optimized images * fix: move backup images to backup folder * feat: delete notes option * feat : discord linking works * fix: user exp bar division * fix: add general and physed subject options * fix: homepage width styles * created cloud build yaml file * timeout fail test * cloud build time out to 900s * feat: standard responsive avatar bar * feat: image paste posting NOT FINISHED * fix: do not mutate vuex state error when posting second note used list deconstruct on the images list, so when the original list is modified the one stored in the vuex state isnt mutated as well * feat: image posting through https on call function * feat: image posting mixin + image posting on edit notes and questions * fix: vuex state error obj destructure image list, delete image from storeImages if not included in content * fix: vuex image list error * padding fix and label removal for notes upload * fix: gitignroe sw.js * feat: expandable textbox * feat: textarea markdown options * feat: add more markdown options * markdown editor menu position fix * notes pills position fix * fix: router fix * fix: redirect to splash or home * color changes and post new question modal changes (#203) * character limit on post new note * Update envars.ts * edit notes character limit and style change * added back button to newsletters * Fixed profile button + styled settings page * Added firebase connection * fix: dumb filter error * Finished Edit Profile Page * a * Revert "a" This reverts commit 54b9d37. * Made changes requested * feat: integrate analytics * fix: redirect queries will persist through login * fix: redirect override from timeout function * feat : notification bar * Added viewable profile * remove console logs * auth.ts userInfo.user error fixed * login issue fixed * login issue fixed V2(previous one still had same issue) * pr changes added, Error message made clear * fix: error handling done correctly * error thrown back * Feature: Signup now doesn't allow signup with invalid names, emails, passwords etc * fix user signup conflicts with redirect query * feat : add grades 7, 8 * feat: email auth verification, watch user auth state redirects * feat: add notifications options checkbox * feat: add eula content accept * refactor: use 1 total exp stat for read/write efficiency * added character limit to questions page * character limit change * feat: add scroll bar * fix: allows new users to go back to sign up from verify email * feat: sort by popular option * fix: show scrollbar on chrome * feat: add phy ed as a favouritable subject * fix: md list rendering on chromium * fix: add firebase sw to gitignore * feat: add scroll bar * fix: tooltip doesn't die error * refactor: use 1 total exp stat for read/write efficiency Co-authored-by: Andre Benedito <[email protected]> Co-authored-by: Vansh Sethi <[email protected]> Co-authored-by: Jeff Huang <[email protected]> Co-authored-by: Eshwar Chock <[email protected]> Co-authored-by: Jeffrey Zhang <[email protected]> Co-authored-by: Andre Benedito <[email protected]> Co-authored-by: Vansh Sethi <[email protected]> Co-authored-by: Jeff Huang <[email protected]> Co-authored-by: Eshwar Chock <[email protected]> Co-authored-by: Jeffrey Zhang <[email protected]> * feat: add search bar for notes * feat: add global topnav searchbar * fix: invalid date algolia error * feat: combined notes + questions search * feat: add school category for notes and questions + sort and search * feat: combined notes + questions search * Update classes.spec.ts * fix: remove commented edit notes funciton * Fonts changes * more!!!! * Update index.vue automatically load more * Update Suggestions.vue * Update index.vue * Update index.vue * Update Suggestions.vue * Update profile.vue * fix unclickable note bug * Development (#240) BETA 1.1.2 - EDIT USER SETTINGS, USER SIGNUP FIXES, NOTIFICATIONS * Optimized landing page - Scaled down background to 4k width - Web-optimized images * fix: move backup images to backup folder * feat: delete notes option * feat : discord linking works * fix: user exp bar division * fix: add general and physed subject options * fix: homepage width styles * created cloud build yaml file * timeout fail test * cloud build time out to 900s * feat: standard responsive avatar bar * feat: image paste posting NOT FINISHED * fix: do not mutate vuex state error when posting second note used list deconstruct on the images list, so when the original list is modified the one stored in the vuex state isnt mutated as well * feat: image posting through https on call function * feat: image posting mixin + image posting on edit notes and questions * fix: vuex state error obj destructure image list, delete image from storeImages if not included in content * fix: vuex image list error * padding fix and label removal for notes upload * fix: gitignroe sw.js * feat: expandable textbox * feat: textarea markdown options * feat: add more markdown options * markdown editor menu position fix * notes pills position fix * fix: router fix * fix: redirect to splash or home * color changes and post new question modal changes (#203) * Update envars.ts * added back button to newsletters * Fixed profile button + styled settings page * Added firebase connection * fix: dumb filter error * Finished Edit Profile Page * a * Revert "a" This reverts commit 54b9d37. * Made changes requested * feat: integrate analytics * fix: redirect queries will persist through login * fix: redirect override from timeout function * feat : notification bar * Added viewable profile * remove console logs * auth.ts userInfo.user error fixed * login issue fixed * login issue fixed V2(previous one still had same issue) * pr changes added, Error message made clear * fix: error handling done correctly * error thrown back * Feature: Signup now doesn't allow signup with invalid names, emails, passwords etc * fix user signup conflicts with redirect query * feat : add grades 7, 8 * feat: email auth verification, watch user auth state redirects * feat: add notifications options checkbox * feat: add eula content accept Co-authored-by: Andre Benedito <[email protected]> Co-authored-by: Vansh Sethi <[email protected]> Co-authored-by: Jeff Huang <[email protected]> Co-authored-by: Eshwar Chock <[email protected]> Co-authored-by: Jeffrey Zhang <[email protected]> * BETA 1.1.3 BUG FIXES - SCROLLBAR, LOGIN FLOW (#270) * Optimized landing page - Scaled down background to 4k width - Web-optimized images * fix: move backup images to backup folder * feat: delete notes option * feat : discord linking works * fix: user exp bar division * fix: add general and physed subject options * fix: homepage width styles * created cloud build yaml file * timeout fail test * cloud build time out to 900s * feat: standard responsive avatar bar * feat: image paste posting NOT FINISHED * fix: do not mutate vuex state error when posting second note used list deconstruct on the images list, so when the original list is modified the one stored in the vuex state isnt mutated as well * feat: image posting through https on call function * feat: image posting mixin + image posting on edit notes and questions * fix: vuex state error obj destructure image list, delete image from storeImages if not included in content * fix: vuex image list error * padding fix and label removal for notes upload * fix: gitignroe sw.js * feat: expandable textbox * feat: textarea markdown options * feat: add more markdown options * markdown editor menu position fix * notes pills position fix * fix: router fix * fix: redirect to splash or home * color changes and post new question modal changes (#203) * character limit on post new note * Update envars.ts * edit notes character limit and style change * added back button to newsletters * Fixed profile button + styled settings page * Added firebase connection * fix: dumb filter error * Finished Edit Profile Page * a * Revert "a" This reverts commit 54b9d37. * Made changes requested * feat: integrate analytics * fix: redirect queries will persist through login * fix: redirect override from timeout function * feat : notification bar * Added viewable profile * remove console logs * auth.ts userInfo.user error fixed * login issue fixed * login issue fixed V2(previous one still had same issue) * pr changes added, Error message made clear * fix: error handling done correctly * error thrown back * Feature: Signup now doesn't allow signup with invalid names, emails, passwords etc * fix user signup conflicts with redirect query * feat : add grades 7, 8 * feat: email auth verification, watch user auth state redirects * feat: add notifications options checkbox * feat: add eula content accept * refactor: use 1 total exp stat for read/write efficiency * added character limit to questions page * character limit change * feat: add scroll bar * fix: allows new users to go back to sign up from verify email * feat: sort by popular option * fix: show scrollbar on chrome * feat: add phy ed as a favouritable subject * fix: md list rendering on chromium * fix: add firebase sw to gitignore * feat: add scroll bar * fix: tooltip doesn't die error * refactor: use 1 total exp stat for read/write efficiency Co-authored-by: Andre Benedito <[email protected]> Co-authored-by: Vansh Sethi <[email protected]> Co-authored-by: Jeff Huang <[email protected]> Co-authored-by: Eshwar Chock <[email protected]> Co-authored-by: Jeffrey Zhang <[email protected]> * Update README.md added and changed somethings about the documentation * fix: trigger on scroll instead of timeout * cosmetic last touches * fixed textbox errors * fix:Change font family * Remove dissent from the code all hail clean language * cards redesigned * some basic gorups card formatting * fix: link scroll trigger height to window height * css issue fix * feat: rewrite questions index page to be standard layout * fix: infinite like exploit * defualt notes image changed, image hidden on mobile, notes dropdown bug fix * fix: scroll up on page * Added Template, indenting, etc. Just a lot of small things * enhance: improve popular querying alg * question cards * Funny redirects * Tidying up Main Layout * Finally, inner peace * Added Follower Modal * Added Open Sans Font * feat: personalized notes feed without int firebase reads * enhance: cooler loading screen to make the generate feed less painful * fix: generate feed if lastUpdated is undefined * enhance: add loading text * refactor: persistent personalized feed setting * fix: firebase timestamp import * refactor: move timestamp type to env.utils * decline + accept friend requests + refined modal * HTML Things * Update env.utils.ts * feature creating groups * Groups Cards now Work WE DID IT BOYYYYYYSSS * Got rid of tab (modal instead) * a * list view working for questions * fix: ssr window undefined scroll error * question cards * removed global styles for vx_body * enhance: paginate groups store * feat: groups modal, discover, your groups, _id * Fancy Card Functionality??? * feat: create group transition * Finish Cards * feat: redesign home layout * fix: update auxilium link * list view for questions and correcting scroll load issues * css error fix * Follow feature finished * added ability to unfollow people that you currently follow * Changes? * feat: i did some shit * feat: join groups * join group modal finished * fix : fixed yeet errors * feat: personalized questions feed * feat: combined notes and questions personalized feed * Feature Group Notes * again * feat: post notes and questions to groups * list view labels, questions list view bug fix * Cards with filtering! * fix: fix groups card on groups index * fixed linting errors * groups fixes * groups id page redesign * fix group type * Feature: group questions added * feat : groups layouts, leave and join, post from groups page * fix: groups cards on discover shrinking * fixed Justin's requests * fixed some other stuff * fix: update auxilium + sbb content * fix: fixed links lol * feat: rename newsletters on sidebar to updates * fix: sidebar spacer responsive size * fixed jeffrey's troll question note query * fix: groups filter error * goes back to first modal on button click in groups create/join * fix: reset tailwind down to prev version * remove console logs Co-authored-by: Andre Benedito <[email protected]> Co-authored-by: Vansh Sethi <[email protected]> Co-authored-by: Jeff Huang <[email protected]> Co-authored-by: Eshwar Chock <[email protected]> Co-authored-by: Jeffrey Zhang <[email protected]> Co-authored-by: Edwin Zheng <[email protected]> Co-authored-by: Blue-FlipFlop <[email protected]>
- Loading branch information
1 parent
7fc70f1
commit 1996be1
Showing
211 changed files
with
11,068 additions
and
6,603 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -2,6 +2,6 @@ | |
"semi": false, | ||
"singleQuote": true, | ||
"trailingComma": "none", | ||
"bracketSpacing": true | ||
"bracketSpacing": false | ||
|
||
} |
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
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.
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.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,100 @@ | ||
@font-face { | ||
font-family: 'Open Sans'; | ||
src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), | ||
url('OpenSans-SemiBoldItalic.woff2') format('woff2'), | ||
url('OpenSans-SemiBoldItalic.woff') format('woff'); | ||
font-weight: 600; | ||
font-style: italic; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Open Sans'; | ||
src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), | ||
url('OpenSans-BoldItalic.woff2') format('woff2'), | ||
url('OpenSans-BoldItalic.woff') format('woff'); | ||
font-weight: bold; | ||
font-style: italic; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Open Sans'; | ||
src: local('Open Sans Italic'), local('OpenSans-Italic'), | ||
url('OpenSans-Italic.woff2') format('woff2'), | ||
url('OpenSans-Italic.woff') format('woff'); | ||
font-weight: normal; | ||
font-style: italic; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Open Sans'; | ||
src: local('Open Sans Light'), local('OpenSans-Light'), | ||
url('OpenSans-Light.woff2') format('woff2'), | ||
url('OpenSans-Light.woff') format('woff'); | ||
font-weight: 300; | ||
font-style: normal; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Open Sans'; | ||
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), | ||
url('OpenSans-SemiBold.woff2') format('woff2'), | ||
url('OpenSans-SemiBold.woff') format('woff'); | ||
font-weight: 600; | ||
font-style: normal; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Open Sans'; | ||
src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), | ||
url('OpenSans-LightItalic.woff2') format('woff2'), | ||
url('OpenSans-LightItalic.woff') format('woff'); | ||
font-weight: 300; | ||
font-style: italic; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Open Sans'; | ||
src: local('Open Sans Regular'), local('OpenSans-Regular'), | ||
url('OpenSans-Regular.woff2') format('woff2'), | ||
url('OpenSans-Regular.woff') format('woff'); | ||
font-weight: normal; | ||
font-style: normal; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Open Sans'; | ||
src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), | ||
url('OpenSans-ExtraBold.woff2') format('woff2'), | ||
url('OpenSans-ExtraBold.woff') format('woff'); | ||
font-weight: 800; | ||
font-style: normal; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Open Sans'; | ||
src: local('Open Sans Bold'), local('OpenSans-Bold'), | ||
url('OpenSans-Bold.woff2') format('woff2'), | ||
url('OpenSans-Bold.woff') format('woff'); | ||
font-weight: bold; | ||
font-style: normal; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Open Sans'; | ||
src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), | ||
url('OpenSans-ExtraBoldItalic.woff2') format('woff2'), | ||
url('OpenSans-ExtraBoldItalic.woff') format('woff'); | ||
font-weight: 800; | ||
font-style: italic; | ||
font-display: swap; | ||
} | ||
|
Binary file not shown.
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.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.