You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Refactor Jest configuration and add test coverage
* Add test coverage workflow
* Refactor animationStyles.test.js: Add tests for getAnimationStyles function
* Refactor Nav component PropTypes
* Remove test script until tests are added
* Revert
* Multiple tests added
* Refactor of how ids are given to menu items
* Refactor of how ids are given to menu items
* https example added
* https example added
* Menu and test optimized
* Refactor switch to if/else
* Optimize rmm__menu
* MenuContext tests WIP
* MenuContext WIP
* Refactor MenuContext and optimize code
* Refactor stateMachine function to use a switch statement for better readability and maintainability
* Update package version to 2.2.0
"Three lined small description that accompanies link in the React Mega Menu project. This maybe too much text? Who's to say, really. We'll leave it to fate to decide."
67
72
},
68
73
{
74
+
id: 'store-kitchen',
69
75
label: 'Kitchen',
70
76
type: 'link',
71
77
url: '/store/kitchen/',
72
78
description:
73
79
"Three lined small description that accompanies link in the React Mega Menu project. This maybe too much text? Who's to say, really. We'll leave it to fate to decide."
74
80
},
75
81
{
82
+
id: 'store-outdoors',
76
83
label: 'Outdoors',
77
84
type: 'sub',
78
85
url: '/store/outdoors/',
79
86
description:
80
87
"Three lined small description that accompanies link in the React Mega Menu project. This maybe too much text? Who's to say, really. We'll leave it to fate to decide.",
81
88
items: [
82
89
{
90
+
id: 'store-outdoors-tools',
83
91
label: 'Tools',
84
92
type: 'link',
85
93
url: '/store/outdoors/tools/',
86
94
description: 'Single line description that accompanies link'
87
95
},
88
96
{
97
+
id: 'store-outdoors-plants',
89
98
label: 'Plants',
90
99
type: 'link',
91
100
url: '/store/outdoors/plants/',
92
101
description: 'Single line description that accompanies link'
93
102
},
94
103
{
104
+
id: 'store-outdoors-patio',
95
105
label: 'Patio',
96
106
type: 'link',
97
107
url: '/store/outdoors/patio/',
98
108
description: 'Single line description that accompanies link'
"Three lined small description that accompanies link in the React Mega Menu project. This maybe too much text? Who's to say, really. We'll leave it to fate to decide.",
114
126
items: [
115
127
{
128
+
id: 'store-bedroom-beds',
116
129
label: 'Beds',
117
130
type: 'link',
118
131
url: '/store/bedroom/beds/',
119
132
description: 'Single line description that accompanies link'
120
133
},
121
134
{
135
+
id: 'store-bedroom-dressers',
122
136
label: 'Dressers',
123
137
type: 'link',
124
138
url: '/store/bedroom/dressers/',
125
139
description:
126
140
'Double lined small description that accompanies link in the React Mega Menu project'
127
141
},
128
142
{
143
+
id: 'store-bedroom-nightstands',
129
144
label: 'Nightstands',
130
145
type: 'link',
131
146
url: '/store/bedroom/nightstands/',
132
147
description:
133
148
'Double lined small description that accompanies link in the React Mega Menu project'
0 commit comments