Closed ZaynJarvis closed 5 years ago
Pull changes from master, something has changed and not in your code
~/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.
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?
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.