@@ -5,7 +5,7 @@ export const DEFAULT_EXAMPLE_LANGUAGES = ['javascript', 'react'];
5
5
export const examples : Example [ ] = [
6
6
{
7
7
id : 'chat-presence' ,
8
- name : 'Chat Presence ' ,
8
+ name : 'Chat presence ' ,
9
9
description : 'Show online/offline status of users in a chat application.' ,
10
10
products : [ 'chat' ] ,
11
11
layout : 'double-horizontal' ,
@@ -15,7 +15,7 @@ export const examples: Example[] = [
15
15
} ,
16
16
{
17
17
id : 'chat-room-history' ,
18
- name : 'Room History ' ,
18
+ name : 'Room history ' ,
19
19
description : 'Display message history in chat rooms.' ,
20
20
products : [ 'chat' ] ,
21
21
layout : 'single-horizontal' ,
@@ -25,7 +25,7 @@ export const examples: Example[] = [
25
25
} ,
26
26
{
27
27
id : 'chat-room-messages' ,
28
- name : 'Chat Messages ' ,
28
+ name : 'Chat messages ' ,
29
29
description : 'Implement realtime messaging in chat rooms.' ,
30
30
products : [ 'chat' ] ,
31
31
layout : 'double-vertical' ,
@@ -35,7 +35,7 @@ export const examples: Example[] = [
35
35
} ,
36
36
{
37
37
id : 'chat-room-reactions' ,
38
- name : 'Room Reactions ' ,
38
+ name : 'Room reactions ' ,
39
39
description : 'Add emoji reactions to messages in chat rooms.' ,
40
40
products : [ 'chat' ] ,
41
41
layout : 'double-vertical' ,
@@ -45,7 +45,7 @@ export const examples: Example[] = [
45
45
} ,
46
46
{
47
47
id : 'chat-typing-indicator' ,
48
- name : 'Typing Indicator ' ,
48
+ name : 'Typing indicator ' ,
49
49
description : 'Show when users are typing in a chat room.' ,
50
50
products : [ 'chat' ] ,
51
51
layout : 'double-vertical' ,
@@ -77,7 +77,7 @@ export const examples: Example[] = [
77
77
} ,
78
78
{
79
79
id : 'pub-sub-channel-messages' ,
80
- name : 'Channel Messages ' ,
80
+ name : 'Channel messages ' ,
81
81
description : 'Implement pub/sub messaging using channels.' ,
82
82
products : [ 'pubsub' ] ,
83
83
layout : 'single-vertical' ,
@@ -87,7 +87,7 @@ export const examples: Example[] = [
87
87
} ,
88
88
{
89
89
id : 'pub-sub-channel-state' ,
90
- name : 'Channel State ' ,
90
+ name : 'Channel state ' ,
91
91
description : 'Monitor and react to channel state changes.' ,
92
92
products : [ 'pubsub' ] ,
93
93
layout : 'single-vertical' ,
@@ -97,7 +97,7 @@ export const examples: Example[] = [
97
97
} ,
98
98
{
99
99
id : 'pub-sub-connection-state' ,
100
- name : 'Connection State ' ,
100
+ name : 'Connection state ' ,
101
101
description : 'Handle connection state changes in pub/sub applications.' ,
102
102
products : [ 'pubsub' ] ,
103
103
layout : 'single-vertical' ,
@@ -107,7 +107,7 @@ export const examples: Example[] = [
107
107
} ,
108
108
{
109
109
id : 'pub-sub-history' ,
110
- name : 'Message History ' ,
110
+ name : 'Message history ' ,
111
111
description : 'Retrieve historical messages from channels.' ,
112
112
products : [ 'pubsub' ] ,
113
113
layout : 'single-vertical' ,
@@ -117,7 +117,7 @@ export const examples: Example[] = [
117
117
} ,
118
118
{
119
119
id : 'pub-sub-message-encryption' ,
120
- name : 'Message Encryption ' ,
120
+ name : 'Message encryption ' ,
121
121
description : 'Implement end-to-end encryption for pub/sub messages.' ,
122
122
products : [ 'pubsub' ] ,
123
123
layout : 'double-horizontal' ,
@@ -127,7 +127,7 @@ export const examples: Example[] = [
127
127
} ,
128
128
{
129
129
id : 'pub-sub-occupancy' ,
130
- name : 'Channel Occupancy ' ,
130
+ name : 'Channel occupancy ' ,
131
131
description : 'Monitor the number of subscribers on a channel.' ,
132
132
products : [ 'pubsub' ] ,
133
133
layout : 'single-horizontal' ,
@@ -157,7 +157,7 @@ export const examples: Example[] = [
157
157
} ,
158
158
{
159
159
id : 'spaces-avatar-stack' ,
160
- name : 'Avatar Stack ' ,
160
+ name : 'Avatar stack ' ,
161
161
description : 'Display stacked avatars for users in a space.' ,
162
162
products : [ 'spaces' ] ,
163
163
layout : 'double-vertical' ,
@@ -167,7 +167,7 @@ export const examples: Example[] = [
167
167
} ,
168
168
{
169
169
id : 'spaces-component-locking' ,
170
- name : 'Component Locking ' ,
170
+ name : 'Component locking ' ,
171
171
description : 'Implement component-level locking in collaborative spaces.' ,
172
172
products : [ 'spaces' ] ,
173
173
layout : 'double-horizontal' ,
@@ -185,7 +185,7 @@ export const examples: Example[] = [
185
185
} ,
186
186
{
187
187
id : 'spaces-live-cursors' ,
188
- name : 'Live Cursors ' ,
188
+ name : 'Live cursors ' ,
189
189
description : 'Show realtime cursor positions of users in a space.' ,
190
190
products : [ 'spaces' ] ,
191
191
layout : 'double-vertical' ,
@@ -203,7 +203,7 @@ export const examples: Example[] = [
203
203
} ,
204
204
{
205
205
id : 'spaces-member-location' ,
206
- name : 'Member Location ' ,
206
+ name : 'Member location ' ,
207
207
description : 'Track and display member locations within a space.' ,
208
208
products : [ 'spaces' ] ,
209
209
layout : 'double-horizontal' ,
0 commit comments