1026 Commits

Author SHA1 Message Date
fe94c9d2da [offers][fix] Prevent user's offers from appearing in his own analysis 2022-10-31 14:37:24 +08:00
538fa5ccf7 [questions][feat] add useProtectedCallback hook (#472) 2022-10-31 14:31:56 +08:00
ade6d1d88d [offers][fix] Fix save failure message (#474) 2022-10-31 14:16:09 +08:00
6bfa1ff61e [questions][feat] add encounters sorting (#458)
Co-authored-by: Bryann Yeap Kok Keong <bryannyeapkk@gmail.com>
Co-authored-by: Ai Ling <hong-ailing@hotmail.com>
Co-authored-by: Zhang Ziqing <zhangziqing9926@gmail.com>
Co-authored-by: Bryann Yeap Kok Keong <77266823+BryannYeap@users.noreply.github.com>
2022-10-31 12:56:45 +08:00
27095e3747 [resumes][chore] add GA for resumes review page 2022-10-31 12:16:29 +08:00
91696571fe [offers][feat] Add multiple company analysis 2022-10-31 11:44:12 +08:00
68f3c72945 [questions][ui] Minor UI cleanup (#470)
* [questions][ui] fix no more questions overlap

* [questions][ui] remove redundent horizontal div

* [questions][ui] reduce gap
2022-10-31 11:30:28 +08:00
85fd874769 [offers][style] fix offer card style (#469)
* [offers][style] fix offer card style

* [offers][style] fix OEA offer card style
2022-10-31 11:12:57 +08:00
8fdea6b5bc [questions][feat] add similar questions check (#468)
Co-authored-by: wlren <weilinwork99@gmail.com>
2022-10-31 10:47:27 +08:00
568b674322 [questions][fix] fix seed questions script (#467) 2022-10-31 10:47:15 +08:00
84e0e42b4a [questions][ui] add temporary logo (#466) 2022-10-31 10:47:06 +08:00
1ea1afc8a2 [questions][feat] sort answers, comments (#457)
Co-authored-by: Jeff Sieu <jeffsy00@gmail.com>
2022-10-31 02:48:56 +08:00
e62c2ae50f [offers][feat] add event tracking and save to profile in submisison page (#465)
* [offers][feat] add event tracking and save to profile in form

* [offers][refactor] refactor feature page

* [offers][fix] fix offer table border for action column
2022-10-31 01:58:54 +08:00
521ade6cf0 [offers][fix] sort profiles reverse chronological order 2022-10-31 01:28:09 +08:00
a2bf45ad56 [offers][feat] delete comment (#464)
* [offers][feat] delete comment

* [offers][style] arrange loading spinner in profile
2022-10-31 00:53:44 +08:00
bd3d1594b7 [offers][fix] fix error bug in delete comment 2022-10-31 00:34:32 +08:00
1e0890b02c [offers][fix] Fix comments UI (#463) 2022-10-31 00:10:52 +08:00
e152de2284 [offers][feat] save to user profile (#462) 2022-10-30 23:30:24 +08:00
3ecc756052 [offers][feat] Add logo (#461)
* [offers][feat] Add logo

* [offers][fix] Fix table pagination

* [offers][fix] Disable button on submit
2022-10-30 22:41:35 +08:00
a8fdca65cd [offers][fix] Fix offers UI (#460) 2022-10-30 20:18:46 +08:00
42e990f180 [questions][feat] add text search (#456) 2022-10-30 19:51:49 +08:00
389862feb3 [questions][ui] update roles typeahead, add sticky search bar (#451) 2022-10-30 19:32:33 +08:00
de94958ce1 [questions][chore] add questions seeding script (#450) 2022-10-30 19:32:23 +08:00
a459f71325 [offers][chore] Add GA tag 2022-10-30 17:45:54 +08:00
939cbccc3f [portal][misc] fix CI error 2022-10-30 17:36:59 +08:00
ed4cea1b11 [portal][feat] add locations 2022-10-30 16:52:00 +08:00
9492cacecf [portal] enable customization of product logo 2022-10-30 15:25:39 +08:00
27fb277a98 [resumes][feat] preserve filter count when unticked 2022-10-30 13:28:21 +08:00
84710209f3 [resumes][feat] persist filter disclosure opening 2022-10-30 12:42:09 +08:00
39b5a51aa2 [portal][fix] fix GA loading for products 2022-10-30 12:01:54 +08:00
69e5610323 [resumes][fix] minor ui fixes 2022-10-30 11:38:24 +08:00
44b3b66fbd [ui] fix outdated types 2022-10-30 11:20:03 +08:00
4ee80b9029 [resumes][feat] add ga for comments (#459)
Co-authored-by: Terence Ho <>
2022-10-30 10:55:19 +08:00
0614a7ecf4 [resumes][feat] update filter count colour 2022-10-30 10:18:51 +08:00
6746f54792 [portal][ui] allow value to be specified for comapnies and job titles typeahead 2022-10-30 10:07:38 +08:00
2a4045cbcc [resumes][fix] fix filter count bug 2022-10-30 10:03:57 +08:00
576f0292a1 [portal][misc] s/placeHolder/placeholder 2022-10-30 10:01:54 +08:00
f7ff20bb22 [ui][typeahead] allow typeahead to be cleared 2022-10-30 09:23:03 +08:00
a103879b5c [offers][feat] add isValidToken endpoint 2022-10-30 00:18:17 +08:00
763e8f0332 [offers][fix] fix typo of types 2022-10-29 21:51:10 +08:00
6bed79f1fd [offers][fix] change get endpoint to query instead of mutation 2022-10-29 21:46:22 +08:00
4d280f0846 [ui][text input] add description prop 2022-10-29 18:21:59 +08:00
2e37e90cc8 [ui][textarea] add description prop 2022-10-29 18:21:18 +08:00
9133ffc78d [portal] add way to clear month year picker 2022-10-29 17:37:16 +08:00
8dfe6b0bdd [resumes][feat] Add dynamic filters and unreviewed shortcut (#455) 2022-10-29 17:27:05 +08:00
b1f16a06e9 [offers][refactor] Refactor landing page (#454) 2022-10-29 16:36:36 +08:00
45d147567d [resumes][feat] track some ga events 2022-10-29 16:36:15 +08:00
0f40848a70 [resumes][chore] add GA tag 2022-10-29 16:26:27 +08:00
9ef1bdca43 [resumes][chore] adjust opacity of review tab 2022-10-29 16:26:26 +08:00
b027f1cac4 Revert "[ui][text input] change pl to px for startAddOn"
This reverts commit ce906c0470bbd4454ddc39c8c39ab0f0c3d35246.
2022-10-29 16:22:10 +08:00