liumcse / ntuvibe

NTUVibe is a student-run online platform committed to making information at Nanyang Technological University more open and accessible.
https://ntuvibe.com
8 stars 0 forks source link

Feature/ui #97

Closed ZaynJarvis closed 5 years ago

ZaynJarvis commented 5 years ago

When the user types an invalid keyword for searching, it will be better to message an error.

From this, I also change all alert to antd component function.

liumcse commented 5 years ago

Pull changes from master, something has changed and not in your code

ZaynJarvis commented 5 years ago
~/code/web/ntuvibe feature/UI 
> git checkout master
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
~/code/web/ntuvibe master 
> git checkout feature/UI
Switched to branch 'feature/UI'
Your branch is up to date with 'origin/feature/UI'.
~/code/web/ntuvibe feature/UI 
> git merge master
Already up to date.
ZaynJarvis commented 5 years ago

Update form the PR. This is actually a front-end bug fix on instant page shift in scheduler page.

Any more implementation should be added before merge?