Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release minor UI changes #50

Merged
merged 2 commits into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 9 additions & 11 deletions nexus/components/src/AI/Overview.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -540,19 +540,17 @@ return (
>
<Grid $gap="20px" $columns="1fr 1fr">
<TrendingApp
href="https://github.com/near/ai-platform/tree/develop/nexus/components/src/AI/Schema"
url="https://near.org/_next/static/media/near-icon.2e682d59.svg"
name="ai-platform"
loading={false}
href="https://github.com/near/ai-platform/tree/develop/nexus/components/src/AI/Schema"
url="https://near.org/_next/static/media/near-icon.2e682d59.svg"
name="ai-platform"
loading={false}
/>
<TrendingApp
href="https://github.com/near/near-discovery-components/tree/develop/src/Entities/Template"
url="https://near.org/_next/static/media/near-icon.2e682d59.svg"
name="entity-components"
loading={false}
href="https://github.com/near/near-discovery-components/tree/develop/src/Entities/Template"
url="https://near.org/_next/static/media/near-icon.2e682d59.svg"
name="entity-components"
loading={false}
/>
</Grid>
<Text style={{ overflow: "visible" }}>
<p>
Here at the NEAR AI Nexus you can find AI projects from across the
NEAR ecosystem then compose them into new combinations. Sign in to
Expand All @@ -563,7 +561,7 @@ return (
as is the schema for each type of resource. You can add new fields
to resources and add whole new types of resources.
</p>
</Text>
</Grid>
</Card>
</Section>
</Wrapper>
Expand Down
48 changes: 26 additions & 22 deletions nexus/components/src/AI/Schema/Nexus.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ const schema = {
}}
/>
),
icon: "ph ph-chart-bar-horizontal",
icon: "ph ph-users-four",
disabled: true,
},
{
name: "Data marketplace",
Expand All @@ -48,7 +49,8 @@ const schema = {
}}
/>
),
icon: "ph ph-chart-bar-horizontal",
icon: "ph ph-basket",
disabled: true,
},
{
name: "Training Datasets",
Expand All @@ -68,7 +70,7 @@ const schema = {
},
models: {
title: "Models & Providers",
icon: "ph ph-list-checks",
icon: "ph ph-graph",
defaultValue: "modelProvider",
items: [
{
Expand All @@ -84,7 +86,7 @@ const schema = {
}}
/>
),
icon: "ph ph-chart-bar-horizontal",
icon: "ph ph-cpu",
},
{
name: "Standard Model Names",
Expand All @@ -100,7 +102,7 @@ const schema = {
}}
/>
),
icon: "ph ph-chart-bar-horizontal",
icon: "ph ph-identification-card",
},
{
name: "Model Weights",
Expand All @@ -115,13 +117,13 @@ const schema = {
}}
/>
),
icon: "ph ph-chart-bar-horizontal",
icon: "ph ph-files",
},
],
},
agents: {
title: "Agents",
icon: "ph ph-list-checks",
icon: "ph ph-user-circle-gear",
defaultValue: "agent",
items: [
{
Expand All @@ -136,7 +138,7 @@ const schema = {
}}
/>
),
icon: "ph ph-address-book",
icon: "ph ph-user-circle-gear",
},
{
name: "Frameworks",
Expand All @@ -150,7 +152,7 @@ const schema = {
}}
/>
),
icon: "ph ph-chart-bar-horizontal",
icon: "ph ph-factory", // ph-blueprint after upgrade to 2.1.0
},
{
name: "Modules",
Expand All @@ -164,7 +166,7 @@ const schema = {
}}
/>
),
icon: "ph ph-chart-bar-horizontal",
icon: "ph ph-puzzle-piece",
},
{
name: "User Interfaces",
Expand All @@ -179,13 +181,13 @@ const schema = {
}}
/>
),
icon: "ph ph-chart-bar-horizontal",
icon: "ph ph-layout",
},
],
},
agentTools: {
title: "Tools for Agents",
icon: "ph ph-list-checks",
icon: "ph ph-toolbox",
defaultValue: "contractTool",
items: [
{
Expand All @@ -201,7 +203,7 @@ const schema = {
}}
/>
),
icon: "ph ph-address-book",
icon: "ph ph-link",
},
{
name: "APIs",
Expand All @@ -216,13 +218,13 @@ const schema = {
}}
/>
),
icon: "ph ph-chart-bar-horizontal",
icon: "ph ph-computer-tower", // ph-network after 2.1.0 upgrade
},
],
},
datasources: {
title: "Data Sources",
icon: "ph ph-list-checks",
icon: "ph ph-tree-structure",
defaultValue: "dataSource",
items: [
{
Expand All @@ -237,7 +239,7 @@ const schema = {
}}
/>
),
icon: "ph ph-chart-bar-horizontal",
icon: "ph ph-database",
},
{
name: "Data Source Types",
Expand All @@ -251,7 +253,7 @@ const schema = {
}}
/>
),
icon: "ph ph-chart-bar-horizontal",
icon: "ph ph-hard-drives",
},
{
name: "Delegated Permissions",
Expand All @@ -266,13 +268,14 @@ const schema = {
}}
/>
),
icon: "ph ph-chart-bar-horizontal",
icon: "ph ph-fingerprint",
disabled: true,
},
],
},
verifications: {
title: "Verifications",
icon: "ph ph-list-checks",
icon: "ph ph-seal-check",
defaultValue: "dataReputation",
items: [
{
Expand All @@ -287,7 +290,7 @@ const schema = {
}}
/>
),
icon: "ph ph-chart-bar-horizontal",
icon: "ph ph-seal-question", // ph-seal-percent after 2.1.0 upgrade
},
{
name: "Agent Reputation",
Expand All @@ -301,7 +304,7 @@ const schema = {
}}
/>
),
icon: "ph ph-chart-bar-horizontal",
icon: "ph ph-crown-simple", // ph-ranking after 2.1.0 upgrade
},
{
name: "Compliance Proofs",
Expand All @@ -316,7 +319,8 @@ const schema = {
}}
/>
),
icon: "ph ph-chart-bar-horizontal",
icon: "ph ph-lock-laminated",
disabled: true,
},
],
},
Expand Down
Loading