-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: PR from develop changed app home and forum #452
Commits on Mar 23, 2022
-
fix(deps): update dependency @aws-amplify/auth to v4 (#352)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for c8b297b - Browse repository at this point
Copy the full SHA c8b297bView commit details
Commits on Mar 27, 2022
-
Feature: Added Dark theme (#365)
* Theme provider to Syllabus & context to containers * Add context on components in Syllabus which may require fix for dark mode * feat: replace @reach/router to react-router v6 * feat: update header for all apps * fix: reinstall react-router-dom v6 and history after rebase * feat: add new themes * fix: lock files * feat: install TailwindCSS on Campus * feat: install TailwindCSS on Syllabus * feat: change theme-toggle color according to current theme * fix: change locations of tailwind import; remove unused log * feat: dark theme on Timetable * Feat: Added new sidebar icons from material ui icons * Feat: Separated icons into different component * fix: added package json and pnpm lock updates * feat: pass isDark property to styled components * feat: dark theme on Syllabus (CourseItem not yet) * fix: wrap ThemeProvider on Nav; use new theme colors * fix: use className instead of passing theme as props * feat: dark theme on CourseInfo (not completed) * fix: Made theme types exportable * fix: created sidebar wrapper locally instead of bit * fix: Fixed styling of icon group button * feat: added user profile icon * feat: Added dark mode styling to other links * fix: moved browser router wrapper outside to fix navigation * fix: used const instead of let for navigation hook * fix: fixed import order * feat: CourseInfo dark mode * feat: Made title logo svg into a component * fix: made title logo text colour change when theme toggle * fix: fixed extra stylings when dark mode * fix: updated package versions and pnpm lock file * feat: update loading-spinner & solve background color flicker while loading page in dark mode * feat: added dark mode styling to about us pages * feat: added dark mode styling to extra pages * feat: dark theme to mobile bottom nav * feat: update header & loading-spinner & body tag background color * feat: added dark mode background * fix: fixed title logo on sidebar not changing colours when switching modes * fix: added tab colours when dark mode * fix: added dark mode colours to partner page text * feat: dark mode for Labs * fix: related courses width * feat: update spinner in Syllabus; dark mode for Campus * fix: timetable course item scrollable space height * feat: make timetable course item darker in dark mode * feat: install tailwind in feeds (not used yet) * feat: redirecting page styling * feat: update sign in modal * feat: updated header component and pnpm lock file accordingly * fix: updated colors and header dependencies * fix: eslint fixes for campus folder * feat: added dark mode styling to campus folder * fix: eslint fixes in syllabus folder * fix: updated dark mode styling * fix: updated dark mode syllabus * fix: updated dark mode styling root folder * fix: syllabus border & step arrow color * fix: fixed styling for social media icons in partners * fix: removed unused imports * fix: Or-button dark mode color * fix: remove FilterWarningsPlugin * fix: update lock files * fix: remove -y option * fix: update lock files * fix: update @aws-amplify/auth in syllabus * fix: update loading spinner in Feeds * fix: add theme prop to LoadingSpinner in Feeds Co-authored-by: YHhaoareyou <mlapenang1998@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0504ac9 - Browse repository at this point
Copy the full SHA 0504ac9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d789596 - Browse repository at this point
Copy the full SHA d789596View commit details -
Configuration menu - View commit details
-
Copy full SHA for fba8238 - Browse repository at this point
Copy the full SHA fba8238View commit details
Commits on Mar 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4cc5b89 - Browse repository at this point
Copy the full SHA 4cc5b89View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc8ecd7 - Browse repository at this point
Copy the full SHA bc8ecd7View commit details
Commits on Apr 1, 2022
-
Debug: mobile dark mode debug (#373)
* feat: dark mode & new messages on welcome modal * fix: dark mode on sign in modal & user login icon
Configuration menu - View commit details
-
Copy full SHA for 67b4a97 - Browse repository at this point
Copy the full SHA 67b4a97View commit details -
chore(deps): update dependency eslint-plugin-react to v7.29.4 (#361)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for ed25abf - Browse repository at this point
Copy the full SHA ed25abfView commit details -
chore(deps): update dependency ts-loader to v9.2.8 (#359)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 86a91f5 - Browse repository at this point
Copy the full SHA 86a91f5View commit details
Commits on Apr 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 374a41a - Browse repository at this point
Copy the full SHA 374a41aView commit details -
Feature/darktheme colors (#378)
* feat: added quarterColors for both light and dark mode * feat: Added google analytics to theme changes * fix: fixed user profile icon to make it consistent * fix: code refactoring * fix: code refactoring in syllabus * feat: added dark semantic colors * fix: added colors based on numbers too * fix: added a todo comment * fix: fix semantic text colors dark mode * feat: update quarter switch colors & icons * feat: update timetable course items and color selector with new theme colors Co-authored-by: Nicholas Narmada <nichnarmada@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6632a95 - Browse repository at this point
Copy the full SHA 6632a95View commit details
Commits on Apr 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2f8dd9b - Browse repository at this point
Copy the full SHA 2f8dd9bView commit details
Commits on Apr 18, 2022
-
Feature: Timetable dark theme (#379)
* feat: Dark mode for pro tips and colors selector popup in Timetable * feat: update theme colors dependency for all apps
Configuration menu - View commit details
-
Copy full SHA for 8492b1c - Browse repository at this point
Copy the full SHA 8492b1cView commit details
Commits on Apr 26, 2022
-
feat: add the hovering effect to the member cards (#381)
* feat: update the hovering effect for member cards * fix: remove unused libraries; fix html background color in dark mode; disable card's hyperlink * fix: makes the code shorter and neater * fix: syllabus pnpm lock file * fix: syllabus pnpm lock file Co-authored-by: YHhaoareyou <mlapenang1998@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 66db621 - Browse repository at this point
Copy the full SHA 66db621View commit details
Commits on May 2, 2022
-
Migrate from Webpack to Vite (#382)
* feat: vite tested by career folder * feat: replace systemjs import with dynamic import to import vite project * feat: ignore dynamic import problem caused by webpack * feat: Migrate Campus from Webpack to Vite * fix: restore career * feat: register vite app campus by single-spa-layout * feat: migrate Syllabus to vite (error unsolved) * fix: fix lockfile * fix: solve "exportStar not a function", "undefined global" and use Vite envvar * feat: migrate syllabus to vite (done) * remove webpack from all apps except root * feat: migrate root to vite * feat: remove webpack related scripts & solve import-map not supported problem in Safari * feat: import static assets; solve errors of custom props passed to dom * fix: run eslint fix * fix: build script & config * feat: build config & debug global var * fix: output asset files path * feat: disable css code split in build * fix: run eslint fix * feat: preload css from mf apps to root; replace react-s-alert with react-toastify * feat: configure public path & env var for each app * fix: run eslint fix * feat: service-worker * fix: eslint fix * update lock files * fix: missing package * fix: externalize styles from other mf app * fix: campus room badge styles Co-authored-by: AustinZhu <austinzhu666@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ef10256 - Browse repository at this point
Copy the full SHA ef10256View commit details
Commits on May 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 84b2c1d - Browse repository at this point
Copy the full SHA 84b2c1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3abb53 - Browse repository at this point
Copy the full SHA c3abb53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5993df1 - Browse repository at this point
Copy the full SHA 5993df1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76976ee - Browse repository at this point
Copy the full SHA 76976eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e52cdef - Browse repository at this point
Copy the full SHA e52cdefView commit details
Commits on May 6, 2022
-
Feature: About Us page link from Home page & split Home from Root-con…
…fig (#387) * fix: remove custom sw * feat: add link to aboutus page from home * fix: eslint
Configuration menu - View commit details
-
Copy full SHA for 59fdef5 - Browse repository at this point
Copy the full SHA 59fdef5View commit details
Commits on May 10, 2022
-
Feature/fix card padding (#388)
* fix: fixing the responsive design for members card * fix: fixing the responsive design for members card * fix: font color, repeated className, figure tag
Configuration menu - View commit details
-
Copy full SHA for 8252657 - Browse repository at this point
Copy the full SHA 8252657View commit details
Commits on May 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f509547 - Browse repository at this point
Copy the full SHA f509547View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25973a1 - Browse repository at this point
Copy the full SHA 25973a1View commit details
Commits on May 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8f4caf8 - Browse repository at this point
Copy the full SHA 8f4caf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8a35a6 - Browse repository at this point
Copy the full SHA e8a35a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0585c1 - Browse repository at this point
Copy the full SHA c0585c1View commit details
Commits on May 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5d47e3c - Browse repository at this point
Copy the full SHA 5d47e3cView commit details
Commits on May 20, 2022
-
Fix service worker to enable it to replace old one (#389)
* fix: add cleanupOutdatedCaches option * use custom sw & force update * skipWaiting and claim before cleanupOutdatedCaches * add ts files to NetworkFirst cache * remove ts from cache * register sw on index.html * change sw from ts to js * test updates to trigger build * registerSW in index.html * remove unused code and comment of registering sw * update files to trigger build
Configuration menu - View commit details
-
Copy full SHA for 7c6cd35 - Browse repository at this point
Copy the full SHA 7c6cd35View commit details
Commits on May 23, 2022
-
feat: add a profile card component; add hover & click effect; add a c…
…losing tab on cards (#390) * feat: add a profile card component; add hover & click effect; add closing tab on cards * fix: rename profile card & prop; type for useState
Configuration menu - View commit details
-
Copy full SHA for 626ceca - Browse repository at this point
Copy the full SHA 626cecaView commit details
Commits on May 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4bc712d - Browse repository at this point
Copy the full SHA 4bc712dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6245a70 - Browse repository at this point
Copy the full SHA 6245a70View commit details -
Migrate from Webpack to Vite (#386)
* fix(deps): update dependency @aws-amplify/auth to v4 (#352) Co-authored-by: Renovate Bot <bot@renovateapp.com> * Feature: Added Dark theme (#365) * Theme provider to Syllabus & context to containers * Add context on components in Syllabus which may require fix for dark mode * feat: replace @reach/router to react-router v6 * feat: update header for all apps * fix: reinstall react-router-dom v6 and history after rebase * feat: add new themes * fix: lock files * feat: install TailwindCSS on Campus * feat: install TailwindCSS on Syllabus * feat: change theme-toggle color according to current theme * fix: change locations of tailwind import; remove unused log * feat: dark theme on Timetable * Feat: Added new sidebar icons from material ui icons * Feat: Separated icons into different component * fix: added package json and pnpm lock updates * feat: pass isDark property to styled components * feat: dark theme on Syllabus (CourseItem not yet) * fix: wrap ThemeProvider on Nav; use new theme colors * fix: use className instead of passing theme as props * feat: dark theme on CourseInfo (not completed) * fix: Made theme types exportable * fix: created sidebar wrapper locally instead of bit * fix: Fixed styling of icon group button * feat: added user profile icon * feat: Added dark mode styling to other links * fix: moved browser router wrapper outside to fix navigation * fix: used const instead of let for navigation hook * fix: fixed import order * feat: CourseInfo dark mode * feat: Made title logo svg into a component * fix: made title logo text colour change when theme toggle * fix: fixed extra stylings when dark mode * fix: updated package versions and pnpm lock file * feat: update loading-spinner & solve background color flicker while loading page in dark mode * feat: added dark mode styling to about us pages * feat: added dark mode styling to extra pages * feat: dark theme to mobile bottom nav * feat: update header & loading-spinner & body tag background color * feat: added dark mode background * fix: fixed title logo on sidebar not changing colours when switching modes * fix: added tab colours when dark mode * fix: added dark mode colours to partner page text * feat: dark mode for Labs * fix: related courses width * feat: update spinner in Syllabus; dark mode for Campus * fix: timetable course item scrollable space height * feat: make timetable course item darker in dark mode * feat: install tailwind in feeds (not used yet) * feat: redirecting page styling * feat: update sign in modal * feat: updated header component and pnpm lock file accordingly * fix: updated colors and header dependencies * fix: eslint fixes for campus folder * feat: added dark mode styling to campus folder * fix: eslint fixes in syllabus folder * fix: updated dark mode styling * fix: updated dark mode syllabus * fix: updated dark mode styling root folder * fix: syllabus border & step arrow color * fix: fixed styling for social media icons in partners * fix: removed unused imports * fix: Or-button dark mode color * fix: remove FilterWarningsPlugin * fix: update lock files * fix: remove -y option * fix: update lock files * fix: update @aws-amplify/auth in syllabus * fix: update loading spinner in Feeds * fix: add theme prop to LoadingSpinner in Feeds Co-authored-by: YHhaoareyou <mlapenang1998@gmail.com> * fix: clear search keywords when onclick related courses * Debug: mobile dark mode debug (#373) * feat: dark mode & new messages on welcome modal * fix: dark mode on sign in modal & user login icon * chore(deps): update dependency eslint-plugin-react to v7.29.4 (#361) Co-authored-by: Renovate Bot <bot@renovateapp.com> * chore(deps): update dependency ts-loader to v9.2.8 (#359) Co-authored-by: Renovate Bot <bot@renovateapp.com> * feat: remove unused dependencies (#377) * Feature/darktheme colors (#378) * feat: added quarterColors for both light and dark mode * feat: Added google analytics to theme changes * fix: fixed user profile icon to make it consistent * fix: code refactoring * fix: code refactoring in syllabus * feat: added dark semantic colors * fix: added colors based on numbers too * fix: added a todo comment * fix: fix semantic text colors dark mode * feat: update quarter switch colors & icons * feat: update timetable course items and color selector with new theme colors Co-authored-by: Nicholas Narmada <nichnarmada@gmail.com> * Feature: Timetable dark theme (#379) * feat: Dark mode for pro tips and colors selector popup in Timetable * feat: update theme colors dependency for all apps * feat: add the hovering effect to the member cards (#381) * feat: update the hovering effect for member cards * fix: remove unused libraries; fix html background color in dark mode; disable card's hyperlink * fix: makes the code shorter and neater * fix: syllabus pnpm lock file * fix: syllabus pnpm lock file Co-authored-by: YHhaoareyou <mlapenang1998@gmail.com> * Migrate from Webpack to Vite (#382) * feat: vite tested by career folder * feat: replace systemjs import with dynamic import to import vite project * feat: ignore dynamic import problem caused by webpack * feat: Migrate Campus from Webpack to Vite * fix: restore career * feat: register vite app campus by single-spa-layout * feat: migrate Syllabus to vite (error unsolved) * fix: fix lockfile * fix: solve "exportStar not a function", "undefined global" and use Vite envvar * feat: migrate syllabus to vite (done) * remove webpack from all apps except root * feat: migrate root to vite * feat: remove webpack related scripts & solve import-map not supported problem in Safari * feat: import static assets; solve errors of custom props passed to dom * fix: run eslint fix * fix: build script & config * feat: build config & debug global var * fix: output asset files path * feat: disable css code split in build * fix: run eslint fix * feat: preload css from mf apps to root; replace react-s-alert with react-toastify * feat: configure public path & env var for each app * fix: run eslint fix * feat: service-worker * fix: eslint fix * update lock files * fix: missing package * fix: externalize styles from other mf app * fix: campus room badge styles Co-authored-by: AustinZhu <austinzhu666@gmail.com> * fix: env without using dotenv explicitly (#385) * fix: packages version * fix: change env var name * fix: remove systemjs package; add peer dependencies * fix: feeds domain on staging/prod * Feature: About Us page link from Home page & split Home from Root-config (#387) * fix: remove custom sw * feat: add link to aboutus page from home * fix: eslint * Feature/fix card padding (#388) * fix: fixing the responsive design for members card * fix: fixing the responsive design for members card * fix: font color, repeated className, figure tag * fix: install missing dependency: @aws-amplify/core * fix: remove course function * feat: alert translation * fix: eslint * feat: add workbox runtimeCaching config * Fix service worker to enable it to replace old one (#389) * fix: add cleanupOutdatedCaches option * use custom sw & force update * skipWaiting and claim before cleanupOutdatedCaches * add ts files to NetworkFirst cache * remove ts from cache * register sw on index.html * change sw from ts to js * test updates to trigger build * registerSW in index.html * remove unused code and comment of registering sw * update files to trigger build * feat: add a profile card component; add hover & click effect; add a closing tab on cards (#390) * feat: add a profile card component; add hover & click effect; add closing tab on cards * fix: rename profile card & prop; type for useState * fix: syllabus minor styling issues * Update README.md Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Nicholas Narmada <36405403+nichnarmada@users.noreply.github.com> Co-authored-by: Nicholas Narmada <nichnarmada@gmail.com> Co-authored-by: Xinyue Tao <96937379+xinyue296@users.noreply.github.com> Co-authored-by: AustinZhu <austinzhu666@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 156663d - Browse repository at this point
Copy the full SHA 156663dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c911c8 - Browse repository at this point
Copy the full SHA 6c911c8View commit details -
* add script-src-elem to Content Security Policy * fix csp
Configuration menu - View commit details
-
Copy full SHA for 081c41c - Browse repository at this point
Copy the full SHA 081c41cView commit details -
* add script-src-elem to Content Security Policy * fix csp * add blob:https: to csp
Configuration menu - View commit details
-
Copy full SHA for d1e063a - Browse repository at this point
Copy the full SHA d1e063aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbc1a69 - Browse repository at this point
Copy the full SHA bbc1a69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f556ac - Browse repository at this point
Copy the full SHA 4f556acView commit details
Commits on May 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6fa7950 - Browse repository at this point
Copy the full SHA 6fa7950View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b825bf - Browse repository at this point
Copy the full SHA 8b825bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 893d781 - Browse repository at this point
Copy the full SHA 893d781View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0af6214 - Browse repository at this point
Copy the full SHA 0af6214View commit details -
Configuration menu - View commit details
-
Copy full SHA for 969da50 - Browse repository at this point
Copy the full SHA 969da50View commit details -
Configuration menu - View commit details
-
Copy full SHA for a552f36 - Browse repository at this point
Copy the full SHA a552f36View commit details
Commits on May 31, 2022
-
Fix: preload style, csp allow all, refactor index html & env var (#404)
* fix style prelload link * refactor index.html & add env variables * remove slash from the end of base path env var * import other mf's css files as external * run eslint fix * run eslint fix
Configuration menu - View commit details
-
Copy full SHA for 2505b59 - Browse repository at this point
Copy the full SHA 2505b59View commit details
Commits on Jun 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 25cdc27 - Browse repository at this point
Copy the full SHA 25cdc27View commit details -
chore(deps): update dependency esbuild to v0.14.43 (#384)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 0bc6cd2 - Browse repository at this point
Copy the full SHA 0bc6cd2View commit details -
Merge branch 'master' into develop
# Conflicts: # root/src/index.ejs
Configuration menu - View commit details
-
Copy full SHA for c40864e - Browse repository at this point
Copy the full SHA c40864eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02849a9 - Browse repository at this point
Copy the full SHA 02849a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc74d84 - Browse repository at this point
Copy the full SHA fc74d84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5470785 - Browse repository at this point
Copy the full SHA 5470785View commit details
Commits on Jul 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 768301a - Browse repository at this point
Copy the full SHA 768301aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c87d18 - Browse repository at this point
Copy the full SHA 6c87d18View commit details
Commits on Aug 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b3484e5 - Browse repository at this point
Copy the full SHA b3484e5View commit details
Commits on Oct 3, 2022
-
Language filter for Feeds (#409)
* filter feeds by language * feat: styling lang filter button * feat: Back button to Feeds list page * Remove using @apply in css file due to amp style problem
Configuration menu - View commit details
-
Copy full SHA for 4606cab - Browse repository at this point
Copy the full SHA 4606cabView commit details
Commits on Oct 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5f94f13 - Browse repository at this point
Copy the full SHA 5f94f13View commit details
Commits on Jan 19, 2023
-
feat: added turbo-repo woooo (#420)
* update feeds * update feeds * refactor: refactored project structure * feat: added turborepo * feat: eslint custom config dependency * fix: fix lint script * fix: removed self dependent dependencies * chore: pnpm lock updates * fix: remove dont purge tailwind from script * feat: add turbo scripts to monorepo * fix: fixed folder paths for github actions * fix: fixed campus pnpm-lock file * fix: updated pnpm lock again * fix: updated types for feed info * fix: feeds submodule & root env & campus type mismatch Co-authored-by: YHhaoareyou <mlapenang1998@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 10e0f20 - Browse repository at this point
Copy the full SHA 10e0f20View commit details
Commits on Mar 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f76867f - Browse repository at this point
Copy the full SHA f76867fView commit details
Commits on Apr 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5c1a08b - Browse repository at this point
Copy the full SHA 5c1a08bView commit details
Commits on May 3, 2023
-
Merge pull request #425 from wasedatime/feat/add-webhook
feat: adding web hooks for forums
Configuration menu - View commit details
-
Copy full SHA for d0d4ec3 - Browse repository at this point
Copy the full SHA d0d4ec3View commit details
Commits on May 5, 2023
-
feat: updating meet our team page (#426)
* feat: editing meet our team page * feat: adding michael to the MeetOurMembers page * feat: edited my position * feat: changing Jason's role to cheerleader * fix: downgrade pnpm version for test * feat: adding gunjan and aditya to the team * fix: fixing aditya image * feat: adding pam to the team * fix:fixing pnpm lock issues --------- Co-authored-by: YHhaoareyou <mlapenang1998@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5837cc8 - Browse repository at this point
Copy the full SHA 5837cc8View commit details
Commits on May 25, 2023
-
Export Bit components to turborepo packages (#428)
* feat: created ui package * feat: added tailwind and prettier * chore: file linting * refactor: removed unnecessary files * refactor: configured build * feature: add storybook * feat: import all bit components * refactor: remove unused stories * refactor: updated language menu to newest mui * refactor: refactored media func * refactor: use headlessui for modal * refactor: refactor imports and exports * chore: pnpm build script * chore: added packages * chore: update package json and lock files * refactor: re-added Modal component * refactor: changed import paths internal ui package * refactor: added colors.json to be importable * refactor: changed import path * refactor: updated shared eslint and prettier * chore: reformatted files * refactor: changed type of media func * refactor: removed unused assets * refactor: refactored media functions * refactor: fixed import path * chore: updated vite to latest * chore: updated single-spa and removed unused vite plugin * fix: fixed pnpm lock * fix: removed react-refresh * fix: overrided esbuild version * fix: fixed pnpm lock * refactor: changed loading spinner to func * refactor: changed prettier to cjs file * refactor: updated mui * fix: fixed packages * fix: test version down jpg loader * fix: fixed window and document in theme context * fix: test remove theme context file * fix: fix error document * test commit * fix: use client in component * fix: under reconstruction feeds * fix: next output export --------- Co-authored-by: Nicholas Narmada <nichnarmada@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2d27b2c - Browse repository at this point
Copy the full SHA 2d27b2cView commit details
Commits on Jun 22, 2023
-
Feature: Remove bit from npmrc (#431)
* fix: remove bit details from npmrc * fix: remove bit portion of readme
Configuration menu - View commit details
-
Copy full SHA for d04f3c6 - Browse repository at this point
Copy the full SHA d04f3c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for dffbc9f - Browse repository at this point
Copy the full SHA dffbc9fView commit details
Commits on Sep 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 714dcbf - Browse repository at this point
Copy the full SHA 714dcbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e262e7 - Browse repository at this point
Copy the full SHA 2e262e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87a8890 - Browse repository at this point
Copy the full SHA 87a8890View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8bf2dc - Browse repository at this point
Copy the full SHA f8bf2dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for b70493e - Browse repository at this point
Copy the full SHA b70493eView commit details -
feat: adding forum into develop (#446)
* feat: create single-spa app-parcel for Forum * Add explanation for adding new app-parcel in WasedaTime * Comment out routing for Career * Initialize components for Forum * feat: install tailwind in Forum * Add required utilities to Forum * Add Forum icon to navbar * feature/forum-basic-styling (#415) * feat: added basic styling + dummy data for forum incl. board, comments and comment form * fix: arrangement between each section in Forum * fix: code style by eslint Co-authored-by: YHhaoareyou <mlapenang1998@gmail.com> * Feature/forum-basic-routing (#416) * feat: added basic styling + dummy data for forum incl. board, comments and comment form * pulled forum-basic into this branch * feat: filter posts by boardid, boardmenu routing * feat: "basic routing for posts + boards" * Run pnpm fix * fix: available boards Co-authored-by: YHhaoareyou <mlapenang1998@gmail.com> * Recoil installation and defining global states (#417) * created tag modal component * added recoil in root.components.tsx * feat: define recoil state Co-authored-by: Kyoungjun Han <kjers96@gmail.com> * Feature/forum-create-thread-basic (#418) * feat: conditional create thread text area basic * feat: added tags + group buttons w/ basic toggle * feat: added submit btn (not functional) * changed default state of expanded thread input * feat: menuitems json, createthread styling * added number type for boardindex function * Run pnpm fix * Define boards & tags; change structure of dummy threads & comments * Group filter for Forum (#419) * feature: group filter styling * Update groups * feat: Toggle global states for groups when clicking on items in group menu * fix group items structure * feature: filtering function * fix: move filter functions to another file * init School filter form and add scholl icons * feat: switch open status of school filter modal * feat: tab item title, normal and active style * feat: toggle selected group by school filter * feat: moved forum folder to apps * User auth for Forum (#421) * feat: User login & verify auth when opening thread form and creating new thread * chore: add todo message for implementing submitting new thread API * feat: Add auth for comment form * feat: value and onChange func for new thread form * Customize Header for Forum (will replace Header component in other apps) * fix: default host of each microfrontend * added recoil in root.components.tsx * error report to Hao * fix: modal not showing due to wrong classname and attributes * update for jan 5 2023 * sorry it took so long * debug: recover tags modal display after adopting turbo * feat: set header input form as tag modal button * fix: removed bit from forum * fix: updated eslint config * choreL updated package json * fix: remove bit details from npmrc * fix: remove bit token form npmrc * Fix errors when importing common packages (#432) * fix: temporarily comment out error codes in Feeds * fix: update esbuild and fix tailwind build command * fix: temporarily change the target of ReactModal.setAppElement * fix: commented out translation & navigation function and fix typo of color variables * fix: language switch icon size * fix: move i18n config from packages folder to each microfrontend * fix: recover sign in modal * feat: create single-spa app-parcel for Forum * Add explanation for adding new app-parcel in WasedaTime * Comment out routing for Career * Initialize components for Forum * feat: install tailwind in Forum * Add required utilities to Forum * Add Forum icon to navbar * feature/forum-basic-styling (#415) * feat: added basic styling + dummy data for forum incl. board, comments and comment form * fix: arrangement between each section in Forum * fix: code style by eslint Co-authored-by: YHhaoareyou <mlapenang1998@gmail.com> * Feature/forum-basic-routing (#416) * feat: added basic styling + dummy data for forum incl. board, comments and comment form * pulled forum-basic into this branch * feat: filter posts by boardid, boardmenu routing * feat: "basic routing for posts + boards" * Run pnpm fix * fix: available boards Co-authored-by: YHhaoareyou <mlapenang1998@gmail.com> * Recoil installation and defining global states (#417) * created tag modal component * added recoil in root.components.tsx * feat: define recoil state Co-authored-by: Kyoungjun Han <kjers96@gmail.com> * Feature/forum-create-thread-basic (#418) * feat: conditional create thread text area basic * feat: added tags + group buttons w/ basic toggle * feat: added submit btn (not functional) * changed default state of expanded thread input * feat: menuitems json, createthread styling * added number type for boardindex function * Run pnpm fix * Define boards & tags; change structure of dummy threads & comments * Group filter for Forum (#419) * feature: group filter styling * Update groups * feat: Toggle global states for groups when clicking on items in group menu * fix group items structure * feature: filtering function * fix: move filter functions to another file * init School filter form and add scholl icons * feat: switch open status of school filter modal * feat: tab item title, normal and active style * feat: toggle selected group by school filter * feat: moved forum folder to apps * User auth for Forum (#421) * feat: User login & verify auth when opening thread form and creating new thread * chore: add todo message for implementing submitting new thread API * feat: Add auth for comment form * feat: value and onChange func for new thread form * Customize Header for Forum (will replace Header component in other apps) * fix: default host of each microfrontend * added recoil in root.components.tsx * error report to Hao * fix: modal not showing due to wrong classname and attributes * update for jan 5 2023 * sorry it took so long * debug: recover tags modal display after adopting turbo * feat: set header input form as tag modal button * fix: removed bit from forum * fix: updated eslint config * choreL updated package json * fix: remove bit token form npmrc * fix: i18n config and signInModal in Forum * fix: image config in Feeds * Feature/forum get post (#445) * feat: create single-spa app-parcel for Forum * Add explanation for adding new app-parcel in WasedaTime * Comment out routing for Career * Initialize components for Forum * feat: install tailwind in Forum * Add required utilities to Forum * Add Forum icon to navbar * feature/forum-basic-styling (#415) * feat: added basic styling + dummy data for forum incl. board, comments and comment form * fix: arrangement between each section in Forum * fix: code style by eslint Co-authored-by: YHhaoareyou <mlapenang1998@gmail.com> * Feature/forum-basic-routing (#416) * feat: added basic styling + dummy data for forum incl. board, comments and comment form * pulled forum-basic into this branch * feat: filter posts by boardid, boardmenu routing * feat: "basic routing for posts + boards" * Run pnpm fix * fix: available boards Co-authored-by: YHhaoareyou <mlapenang1998@gmail.com> * Recoil installation and defining global states (#417) * created tag modal component * added recoil in root.components.tsx * feat: define recoil state Co-authored-by: Kyoungjun Han <kjers96@gmail.com> * Feature/forum-create-thread-basic (#418) * feat: conditional create thread text area basic * feat: added tags + group buttons w/ basic toggle * feat: added submit btn (not functional) * changed default state of expanded thread input * feat: menuitems json, createthread styling * added number type for boardindex function * Run pnpm fix * Define boards & tags; change structure of dummy threads & comments * Group filter for Forum (#419) * feature: group filter styling * Update groups * feat: Toggle global states for groups when clicking on items in group menu * fix group items structure * feature: filtering function * fix: move filter functions to another file * init School filter form and add scholl icons * feat: switch open status of school filter modal * feat: tab item title, normal and active style * feat: toggle selected group by school filter * feat: moved forum folder to apps * User auth for Forum (#421) * feat: User login & verify auth when opening thread form and creating new thread * chore: add todo message for implementing submitting new thread API * feat: Add auth for comment form * feat: value and onChange func for new thread form * Customize Header for Forum (will replace Header component in other apps) * fix: default host of each microfrontend * added recoil in root.components.tsx * error report to Hao * fix: modal not showing due to wrong classname and attributes * update for jan 5 2023 * sorry it took so long * debug: recover tags modal display after adopting turbo * feat: set header input form as tag modal button * fix: removed bit from forum * fix: updated eslint config * choreL updated package json * fix: remove bit details from npmrc * fix: remove bit token form npmrc * feat: restarting branch * feat: adding changes to new branch * feat: testing * feat: adding dependency localforage * chores: small edits * feat: finishing migrate from branch to branch * feat: deleting two view sections. * feat: adding tags to post model * fix: fixed tag posting * feat: creating school choosing dropdown * chores: small adjustments * feat: updating dropdown will need to change it to something else * Feature/forum update delete post (#444) * feat: add edit and delete button & call delete api * feat: confirm delete thread modal * feat: thread edit modal (form not yet) * feat: edit thread form completed * fix: fixing out API * feat: figuring shit out * fix: undefined colors variable * feat: adding some actions too * Feature/new layout (#441) * feat: new layout * feat: whole new layout will merge to parent branch to get inifinte scroll * fix: fixing actions to compatible version * feat: infinite scroll to load more threads (#442) Co-authored-by: YHhaoareyou <mlapenang1998@gmail.com> * feat: forum restructuring (#443) * feat: initiating new branch for hastags * feat: working on forum homepage now can call all data * feat: forum home func * yo * chorse: getting rid of stuff * feat: major changes added some refresh functionalities --------- Co-authored-by: Kyoungjun Han <kjers96@gmail.com> * feat: new prop fromRoot for link condition * chore: comment out thread edit function and button * chores: deleting comments * feat: display all threads on forum home page * feat: adding comment delete with refresh * feat: adding icon for views --------- Co-authored-by: YHhaoareyou <mlapenang1998@gmail.com> Co-authored-by: Kyoungjun Han <kjers96@gmail.com> --------- Co-authored-by: YHhaoareyou <mlapenang1998@gmail.com> Co-authored-by: Michael Kaminski <91806277+kamlnskll@users.noreply.github.com> Co-authored-by: Kyoungjun Han <kjers96@gmail.com> Co-authored-by: Nicholas Narmada <nichnarmada@gmail.com> * fix: forum was commeted out * feat: fixing board conditional * feat: fixing thread tag * feat: adding bread crumbs * feat: working but need to fix issue of mounting * feat: tags searching * feat: examining useEffect * fix: add boardId and tags as dependencies for the first useEffect * fix: scroll function activation * feat: adding search tag box * feat: Add board menu in create thread to forum root * feat: adding school selection * feat: draft of tag menu * feat: tweaking with Nicholas component * fix: fixed styling of menu button and dropdown * fix: fixed Nicholas component * feat: added some functionalities for board to tag filtiering * Revert "Merge branch 'develop' of https://github.com/wasedatime/wasedatime-web into feature/forum-basic" This reverts commit 8f529dd, reversing changes made to b098087. * feat: reverting changes to original * feat: major update * feat: adding styling * feat: adding more styling I guess i am done * feat: additional tag filtering logic * fix: change feeds folder directory * feat: adding FeedBackBox * chore: replace @vitejs/plugin-react-refresh with @vitejs/plugin-react * feat: styling tags and school button * feat: fixing feed back box --------- Co-authored-by: YHhaoareyou <mlapenang1998@gmail.com> Co-authored-by: Michael Kaminski <91806277+kamlnskll@users.noreply.github.com> Co-authored-by: Kyoungjun Han <kjers96@gmail.com> Co-authored-by: Nicholas Narmada <nichnarmada@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a8fc457 - Browse repository at this point
Copy the full SHA a8fc457View commit details -
Configuration menu - View commit details
-
Copy full SHA for b345a28 - Browse repository at this point
Copy the full SHA b345a28View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca4437e - Browse repository at this point
Copy the full SHA ca4437eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d15560 - Browse repository at this point
Copy the full SHA 7d15560View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57b72ab - Browse repository at this point
Copy the full SHA 57b72abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b88bb2 - Browse repository at this point
Copy the full SHA 0b88bb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42d3388 - Browse repository at this point
Copy the full SHA 42d3388View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cbb193 - Browse repository at this point
Copy the full SHA 8cbb193View commit details -
Configuration menu - View commit details
-
Copy full SHA for 961c070 - Browse repository at this point
Copy the full SHA 961c070View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04d52c8 - Browse repository at this point
Copy the full SHA 04d52c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56f8541 - Browse repository at this point
Copy the full SHA 56f8541View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a557cf - Browse repository at this point
Copy the full SHA 0a557cfView commit details