Commit Graph

110 Commits

Author SHA1 Message Date
be601c58b1 Add pipe chip 2023-04-21 16:03:29 +02:00
049664b98e Require accessToken to browse pages 2023-04-21 15:53:47 +02:00
4655544197 Merge pull request #61 from twentyhq/cbo-fetch-jwt-token
Fetch jwt token from hasura-auth with refresh_token
2023-04-21 14:39:08 +02:00
678363d8fd Fix according to PR 2023-04-21 14:37:46 +02:00
4885e3598a Add cancel button.
Add test to ensure that cancel button can remove an item.
2023-04-21 14:17:09 +02:00
c5f2850a3b Fetch jwt token from hasura-auth with refresh_token 2023-04-21 14:07:02 +02:00
cd18e952b9 Store refresh token on login 2023-04-21 09:33:57 +02:00
79e8d9c84b Finalize sort created_at filter 2023-04-21 09:03:19 +02:00
0f09464f14 Finalize sort created_at filter 2023-04-21 09:00:50 +02:00
3a7b1077f8 test: wait for rows to be displayed 2023-04-20 18:44:43 +02:00
b5affcce3f test: fix mocks for person request 2023-04-20 18:08:20 +02:00
a915d15573 refactor: remove useless vars 2023-04-20 18:03:15 +02:00
7d745ab143 refactor: rename setSorts to onSortsUpdate 2023-04-20 17:58:26 +02:00
e0a19bdd43 refactor: rename and remove default data 2023-04-20 16:59:03 +02:00
fbd338ee7d feature: apply the sorts to the query 2023-04-20 16:56:42 +02:00
33473aea92 feature: add setSorts from parent component 2023-04-20 16:38:29 +02:00
9122815b07 feature: order people results 2023-04-20 15:56:59 +02:00
b3acfa465b refactor: move mapper in interface 2023-04-20 15:41:18 +02:00
b8032e9605 refactor: move person types in interface 2023-04-20 15:39:56 +02:00
e4edaf183f test: fix People test 2023-04-20 14:42:17 +02:00
7a89e5591d refactor: extract mapper 2023-04-20 13:58:54 +02:00
33e12a52c7 refactor: rename default data file 2023-04-20 13:58:54 +02:00
d5ebff5b53 refactor: etract type in file 2023-04-20 13:58:54 +02:00
c1883d381e feature: strongly type Table component 2023-04-20 13:58:53 +02:00
887a7af5e2 feature: wip get persons and map it 2023-04-20 13:58:53 +02:00
7f2ec0c260 feature: fix Apollo client 2023-04-20 13:58:53 +02:00
874b920571 chore: introduce different creation dates 2023-04-20 13:58:52 +02:00
8555df6f3f refactor: move style in Cell component 2023-04-20 13:58:52 +02:00
f2dcffd8f0 refactor: move data types and table definition out of People component 2023-04-20 13:58:52 +02:00
b8d089395f Add linter on CI 2023-04-20 11:51:04 +02:00
5a1baf9121 Filter ongoing 2023-04-19 23:15:08 +02:00
3c7bd5cd28 bugfix: fix pointer propagation of links behind the before element 2023-04-19 18:31:03 +02:00
630447a2f6 refactor: put TD up back in the table 2023-04-19 18:21:42 +02:00
a4e7211625 feature: adjust checkbox size 2023-04-19 18:00:30 +02:00
8fa9c7f1db chore: make sure darktheme implement sames keys as light theme 2023-04-19 17:26:18 +02:00
b4915895fe feature: display a border when hovering the component 2023-04-19 17:22:16 +02:00
71c18e864f feature: move TD creation to cells 2023-04-19 17:10:37 +02:00
05c5272c93 feature: make border transparent instead of 0px 2023-04-19 16:47:34 +02:00
74990a3686 feature: clickableCell left space should be inside the border 2023-04-19 16:19:35 +02:00
1a70a5ba65 feature: update icons of People table 2023-04-19 15:58:38 +02:00
0f779f9d43 feature: change the border color again 2023-04-19 15:45:46 +02:00
a361d7732e feature: remove border of table container 2023-04-19 15:40:08 +02:00
28af85fcb7 feature: set table text colors 2023-04-19 15:35:55 +02:00
d1f05993be feature: fix default padding of table 2023-04-19 15:24:18 +02:00
6e9b612409 feature: fix color of border 2023-04-19 15:23:09 +02:00
6f9506b924 feature: fix borders of table 2023-04-19 15:19:10 +02:00
0844490c13 feature: wrap all elements in a cell 2023-04-19 15:13:26 +02:00
a843d7d76e feature: add a left padding in cells 2023-04-19 15:00:22 +02:00
b0b81ba40d feature: fix table layout 2023-04-19 14:46:54 +02:00
43e71c6c93 Merge pull request #44 from twentyhq/sammy/t-102-i-see-people-chip-designed-with-picture
Sammy/t 102 i see people chip designed with picture
2023-04-19 14:38:41 +02:00