Skip to content

Commit a0232cd

Browse files
Update app events data (#22)
1 parent 16a2f53 commit a0232cd

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

lib/app_events_docs_generator/app_events/app_events_details.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{
1010
"eventId": "topic-entrance:show",
1111
"filePath": "/frontend/discourse/app/components/basic-topic-list.gjs",
12-
"lineNumber": 89,
12+
"lineNumber": 72,
1313
"args": [
1414
{
1515
"argValue": [
@@ -789,7 +789,7 @@
789789
{
790790
"eventId": "dom:clean",
791791
"filePath": "/frontend/discourse/app/instance-initializers/clean-dom-on-route-change.js",
792-
"lineNumber": 35,
792+
"lineNumber": 28,
793793
"args": [],
794794
"comments": null
795795
},
@@ -1805,7 +1805,7 @@
18051805
{
18061806
"eventId": "draft:destroyed",
18071807
"filePath": "/frontend/discourse/app/services/composer.js",
1808-
"lineNumber": 1635,
1808+
"lineNumber": 1641,
18091809
"args": [
18101810
{
18111811
"argValue": "key",
@@ -1818,28 +1818,28 @@
18181818
{
18191819
"eventId": "composer:cancelled",
18201820
"filePath": "/frontend/discourse/app/services/composer.js",
1821-
"lineNumber": 1654,
1821+
"lineNumber": 1660,
18221822
"args": [],
18231823
"comments": null
18241824
},
18251825
{
18261826
"eventId": "composer:cancelled",
18271827
"filePath": "/frontend/discourse/app/services/composer.js",
1828-
"lineNumber": 1669,
1828+
"lineNumber": 1675,
18291829
"args": [],
18301830
"comments": null
18311831
},
18321832
{
18331833
"eventId": "composer:cancelled",
18341834
"filePath": "/frontend/discourse/app/services/composer.js",
1835-
"lineNumber": 1686,
1835+
"lineNumber": 1692,
18361836
"args": [],
18371837
"comments": null
18381838
},
18391839
{
18401840
"eventId": "composer-service:last-validated-at-cleared",
18411841
"filePath": "/frontend/discourse/app/services/composer.js",
1842-
"lineNumber": 1855,
1842+
"lineNumber": 1861,
18431843
"args": [],
18441844
"comments": null
18451845
},
@@ -2174,7 +2174,7 @@
21742174
{
21752175
"eventId": "chat:modify-selection",
21762176
"filePath": "/plugins/chat/assets/javascripts/discourse/initializers/chat-keyboard-shortcuts.js",
2177-
"lineNumber": 77,
2177+
"lineNumber": 76,
21782178
"args": [
21792179
{
21802180
"argValue": "event",
@@ -2201,7 +2201,7 @@
22012201
{
22022202
"eventId": "chat:open-insert-link-modal",
22032203
"filePath": "/plugins/chat/assets/javascripts/discourse/initializers/chat-keyboard-shortcuts.js",
2204-
"lineNumber": 89,
2204+
"lineNumber": 88,
22052205
"args": [
22062206
{
22072207
"argValue": "event",
@@ -2224,7 +2224,7 @@
22242224
{
22252225
"eventId": "chat:toggle-close",
22262226
"filePath": "/plugins/chat/assets/javascripts/discourse/initializers/chat-keyboard-shortcuts.js",
2227-
"lineNumber": 117,
2227+
"lineNumber": 113,
22282228
"args": [
22292229
{
22302230
"argValue": "event",
@@ -2441,7 +2441,7 @@
24412441
{
24422442
"eventId": "header:update-topic",
24432443
"filePath": "/plugins/discourse-assign/assets/javascripts/discourse/initializers/extend-for-assigns.js",
2444-
"lineNumber": 502,
2444+
"lineNumber": 506,
24452445
"args": [
24462446
{
24472447
"argValue": "topic",
@@ -2754,7 +2754,7 @@
27542754
{
27552755
"eventId": "discourse-reactions:reaction-toggled",
27562756
"filePath": "/plugins/discourse-reactions/assets/javascripts/discourse/models/discourse-reactions-custom-reaction.js",
2757-
"lineNumber": 15,
2757+
"lineNumber": 17,
27582758
"args": [
27592759
{
27602760
"argValue": [

lib/app_events_docs_generator/app_events/app_events_docs.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ No arguments passed to this event.
151151
| -------- | ------------------- | -------- | -------------- | ----------- |
152152
| 1 | result1.interaction | property | True | - |
153153

154-
#### chat:modify-selection [:link:](https://github.com/discourse/discourse/blob/main/plugins/chat/assets/javascripts/discourse/initializers/chat-keyboard-shortcuts.js#L77)
154+
#### chat:modify-selection [:link:](https://github.com/discourse/discourse/blob/main/plugins/chat/assets/javascripts/discourse/initializers/chat-keyboard-shortcuts.js#L76)
155155

156156
| Position | Argument | Type | Always Present | Description |
157157
| -------- | ------------------ | -------- | -------------- | ----------- |
@@ -160,7 +160,7 @@ No arguments passed to this event.
160160
| - | objectArg2.type | variable | True | - |
161161
| - | objectArg2.context | property | True | - |
162162

163-
#### chat:open-insert-link-modal [:link:](https://github.com/discourse/discourse/blob/main/plugins/chat/assets/javascripts/discourse/initializers/chat-keyboard-shortcuts.js#L89)
163+
#### chat:open-insert-link-modal [:link:](https://github.com/discourse/discourse/blob/main/plugins/chat/assets/javascripts/discourse/initializers/chat-keyboard-shortcuts.js#L88)
164164

165165
| Position | Argument | Type | Always Present | Description |
166166
| -------- | ------------------ | -------- | -------------- | ----------- |
@@ -198,15 +198,15 @@ No arguments passed to this event.
198198

199199
No arguments passed to this event.
200200

201-
#### chat:toggle-close [:link:](https://github.com/discourse/discourse/blob/main/plugins/chat/assets/javascripts/discourse/initializers/chat-keyboard-shortcuts.js#L117)
201+
#### chat:toggle-close [:link:](https://github.com/discourse/discourse/blob/main/plugins/chat/assets/javascripts/discourse/initializers/chat-keyboard-shortcuts.js#L113)
202202

203203
| Position | Argument | Type | Always Present | Description |
204204
| -------- | -------- | -------- | -------------- | ----------- |
205205
| 1 | event | variable | False | - |
206206

207207
<details><summary>Detailed List</summary>
208208

209-
##### /plugins/chat/assets/javascripts/discourse/initializers/chat-keyboard-shortcuts.js#117 [:link:](https://github.com/discourse/discourse/blob/main/plugins/chat/assets/javascripts/discourse/initializers/chat-keyboard-shortcuts.js#L117)
209+
##### /plugins/chat/assets/javascripts/discourse/initializers/chat-keyboard-shortcuts.js#113 [:link:](https://github.com/discourse/discourse/blob/main/plugins/chat/assets/javascripts/discourse/initializers/chat-keyboard-shortcuts.js#L113)
210210

211211
| Position | Argument | Type | Description |
212212
| -------- | -------- | -------- | ----------- |
@@ -254,21 +254,21 @@ No arguments passed to this event.
254254

255255
No arguments passed to this event.
256256

257-
#### composer:cancelled [:link:](https://github.com/discourse/discourse/blob/main/frontend/discourse/app/services/composer.js#L1654)
257+
#### composer:cancelled [:link:](https://github.com/discourse/discourse/blob/main/frontend/discourse/app/services/composer.js#L1660)
258258

259259
No arguments passed to this event.
260260

261261
<details><summary>Detailed List</summary>
262262

263-
##### /frontend/discourse/app/services/composer.js#1654 [:link:](https://github.com/discourse/discourse/blob/main/frontend/discourse/app/services/composer.js#L1654)
263+
##### /frontend/discourse/app/services/composer.js#1660 [:link:](https://github.com/discourse/discourse/blob/main/frontend/discourse/app/services/composer.js#L1660)
264264

265265
No arguments passed to this event.
266266

267-
##### /frontend/discourse/app/services/composer.js#1669 [:link:](https://github.com/discourse/discourse/blob/main/frontend/discourse/app/services/composer.js#L1669)
267+
##### /frontend/discourse/app/services/composer.js#1675 [:link:](https://github.com/discourse/discourse/blob/main/frontend/discourse/app/services/composer.js#L1675)
268268

269269
No arguments passed to this event.
270270

271-
##### /frontend/discourse/app/services/composer.js#1686 [:link:](https://github.com/discourse/discourse/blob/main/frontend/discourse/app/services/composer.js#L1686)
271+
##### /frontend/discourse/app/services/composer.js#1692 [:link:](https://github.com/discourse/discourse/blob/main/frontend/discourse/app/services/composer.js#L1692)
272272

273273
No arguments passed to this event.
274274

@@ -626,7 +626,7 @@ No arguments passed to this event.
626626

627627

628628
### composer-service
629-
#### composer-service:last-validated-at-cleared [:link:](https://github.com/discourse/discourse/blob/main/frontend/discourse/app/services/composer.js#L1855)
629+
#### composer-service:last-validated-at-cleared [:link:](https://github.com/discourse/discourse/blob/main/frontend/discourse/app/services/composer.js#L1861)
630630

631631
No arguments passed to this event.
632632

@@ -728,7 +728,7 @@ No arguments passed to this event.
728728

729729

730730
### discourse-reactions
731-
#### discourse-reactions:reaction-toggled [:link:](https://github.com/discourse/discourse/blob/main/plugins/discourse-reactions/assets/javascripts/discourse/models/discourse-reactions-custom-reaction.js#L15)
731+
#### discourse-reactions:reaction-toggled [:link:](https://github.com/discourse/discourse/blob/main/plugins/discourse-reactions/assets/javascripts/discourse/models/discourse-reactions-custom-reaction.js#L17)
732732

733733
| Position | Argument | Type | Always Present | Description |
734734
| -------- | ------------------- | -------- | -------------- | ----------- |
@@ -779,13 +779,13 @@ No arguments passed to this event.
779779

780780

781781
### dom
782-
#### dom:clean [:link:](https://github.com/discourse/discourse/blob/main/frontend/discourse/app/instance-initializers/clean-dom-on-route-change.js#L35)
782+
#### dom:clean [:link:](https://github.com/discourse/discourse/blob/main/frontend/discourse/app/instance-initializers/clean-dom-on-route-change.js#L28)
783783

784784
No arguments passed to this event.
785785

786786

787787
### draft
788-
#### draft:destroyed [:link:](https://github.com/discourse/discourse/blob/main/frontend/discourse/app/services/composer.js#L1635)
788+
#### draft:destroyed [:link:](https://github.com/discourse/discourse/blob/main/frontend/discourse/app/services/composer.js#L1641)
789789

790790
| Position | Argument | Type | Always Present | Description |
791791
| -------- | -------- | -------- | -------------- | ----------- |
@@ -915,7 +915,7 @@ No arguments passed to this event.
915915
| -------- | -------------- | -------- | ----------- |
916916
| 1 | composer.topic | property | - |
917917

918-
##### /plugins/discourse-assign/assets/javascripts/discourse/initializers/extend-for-assigns.js#502 [:link:](https://github.com/discourse/discourse/blob/main/plugins/discourse-assign/assets/javascripts/discourse/initializers/extend-for-assigns.js#L502)
918+
##### /plugins/discourse-assign/assets/javascripts/discourse/initializers/extend-for-assigns.js#506 [:link:](https://github.com/discourse/discourse/blob/main/plugins/discourse-assign/assets/javascripts/discourse/initializers/extend-for-assigns.js#L506)
919919

920920
| Position | Argument | Type | Description |
921921
| -------- | -------- | -------- | ----------- |
@@ -1363,7 +1363,7 @@ No arguments passed to this event.
13631363

13641364

13651365
### topic-entrance
1366-
#### topic-entrance:show [:link:](https://github.com/discourse/discourse/blob/main/frontend/discourse/app/components/basic-topic-list.gjs#L89)
1366+
#### topic-entrance:show [:link:](https://github.com/discourse/discourse/blob/main/frontend/discourse/app/components/basic-topic-list.gjs#L72)
13671367

13681368
| Position | Argument | Type | Always Present | Description |
13691369
| -------- | ------------------- | --------------- | -------------- | ----------- |
@@ -1373,7 +1373,7 @@ No arguments passed to this event.
13731373

13741374
<details><summary>Detailed List</summary>
13751375

1376-
##### /frontend/discourse/app/components/basic-topic-list.gjs#89 [:link:](https://github.com/discourse/discourse/blob/main/frontend/discourse/app/components/basic-topic-list.gjs#L89)
1376+
##### /frontend/discourse/app/components/basic-topic-list.gjs#72 [:link:](https://github.com/discourse/discourse/blob/main/frontend/discourse/app/components/basic-topic-list.gjs#L72)
13771377

13781378
| Position | Argument | Type | Description |
13791379
| -------- | ------------------- | --------------- | ----------- |

0 commit comments

Comments
 (0)