Fix dashboard data requests, update dashboard data handling, change login field type, and redesign home button
This commit is contained in:
@@ -7,7 +7,7 @@ export const dieses = [
|
||||
{
|
||||
id: 2,
|
||||
name: "دیابت",
|
||||
status: "true",
|
||||
status: "false",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
@@ -17,17 +17,17 @@ export const dieses = [
|
||||
{
|
||||
id: 4,
|
||||
name: "بیماری قلبی عروقی",
|
||||
status: "true",
|
||||
status: "false",
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
name: "سرطان",
|
||||
status: "true",
|
||||
status: "false",
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
name: "آلزایمر",
|
||||
status: "true",
|
||||
status: "false",
|
||||
},
|
||||
{
|
||||
id: 7,
|
||||
@@ -37,7 +37,7 @@ export const dieses = [
|
||||
{
|
||||
id: 8,
|
||||
name: "بیماری کلیوی",
|
||||
status: "true",
|
||||
status: "false",
|
||||
},
|
||||
{
|
||||
id: 9,
|
||||
@@ -57,7 +57,7 @@ export const dieses = [
|
||||
{
|
||||
id: 12,
|
||||
name: "اضطراب مزمن",
|
||||
status: "true",
|
||||
status: "false",
|
||||
},
|
||||
{
|
||||
id: 13,
|
||||
@@ -72,7 +72,7 @@ export const dieses = [
|
||||
{
|
||||
id: 15,
|
||||
name: "پرکاری تیروئید",
|
||||
status: "true",
|
||||
status: "false",
|
||||
},
|
||||
{
|
||||
id: 16,
|
||||
@@ -87,7 +87,7 @@ export const dieses = [
|
||||
{
|
||||
id: 18,
|
||||
name: "هپاتیت C",
|
||||
status: "true",
|
||||
status: "false",
|
||||
},
|
||||
{
|
||||
id: 19,
|
||||
@@ -97,17 +97,17 @@ export const dieses = [
|
||||
{
|
||||
id: 20,
|
||||
name: "COVID-19",
|
||||
status: "true",
|
||||
status: "false",
|
||||
},
|
||||
{
|
||||
id: 21,
|
||||
name: "لوپوس",
|
||||
status: "true",
|
||||
status: "false",
|
||||
},
|
||||
{
|
||||
id: 22,
|
||||
name: "اماس (MS)",
|
||||
status: "true",
|
||||
status: "false",
|
||||
},
|
||||
{
|
||||
id: 23,
|
||||
|
||||
Reference in New Issue
Block a user