Skip to content

Commit

Permalink
FIX: Add some issue to the web app manually ArslanYM#178
Browse files Browse the repository at this point in the history
  • Loading branch information
AlimurtuzaCodes committed Jun 2, 2023
1 parent 9cd849c commit a9cad4e
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 33 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ A GitHub conflict is when people make changes to the same area or line in a file

- ### **A**

- [Alimurtuza Patrawala](https://github.com/CYBWEBALI)
- [Arslan Malik](https://github.com/ArslanYM)
- [Ashwanthram K L](https://github.com/AshwanthramKL)

Expand Down
96 changes: 63 additions & 33 deletions web/src/pages/Issues/list_of_issues.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,61 +2,91 @@
{
"issue_id": 1,
"repo_name": "StarterHive",
"issue_url": "https://github.com/ArslanYM/StarterHive/issues/110",
"issue_title": "Add floating action to image divs",
"issue_labels": ["good-first-issue", "bug"],
"issue_url": "https://github.com/ArslanYM/StarterHive/issues/189",
"issue_title": "🔴 BUG: padding missing",
"issue_labels": ["bug","good-first-issue","help wanted","hold"],
"status": "open",
"languages": ["javascript", "html", "css"],
"libraries": ["react"],
"stars": 69,
"forks": 44,
"createdBy": "Nadeem Choudhary",
"createdAt": "2023-05-27",
"updatedAt": "2023-05-27"
"stars": 84,
"forks": 72,
"createdBy": "AmaanWanie",
"createdAt": "2023-06-01",
"updatedAt": "2023-06-01"
},
{
"issue_id": 2,
"repo_name": "StarterHive",
"issue_url": "https://github.com/ArslanYM/StarterHive/issues/108",
"issue_title": "navbar and hero section both are not aligned properly",
"issue_labels": ["good-first-issue", "bug", "enhancement", "frontend"],
"issue_url": "https://github.com/ArslanYM/StarterHive/issues/185",
"issue_title": "⭐FEAT: Add grow animation to the contributor item",
"issue_labels": ["feat", "frontend", "good-first-issue"],
"status": "assigned",
"languages": ["javascript", "html", "css"],
"libraries": ["react"],
"stars": 69,
"forks": 44,
"createdBy": "Nadeem Choudhary",
"createdAt": "2023-05-27",
"updatedAt": "2023-05-27"
"stars": 84,
"forks": 72,
"createdBy": "ArslanYM",
"createdAt": "2023-06-01",
"updatedAt": "2023-06-01"
},
{
"issue_id": 3,
"repo_name": "StarterHive",
"issue_url": "https://github.com/ArslanYM/StarterHive/issues/102",
"issue_title": "Add images to the hero divs",
"issue_labels": ["good-first-issue", "bug", "frontend", "help-wanted"],
"status": "closed",
"issue_url": "https://github.com/ArslanYM/StarterHive/issues/184",
"issue_title": "⭐FEAT: Add a better looking button in the header",
"issue_labels": ["enhancement","feat","frontend","good-first-issue"],
"status": "assigned",
"languages": ["javascript", "html", "css"],
"libraries": ["react"],
"stars": 69,
"forks": 44,
"createdBy": "Nadeem Choudhary",
"createdAt": "2023-05-27",
"updatedAt": "2023-05-27"
"stars": 84,
"forks": 72,
"createdBy": "ArslanYM",
"createdAt": "2023-06-01",
"updatedAt": "2023-06-01"
},
{
"issue_id": 4,
"repo_name": "StarterHive",
"issue_url": "https://github.com/ArslanYM/StarterHive/issues/85",
"issue_title": "make the already existing readme.md guide better looking in web folder",
"issue_url": "https://github.com/ArslanYM/StarterHive/issues/179",
"issue_title": "🔴 BUG: home page need to change for some mobile devices",
"issue_labels": ["good-first-issue", "bug", "frontend", "help-wanted"],
"status": "open",
"status": "closed",
"languages": ["javascript", "html", "css"],
"libraries": ["react"],
"stars": 84,
"forks": 72,
"createdBy": "rahilansari261",
"createdAt": "2023-06-01",
"updatedAt": "2023-06-01"
},
{
"issue_id": 5,
"repo_name": "StarterHive",
"issue_url": "https://github.com/ArslanYM/StarterHive/issues/177",
"issue_title": "⭐FEAT: Add dark/light mode to the whole webapp",
"issue_labels": ["enhancement","feat","frontend"],
"status": "assigned",
"languages": ["javascript", "html", "css"],
"libraries": ["react"],
"stars": 84,
"forks": 72,
"createdBy": "ArslanYM",
"createdAt": "2023-05-31",
"updatedAt": "2023-05-31"
},
{
"issue_id": 6,
"repo_name": "StarterHive",
"issue_url": "https://github.com/ArslanYM/StarterHive/issues/174",
"issue_title": "⭐FEAT: Make the Readme well organized and easy to read",
"issue_labels": ["documentation", "good-first-issue", "help-wanted"],
"status": "closed",
"languages": ["javascript", "html", "css"],
"libraries": ["react"],
"stars": 69,
"forks": 44,
"createdBy": "Nadeem Choudhary",
"createdAt": "2023-05-27",
"updatedAt": "2023-05-27"
"stars": 84,
"forks": 72,
"createdBy": "ArslanYM",
"createdAt": "2023-05-31",
"updatedAt": "2023-05-31"
}
]

0 comments on commit a9cad4e

Please sign in to comment.