|
98 | 98 | { |
99 | 99 | "Thread List": ["ui-components/thread-list", "ui-components/thread-list-item"] |
100 | 100 | }, |
| 101 | + { |
| 102 | + "Poll": [ |
| 103 | + "ui-components/create-poll", |
| 104 | + "ui-components/poll", |
| 105 | + "ui-components/poll-all-options", |
| 106 | + "ui-components/poll-answers-list", |
| 107 | + "ui-components/poll-results", |
| 108 | + "ui-components/poll-option-full-results", |
| 109 | + "ui-components/poll-buttons", |
| 110 | + { |
| 111 | + "Hooks": [ |
| 112 | + "hooks/poll/use-poll-context", |
| 113 | + "hooks/poll/use-create-poll-context", |
| 114 | + "hooks/poll/use-poll-state-store", |
| 115 | + "hooks/poll/use-poll-state", |
| 116 | + "hooks/poll/use-poll-answers-pagination", |
| 117 | + "hooks/poll/use-poll-option-votes-pagination" |
| 118 | + ] |
| 119 | + } |
| 120 | + ] |
| 121 | + }, |
101 | 122 | { |
102 | 123 | "Contexts": [ |
103 | 124 | "customization/contexts", |
|
112 | 133 | "contexts/translation-context", |
113 | 134 | "contexts/typing-context", |
114 | 135 | "contexts/threads-context", |
115 | | - "contexts/thread-list-item-context" |
| 136 | + "contexts/thread-list-item-context", |
| 137 | + "contexts/create-poll-context", |
| 138 | + "contexts/poll-context" |
116 | 139 | ] |
117 | 140 | } |
118 | 141 | ], |
|
129 | 152 | "guides/file-compression", |
130 | 153 | "guides/blocking-users", |
131 | 154 | "guides/live-location-sharing", |
132 | | - "guides/custom-thread-list" |
| 155 | + "guides/custom-thread-list", |
| 156 | + "guides/custom-poll-flow" |
133 | 157 | ], |
134 | 158 | "State and Offline Support": [ |
135 | 159 | "state-and-offline-support/state-overview", |
|
0 commit comments