Skip to content

Commit

Permalink
Release: Feeds & Room finder (#192)
Browse files Browse the repository at this point in the history
* Set GA to staging

* Feature: Blog (#177)

* version0.1

* Blog: add types & enable routing

* Clear unused file and data

* Ignore .history

* Fix overwritten changes after rebase

* Added welcome message

* Add header & add translation & save font file

Co-authored-by: NeroArcher <59641121+NeroArcher@users.noreply.github.com>

* Remove unused files & add common styles to Blog

* Add build-dev to Blog

* Trigger root build

* Adjust AboutUs link position

* Remove AboutUs link from Navbar

* Add Blog domain for dev

* Add env var MF_BLOG_DOMAIN

* Adjust blog font size

* Room finder (#179)

* added room searching function

* added room searching interface and data

* added search-by-date functionalities to room searching

* beautified interface designs

* updated syllabus fetching result and date time searching

* Adjust style & Add translation to room finder

Co-authored-by: Zhao-Huaibo <huaibozhao3@gmail.com>

* Set blog api as env var

* Review for blog feature (#181)

* Adjusting style and file name

* Force chinese font to be applied

Co-authored-by: NeroArcher <59641121+NeroArcher@users.noreply.github.com>

* Move career api  defining file to utils folder

* Remove navigation to Blogs/Feeds

* Rename 'Blogs' to 'Feeds'

* Set GA id by var isDev

* Set NODE_ENV to staging for dev

* Fix syntax error

* Recover Feeds section

* Adjust article link format

* Display article created date

* Update room vacancies data (#191)

* Display room finder component

* updated campus_quart ts file

Co-authored-by: Zhao-Huaibo <huaibozhao3@gmail.com>

Co-authored-by: NeroArcher <59641121+NeroArcher@users.noreply.github.com>
Co-authored-by: Zhao-Huaibo <huaibozhao3@gmail.com>
  • Loading branch information
3 people authored May 9, 2021
1 parent 6ccf8c6 commit 1db4d9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion campus/src/constants/campus_quart.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion campus/src/root.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function Root(props) {
/>
</div>
<div className="campus-container">
{/* <RoomFinder /> */}
<RoomFinder />
<Bus />
</div>
</div>
Expand Down

0 comments on commit 1db4d9b

Please sign in to comment.