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
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,9 @@ And that's what you see here! We've created a Custom Component and Experience pa
21
21
But thanks to Hacktoberfest, it gets even better - now you can help us finish it by contributing! Be sure to check out our [CONTRIBUTING.md]() file for more info on how you can help!
22
22
23
23

24
+
24
25
This is what i pictured the final component would look like. We're almost there!
26
+
25
27
# What do I need to know?
26
28
- We've created issues to list out contribution ideas you might want to pick up! Or if you think of new stuff to contribute, make a new issue and let us know what you're going to work on.
27
29
- Design philosophy: Components should be presentational if possible, but if the exchange with the server data is complex enough, and you're going to use it in multiple places, you're really better off with a connected component. In this case, we tried to stick to making the component more presentational in nature so keep that in mind when adding new features if possible.
@@ -31,6 +33,7 @@ This is what i pictured the final component would look like. We're almost there!
31
33
In case it's a bit confusing to start with, here's a brief description of what each file in the repository is for along with an image to explain the anatomy of the component.
32
34
33
35

36
+
34
37
### src/x-759224-menu-builder-uic/
35
38
- index.js
36
39
- This is the starting point of the custom component, UI Builder manages its properties and events.
@@ -60,12 +63,13 @@ In case it's a bit confusing to start with, here's a brief description of what e
60
63
# Some information on Portal Experience menus
61
64
I've tried to reverse engineer these as best as I could to make this component, but I know I haven't fully figured it out yet. Here's what I already know to help you get started.
62
65
63
-
Menus have a complex parent/child relationship that determines their behavior and how menus are presented. [There's an issue created to investigate and implement this feature]() so if you want to delve deeper, please go right ahead.
66
+
Menus have a complex parent/child relationship that determines their behavior and how menus are presented. [There's an issue created to investigate and implement this feature](https://github.com/ServiceNowDevProgram/Menu-Generating-Operations-Program-Widget-Custom-Component/issues/1) so if you want to delve deeper, please go right ahead.
64
67
65
68
For example, the more menus you have nested, their appearance and layout changes in the menu itself. I don't quite remember the number, unfortunately.
66
69
67
70
Actions have similar behavior, which I haven't cataloged. Sometimes they show up as buttons, while other times they show up as links.
0 commit comments