Skip to content

Commit

Permalink
Merge branch 'master' into i18n-link
Browse files Browse the repository at this point in the history
  • Loading branch information
anshgoyalevil authored Oct 1, 2023
2 parents f8a981b + 320ec58 commit 24283b2
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 95 deletions.
7 changes: 3 additions & 4 deletions components/Hero.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import Button from './buttons/Button'
import ArrowRight from './icons/ArrowRight'
import OpenInStudioButton from './buttons/OpenInStudioButton'
import Features from '../components/features'
import DemoAnimation from './DemoAnimation'
import AnnouncementHero from '../components/campaigns/AnnoucementHero'
Expand Down Expand Up @@ -32,13 +31,13 @@ export default function Hero({ className = '' }) {
{t('main.body_pretext')}{" "}
<strong>{t('main.body_boldtext')}</strong>{t('main.body_posttext')}
</Heading>
<div className='flex flex-row items-center justify-center'>
<Button className="block md:inline-block" text={t('main.docs_btn')} href="/docs" icon={<ArrowRight className="-mb-1 h-5 w-5" />}
<div className='flex flex-col md:flex-row gap-2 items-center justify-center'>
<Button className="block w-full md:w-auto" text={t('main.docs_btn')} href="/docs" icon={<ArrowRight className="-mb-1 h-5 w-5" />}
data-testid="Hero-Button" />
{/* Wrap SearchButton with AlgoliaSearch component */}
<AlgoliaSearch>
<SearchButton
className="sm:flex items-center text-left space-x-3 px-4 py-3 ml-2 bg-white border-secondary-500 border text-secondary-500 hover:text-white shadow-md bg-secondary-100 hover:bg-secondary-500 transition-all duration-500 ease-in-out rounded-md"
className="flex items-center text-left w-full md:w-auto space-x-3 px-4 py-3 border-secondary-500 border text-secondary-500 hover:text-white shadow-md bg-secondary-100 hover:bg-secondary-500 transition-all duration-500 ease-in-out rounded-md"
>
{({ actionKey }) => (
<>
Expand Down
28 changes: 14 additions & 14 deletions config/meetings.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
[
{
"title": "Spec 3.0 Meeting",
"calLink": "https://www.google.com/calendar/event?eid=bXJoZ24wcG5jbzM3dTR2cGxuYnQxbHA0Y3MgY19xOXRzZWlnbG9tZHNqNm5qdWh2YnB0czExY0Bn",
"url": "https://github.com/asyncapi/community/issues/737",
"banner": "",
"date": "2023-06-21T16:00:00.000Z"
},
{
"title": "Spec 3.0 Docs Meeting",
"calLink": "https://www.google.com/calendar/event?eid=ajJoMTY5N2hpOWFlMTcyamFmbWttbTJlNG8gY19xOXRzZWlnbG9tZHNqNm5qdWh2YnB0czExY0Bn",
"url": "https://github.com/asyncapi/community/issues/749",
"banner": "",
"date": "2023-06-22T14:30:00.000Z"
},
{
"title": "Spec 3.0 Meeting",
"calLink": "https://www.google.com/calendar/event?eid=MHBhZDRzZ2M0OXFqbDJhaXRxcnUwNm9hcmMgY19xOXRzZWlnbG9tZHNqNm5qdWh2YnB0czExY0Bn",
Expand Down Expand Up @@ -173,5 +159,19 @@
"url": "https://github.com/asyncapi/community/issues/885",
"banner": "",
"date": "2023-09-28T14:30:00.000Z"
},
{
"title": "Community Meeting",
"calLink": "https://www.google.com/calendar/event?eid=MmlicWJyZ2puMzB2c3B1ZmJzdXUxMWFtanMgY19xOXRzZWlnbG9tZHNqNm5qdWh2YnB0czExY0Bn",
"url": "https://github.com/asyncapi/community/issues/894",
"banner": "https://user-images.githubusercontent.com/40604284/271795752-eda6bcf3-4d74-47f0-9061-b2610e710ab2.png",
"date": "2023-10-03T16:00:00.000Z"
},
{
"title": "Let's talk about contributing Hacktoberfest 2023",
"calLink": "https://www.google.com/calendar/event?eid=aDRpaTZsbmIyOWIyNnJmZmc0dDRlNXVjN3MgY19xOXRzZWlnbG9tZHNqNm5qdWh2YnB0czExY0Bn",
"url": "https://github.com/asyncapi/community/issues/895",
"banner": "https://user-images.githubusercontent.com/40604284/271795643-615174df-3bc0-4e7f-b615-cabb6e701234.png",
"date": "2023-10-05T13:00:00.000Z"
}
]
12 changes: 6 additions & 6 deletions config/newsroom_videos.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
[
{
"image_url": "https://i.ytimg.com/vi/qjMojQ-fFew/hqdefault.jpg",
"title": "Spec 3.0 docs meeting (September 28, 2023)",
"description": "https://github.com/asyncapi/community/issues/885.",
"videoId": "qjMojQ-fFew"
},
{
"image_url": "https://i.ytimg.com/vi/SfATYVwcSQk/hqdefault.jpg",
"title": "Community meeting (September 19, 2023)",
Expand All @@ -22,11 +28,5 @@
"title": "Brainstorm on AsyncAPI Cheat Sheet Poster (September 6, 2023)",
"description": "https://github.com/asyncapi/community/issues/862.",
"videoId": "1BjJWxAQ4Uk"
},
{
"image_url": "https://i.ytimg.com/vi/JombHAj2p2o/hqdefault.jpg",
"title": "Community Meeting (September 5, 2023)",
"description": "https://github.com/asyncapi/community/issues/868.",
"videoId": "JombHAj2p2o"
}
]
169 changes: 98 additions & 71 deletions dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"resourcePath": "/asyncapi/community/pull/805",
"repo": "asyncapi/community",
"labels": [],
"score": 25.27136380993477
"score": 25.845712987433288
},
{
"id": "I_kwDOBW5R_c5BIl5P",
Expand Down Expand Up @@ -78,30 +78,6 @@
],
"score": 17.517649913704783
},
{
"id": "PR_kwDOBW5R_c5VAjCE",
"isPR": true,
"isAssigned": true,
"title": "docs: structure of a AsyncAPI document",
"author": "TRohit20",
"resourcePath": "/asyncapi/website/pull/1922",
"repo": "asyncapi/website",
"labels": [
{
"name": "📑 docs",
"color": "E50E99"
},
{
"name": "area/docs",
"color": "e50e99"
},
{
"name": "gsod",
"color": "7B5DB8"
}
],
"score": 17.230475324955524
},
{
"id": "I_kwDOCVQpZM5M_dcV",
"isPR": false,
Expand Down Expand Up @@ -179,68 +155,134 @@
"author": "jamescrowley",
"resourcePath": "/asyncapi/asyncapi-react/issues/596",
"repo": "asyncapi/asyncapi-react",
"labels": [],
"score": 14.358729437462937
},
{
"id": "MDU6SXNzdWU2MDYzODgzNzM=",
"isPR": false,
"isAssigned": false,
"title": "Improve overall performance of the website but especially Blog",
"author": "derberg",
"resourcePath": "/asyncapi/website/issues/89",
"repo": "asyncapi/website",
"labels": [
{
"name": "stale",
"color": "ededed"
"name": "enhancement",
"color": "84b6eb"
},
{
"name": "Epic",
"color": "3E4B9E"
}
],
"score": 14.358729437462937
"score": 13.210031082465903
}
],
"goodFirstIssues": [
{
"id": "I_kwDODwv8N85xwvMi",
"title": "Update `Get Free Tickets` on main page to link to proper google form",
"id": "I_kwDOBW5R_c5yduk_",
"title": "Single backtick is recognised as Codeblock",
"isAssigned": false,
"resourcePath": "/asyncapi/conference-website/issues/198",
"repo": "asyncapi/conference-website",
"author": "derberg",
"resourcePath": "/asyncapi/website/issues/2188",
"repo": "asyncapi/website",
"author": "akshatnema",
"area": "Unknown",
"labels": []
"labels": [
{
"name": "bug",
"color": "ee0701"
},
{
"name": "Hacktoberfest",
"color": "FF8AE2"
}
]
},
{
"id": "I_kwDODtTERs5wDOAH",
"title": "Support decimal min and max",
"id": "I_kwDODwv8N85yZpkH",
"title": "Venue sub menu doesn't close",
"isAssigned": false,
"resourcePath": "/asyncapi/java-spring-template/issues/326",
"repo": "asyncapi/java-spring-template",
"author": "Tenischev",
"resourcePath": "/asyncapi/conference-website/issues/205",
"repo": "asyncapi/conference-website",
"author": "AceTheCreator",
"area": "Unknown",
"labels": [
{
"name": "bug",
"color": "d73a4a"
},
{
"name": "Hacktoberfest",
"color": "FF8AE2"
}
]
},
{
"id": "I_kwDOBGu-185vky8A",
"title": "Add logo of new silver sponsor and remove old platinum",
"id": "I_kwDODwv8N85yTwat",
"title": "venues addresses to be clickable links that take you you google map location",
"isAssigned": false,
"resourcePath": "/asyncapi/spec/issues/966",
"repo": "asyncapi/spec",
"resourcePath": "/asyncapi/conference-website/issues/202",
"repo": "asyncapi/conference-website",
"author": "derberg",
"area": "docs",
"area": "javascript",
"labels": [
{
"name": "enhancement",
"color": "a2eeef"
},
{
"name": "Hacktoberfest",
"color": "FF8AE2"
}
]
},
{
"id": "I_kwDODwv8N85uVjld",
"title": "Add all speakers button",
"id": "I_kwDOCHlHJM5yRiQ8",
"title": "Fix cognitive complexity issue",
"isAssigned": false,
"resourcePath": "/asyncapi/conference-website/issues/163",
"repo": "asyncapi/conference-website",
"author": "AceTheCreator",
"area": "Unknown",
"resourcePath": "/asyncapi/generator/issues/1040",
"repo": "asyncapi/generator",
"author": "derberg",
"area": "javascript",
"labels": [
{
"name": "enhancement",
"color": "a2eeef"
},
{
"name": "Hacktoberfest",
"color": "FF8AE2"
}
]
},
{
"id": "I_kwDODwv8N85xwvMi",
"title": "Update `Get Free Tickets` on main page to link to proper google form",
"isAssigned": false,
"resourcePath": "/asyncapi/conference-website/issues/198",
"repo": "asyncapi/conference-website",
"author": "derberg",
"area": "Unknown",
"labels": [
{
"name": "Hacktoberfest",
"color": "FF8AE2"
}
]
},
{
"id": "I_kwDODtTERs5wDOAH",
"title": "Support decimal min and max",
"isAssigned": false,
"resourcePath": "/asyncapi/java-spring-template/issues/326",
"repo": "asyncapi/java-spring-template",
"author": "Tenischev",
"area": "Unknown",
"labels": [
{
"name": "bug",
"color": "d73a4a"
}
]
},
Expand Down Expand Up @@ -610,6 +652,10 @@
"name": "enhancement",
"color": "a2eeef"
},
{
"name": "stale",
"color": "ededed"
},
{
"name": "Kotlin generator",
"color": "61A95C"
Expand Down Expand Up @@ -645,8 +691,8 @@
"color": "84b6eb"
},
{
"name": "stale",
"color": "ededed"
"name": "Hacktoberfest",
"color": "FF8AE2"
}
]
},
Expand Down Expand Up @@ -892,25 +938,6 @@
}
]
},
{
"id": "I_kwDOEOBLdM5C-CyC",
"title": "Provide mirror client for testing",
"isAssigned": false,
"resourcePath": "/asyncapi/dotnet-nats-template/issues/215",
"repo": "asyncapi/dotnet-nats-template",
"author": "jonaslagoni",
"area": "Unknown",
"labels": [
{
"name": "enhancement",
"color": "a2eeef"
},
{
"name": "stale",
"color": "ededed"
}
]
},
{
"id": "I_kwDOBGu-185B-xnK",
"title": "What do we define as a breaking change?",
Expand Down

0 comments on commit 24283b2

Please sign in to comment.