-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
218 additions
and
114 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
hasura/metadata/databases/default/tables/public_producers_list.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,29 @@ | ||
table: | ||
name: producers_list | ||
schema: public | ||
select_permissions: | ||
- permission: | ||
allow_aggregations: true | ||
columns: | ||
- owner | ||
- bpjson | ||
- system | ||
- candidate_name | ||
- total_votes | ||
- average | ||
- transparency | ||
- infrastructure | ||
- trustiness | ||
- community | ||
- development | ||
- ratings_cntr | ||
- eden_average | ||
- eden_transparency | ||
- eden_infrastructure | ||
- eden_trustiness | ||
- eden_community | ||
- eden_development | ||
- eden_ratings_cntr | ||
- general_info | ||
filter: {} | ||
role: anonymous |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
import React from 'react' | ||
|
||
const LogIcon = () => ( | ||
<svg width={24} height={36} fill='none'> | ||
<path | ||
fillRule='evenodd' | ||
clipRule='evenodd' | ||
d='M12 0a.669.669 0 0 1 .547.276l7.626 10.498a.694.694 0 0 1 .122.274l3.689 16.98a.555.555 0 0 1 .013.084.68.68 0 0 1-.311.636l-11.324 7.149A.665.665 0 0 1 12 36a.665.665 0 0 1-.362-.103L.315 28.749a.673.673 0 0 1-.299-.721l3.69-16.98a.68.68 0 0 1 .12-.274L11.454.276A.669.669 0 0 1 12 0zm-.676 2.741-6.22 8.56 1.543 4.88 4.677-8.316V2.74zM12 9.402l-4.799 8.532 3.024 9.567h3.55l3.024-9.567L12 9.402zm5.7 10.134L15.181 27.5h6.997l-4.48-7.965zm3.297 9.315h-6.242L13.2 33.774l7.798-4.923zM12 33.117l1.348-4.266h-2.696L12 33.117zm-3.182-5.616L6.3 19.536 1.82 27.5h6.998zm-6.545-3.545 3.473-6.174-1.263-3.997-2.21 10.171zm.73 4.895h6.242l1.556 4.923-7.799-4.923zm18.724-4.895-3.473-6.174 1.263-3.997 2.21 10.171zm-2.832-12.654-1.542 4.878-4.677-8.315V2.74l6.22 8.56z' | ||
fill='#fff' | ||
/> | ||
</svg> | ||
) | ||
|
||
export default LogIcon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.