Commit c8b8b71
feat: v8 (#3137)
* feat!: add text composer and poll composer integration to the message input (#3085)
* chore: modify gh workflows
* feat: removal of StreamChatGenerics (#2993)
* feat: remove StreamChatGenerics and introduce interface merging
* fix: some of the outstanding todos
* chore: add default interfaces
* chore: remove SCG from sample app
* fix: remove redundant types
* fix: remove type module
* fix: change the way interface declaration is consumed
* fix: ignore ts complaints for interface declaration
* chore: migrate TypescriptMessagingApp away from SCG
* chore: migrate the Expo sample app away from SCG
* fix: commit missing files
* fix: revert mistaken change
* fix: add resolutions for symlinked libs
* chore: remove support for react-native-document-picker (#3000)
* BREAKING CHANGE: V7 release candidate
* chore: add rc channel
* fix: typo in branch name
* feat: trigger breaking change for v7 (#3005)
BREAKING CHANGE: Release V7
* chore: remove dryRun
* chore: bump stream-chat version to latest rc
* chore: bump stream-chat to latest
* feat: introduce expo-video support (#3010)
* feat: introduce support for expo-video
* fix: remove redundant test
* fix: add check for audio component
* fix: lint issues
* fix: different types inference with latest stream-chat changes
* chore(deps): update sample apps too
* fix: remove generics from new hook
* fix: remove remnants from SCG and fix missing types
* fix: lint issues
* fix: replace TouchableOpacity with Pressable
* fix: move to RN TouchableOpacity instead
* chore(deps): update peer deps
* chore: remove unused hooks
* chore: remove deps scope
* fix: all instances of FormatMessageResponse in respect to the new llc changes
* chore: ref branch specifically
* fix: try clearing cache
* fix: remove cache clean
* fix: remove console.log
* fix: use latest commit
* fix: use latest rc of llc
* chore: use specific commit again
* fix: SCG remnants from merge
* fix: lint issues
* fix: lint issues
* fix: unify file and image types (#3050)
* fix: unify file and image types
* fix: refine types
* fix: remove props from auto complete input
* chore: update deps
* fix: failing tests and AutoCompleteInput type
* chore: update custom data module interfaces
* fix: change RNFile to FileReference as per latest client changes (#3061)
* fix: merge conflicts
* fix: remove MessageType type from the SDK
* fix: resolve conflicts from V7 branch
* fix: broken tests
* fix: useMessageActions remove reserved fields logic
* revert: useMessageActions change
* fix: confine readBy data to Message Status component
* fix: change date separator and group styles to ref
* fix: add app changes
* feat: use new text composer for RN SDK
* fix: bump stream-chat to latest rc
* chore: bump stream-chat version to latest rc again
* fix: thread messages state not updating properly
* chore: change type to inferred one
* fix: set correct core lib versions
* chore: bump stream-chat to latest rc again
* chore: update sample app yarn.locks as well
* fix: refine the implementation
* fix: add useCallback
* fix: keyboard taking full screen issue when the prefer cross-fade transition setting is enabled (#3073)
* fix: respect the hasCommand channel prop as well
* fix: keybaord taking full screen issue when the prefer cross-fade transition setting is enabled (#3072)
* fix: keybaord taking full screen issue when the prefer cross-fade transition setting is enabled
* chore: bump stream-chat-js rc again
* chore: full reinstall after merge from develop
* fix: add back mistakenly removed mime dep
* feat: add poll composer
* feat: add emoji middleware and make text input better
* fix: add channel command middleware
* fix: add channel command middleware
* fix: remove unused values from message input context
* fix: remove unused values from message input context
* fix: code clean up
* fix: point out a bug with the ban user command
* fix: added option reordering fix
* fix: improve the emoji and command middleware and cleanup
* fix: quoted message state using the message composer
* fix: improve poll composer integration
* fix: reduce prop surface area from auto complete input
* fix: tests
* fix: poll composer crash bug
* fix: change emoji middleware name
* chore: remove workflow changes
* fix: auto complete input changes
* refactor: add improvements
* refactor: add poll changes
* fix: add back react memo
* fix: input buttons hasText optimization
* fix: commands button hastext optimization
* fix: create poll options useEffect
---------
Co-authored-by: Ivan Sekovanikj <[email protected]>
Co-authored-by: Ivan Sekovanikj <[email protected]>
* feat!: message composer attachment manager integration and improve send flow (#3093)
* chore: modify gh workflows
* feat: removal of StreamChatGenerics (#2993)
* feat: remove StreamChatGenerics and introduce interface merging
* fix: some of the outstanding todos
* chore: add default interfaces
* chore: remove SCG from sample app
* fix: remove redundant types
* fix: remove type module
* fix: change the way interface declaration is consumed
* fix: ignore ts complaints for interface declaration
* chore: migrate TypescriptMessagingApp away from SCG
* chore: migrate the Expo sample app away from SCG
* fix: commit missing files
* fix: revert mistaken change
* fix: add resolutions for symlinked libs
* chore: remove support for react-native-document-picker (#3000)
* BREAKING CHANGE: V7 release candidate
* chore: add rc channel
* fix: typo in branch name
* feat: trigger breaking change for v7 (#3005)
BREAKING CHANGE: Release V7
* chore: remove dryRun
* chore: bump stream-chat version to latest rc
* chore: bump stream-chat to latest
* feat: introduce expo-video support (#3010)
* feat: introduce support for expo-video
* fix: remove redundant test
* fix: add check for audio component
* fix: lint issues
* fix: different types inference with latest stream-chat changes
* chore(deps): update sample apps too
* fix: remove generics from new hook
* fix: remove remnants from SCG and fix missing types
* fix: lint issues
* fix: replace TouchableOpacity with Pressable
* fix: move to RN TouchableOpacity instead
* chore(deps): update peer deps
* chore: remove unused hooks
* chore: remove deps scope
* fix: all instances of FormatMessageResponse in respect to the new llc changes
* chore: ref branch specifically
* fix: try clearing cache
* fix: remove cache clean
* fix: remove console.log
* fix: use latest commit
* fix: use latest rc of llc
* chore: use specific commit again
* fix: SCG remnants from merge
* fix: lint issues
* fix: lint issues
* fix: unify file and image types (#3050)
* fix: unify file and image types
* fix: refine types
* fix: remove props from auto complete input
* chore: update deps
* fix: failing tests and AutoCompleteInput type
* chore: update custom data module interfaces
* fix: change RNFile to FileReference as per latest client changes (#3061)
* fix: merge conflicts
* fix: remove MessageType type from the SDK
* fix: resolve conflicts from V7 branch
* fix: broken tests
* fix: useMessageActions remove reserved fields logic
* revert: useMessageActions change
* fix: confine readBy data to Message Status component
* fix: change date separator and group styles to ref
* fix: add app changes
* feat: use new text composer for RN SDK
* fix: bump stream-chat to latest rc
* chore: bump stream-chat version to latest rc again
* fix: thread messages state not updating properly
* chore: change type to inferred one
* fix: set correct core lib versions
* chore: bump stream-chat to latest rc again
* chore: update sample app yarn.locks as well
* fix: refine the implementation
* fix: add useCallback
* fix: keyboard taking full screen issue when the prefer cross-fade transition setting is enabled (#3073)
* fix: respect the hasCommand channel prop as well
* fix: keybaord taking full screen issue when the prefer cross-fade transition setting is enabled (#3072)
* fix: keybaord taking full screen issue when the prefer cross-fade transition setting is enabled
* chore: bump stream-chat-js rc again
* chore: full reinstall after merge from develop
* fix: add back mistakenly removed mime dep
* feat: add poll composer
* feat: add emoji middleware and make text input better
* fix: add channel command middleware
* fix: add channel command middleware
* fix: remove unused values from message input context
* fix: remove unused values from message input context
* fix: code clean up
* fix: point out a bug with the ban user command
* fix: added option reordering fix
* fix: improve the emoji and command middleware and cleanup
* fix: quoted message state using the message composer
* fix: improve poll composer integration
* fix: reduce prop surface area from auto complete input
* fix: tests
* feat: add integration for attachment manager
* fix: yarn.lock update
* fix: poll composer crash bug
* fix: change emoji middleware name
* chore: remove workflow changes
* feat: move attachment picker context to Channel wrapper and handle only bottom sheet stuff in it
* fix: add app refactor
* fix: add app refactor
* fix: auto complete input changes
* refactor: add improvements
* refactor: add poll changes
* fix: add back react memo
* fix: input buttons hasText optimization
* fix: improve upload preview components
* fix: improve upload preview components
* fix: audio attachment issues
* chore: resolve conflicts
* fix: sync up changes
* fix: sync up changes
* fix: commands button hastext optimization
* fix: create poll options useEffect
* fix: comment
* fix: default values
* fix: try out picker in channel
* fix: attachment picker component usage
* fix: cleanup for the attachment manager
* fix: input button hasText bug
* fix: file unsupported types
* fix: style for upload unsupported indicator
* fix: improve upload new file
* fix: send button and audiorecordingbutton re-renders
* fix: send button and audiorecordingbutton re-renders
* revert: the memo change
* fix: remove profiler code
* fix: optimize send button performance
* fix: type export from audio recording button
* fix: iLocalUri utility
* fix: update yarn lock
* fix: attachment send while offline support is enabled
* fix: make sending flow faster and bug free and fix bug with cooldown
* fix: edited message usage
* fix: attachments draft middleware
* fix: make command control middleware better
* fix: use text composer for command handling
* tests: add tests
* tests: add tests
* fix: remove thread from MessageInput
* perf: messages rerendering on every composer change
* perf: remove editing state from channel ctx and add composer ctx
* fix: double editing issue
* fix: introduce hasText
* fix: quoted message edited update bug
* fix: quoted message edited update bug
* fix: close poll modal before send to avoid reset on the UI
* fix: selected picker bug
* fix: memoize the photos
* fix: performance issue with quoted message checks
* fix: further optimize memo checks
* perf: separate composer ctxs and optimize usage (#3112)
* perf: abstract away composer api and usage
* fix: remove props inport and remove comments
---------
Co-authored-by: Khushal Agarwal <[email protected]>
* fix: change how message composer config is set
* perf: make attachbutton better
* fix: poll option animation breaking (#3115)
* fix: poll option animation breaking
* fix: add container animation
* chore: remove console.log
* fix: revert not needed prop drilling
* fix: use draft attachments middlware
* fix: image upload preview loading indicator
* tests: add tests setup
* tests: add tests setup
* tests: add more tests
* perf: improve the input buttons and command input perf
* fix: sample app channel header component perf
* fix: remove isCommandUIEnabled from channel context
* chore: temporarily comment out commands feature
* chore: bump stream-chat to latest
* chore: comment out setting up middleware again
* fix: send button visibility when async audio off and fixed few tests
---------
Co-authored-by: Ivan Sekovanikj <[email protected]>
Co-authored-by: Ivan Sekovanikj <[email protected]>
* chore: update lock files
* fix: check the send link capability before sending message (#3116)
* fix: check the send link capability before sending message
* fix: formatting
* fix: poll creation and optimistic updates (#3117)
* fix: poll creation and optimistic updates
* fix: multi poll sending edge case
* fix: improve command button usage
* test: fix more tests and remove isValidMessage tests as its already handled on LLC
* fix: remove redundant styles from image upload preview
* feat: draft message (#3114)
* chore: modify gh workflows
* feat: removal of StreamChatGenerics (#2993)
* feat: remove StreamChatGenerics and introduce interface merging
* fix: some of the outstanding todos
* chore: add default interfaces
* chore: remove SCG from sample app
* fix: remove redundant types
* fix: remove type module
* fix: change the way interface declaration is consumed
* fix: ignore ts complaints for interface declaration
* chore: migrate TypescriptMessagingApp away from SCG
* chore: migrate the Expo sample app away from SCG
* fix: commit missing files
* fix: revert mistaken change
* fix: add resolutions for symlinked libs
* chore: remove support for react-native-document-picker (#3000)
* BREAKING CHANGE: V7 release candidate
* chore: add rc channel
* fix: typo in branch name
* feat: trigger breaking change for v7 (#3005)
BREAKING CHANGE: Release V7
* chore: remove dryRun
* chore: bump stream-chat version to latest rc
* chore: bump stream-chat to latest
* feat: introduce expo-video support (#3010)
* feat: introduce support for expo-video
* fix: remove redundant test
* fix: add check for audio component
* fix: lint issues
* fix: different types inference with latest stream-chat changes
* chore(deps): update sample apps too
* fix: remove generics from new hook
* fix: remove remnants from SCG and fix missing types
* fix: lint issues
* fix: replace TouchableOpacity with Pressable
* fix: move to RN TouchableOpacity instead
* chore(deps): update peer deps
* chore: remove unused hooks
* chore: remove deps scope
* fix: all instances of FormatMessageResponse in respect to the new llc changes
* chore: ref branch specifically
* fix: try clearing cache
* fix: remove cache clean
* fix: remove console.log
* fix: use latest commit
* fix: use latest rc of llc
* chore: use specific commit again
* fix: SCG remnants from merge
* fix: lint issues
* fix: lint issues
* fix: unify file and image types (#3050)
* fix: unify file and image types
* fix: refine types
* fix: remove props from auto complete input
* chore: update deps
* fix: failing tests and AutoCompleteInput type
* chore: update custom data module interfaces
* fix: change RNFile to FileReference as per latest client changes (#3061)
* fix: merge conflicts
* fix: remove MessageType type from the SDK
* fix: resolve conflicts from V7 branch
* fix: broken tests
* fix: useMessageActions remove reserved fields logic
* revert: useMessageActions change
* fix: confine readBy data to Message Status component
* fix: change date separator and group styles to ref
* fix: add app changes
* feat: use new text composer for RN SDK
* fix: bump stream-chat to latest rc
* chore: bump stream-chat version to latest rc again
* fix: thread messages state not updating properly
* chore: change type to inferred one
* fix: set correct core lib versions
* chore: bump stream-chat to latest rc again
* chore: update sample app yarn.locks as well
* fix: refine the implementation
* fix: add useCallback
* fix: keyboard taking full screen issue when the prefer cross-fade transition setting is enabled (#3073)
* fix: respect the hasCommand channel prop as well
* fix: keybaord taking full screen issue when the prefer cross-fade transition setting is enabled (#3072)
* fix: keybaord taking full screen issue when the prefer cross-fade transition setting is enabled
* chore: bump stream-chat-js rc again
* chore: full reinstall after merge from develop
* fix: add back mistakenly removed mime dep
* feat: add poll composer
* feat: add emoji middleware and make text input better
* fix: add channel command middleware
* fix: add channel command middleware
* fix: remove unused values from message input context
* fix: remove unused values from message input context
* fix: code clean up
* fix: point out a bug with the ban user command
* fix: added option reordering fix
* fix: improve the emoji and command middleware and cleanup
* fix: quoted message state using the message composer
* fix: improve poll composer integration
* fix: reduce prop surface area from auto complete input
* fix: tests
* feat: add integration for attachment manager
* fix: yarn.lock update
* fix: poll composer crash bug
* fix: change emoji middleware name
* chore: remove workflow changes
* feat: move attachment picker context to Channel wrapper and handle only bottom sheet stuff in it
* fix: add app refactor
* fix: add app refactor
* fix: auto complete input changes
* refactor: add improvements
* refactor: add poll changes
* fix: add back react memo
* fix: input buttons hasText optimization
* fix: improve upload preview components
* fix: improve upload preview components
* fix: audio attachment issues
* chore: resolve conflicts
* fix: sync up changes
* fix: sync up changes
* fix: commands button hastext optimization
* fix: create poll options useEffect
* fix: comment
* fix: default values
* fix: try out picker in channel
* fix: attachment picker component usage
* fix: cleanup for the attachment manager
* fix: input button hasText bug
* fix: file unsupported types
* fix: style for upload unsupported indicator
* fix: improve upload new file
* fix: send button and audiorecordingbutton re-renders
* fix: send button and audiorecordingbutton re-renders
* revert: the memo change
* fix: remove profiler code
* fix: optimize send button performance
* fix: type export from audio recording button
* fix: iLocalUri utility
* fix: update yarn lock
* fix: attachment send while offline support is enabled
* fix: make sending flow faster and bug free and fix bug with cooldown
* fix: edited message usage
* fix: attachments draft middleware
* fix: make command control middleware better
* fix: use text composer for command handling
* feat: add support for draft message
* fix: draft config
* feat: add offline support for draft messages
* fix: getDraft bug and add draft support for thread list
* fix: set draft config from app
* fix: thread list listen to messagecomposer events
* fix: drafts issue
* fix: add test id
* tests: add tests
* tests: add tests
* tests: add tests
* fix: remove thread from MessageInput
* perf: messages rerendering on every composer change
* perf: remove editing state from channel ctx and add composer ctx
* fix: double editing issue
* fix: introduce hasText
* fix: quoted message edited update bug
* fix: quoted message edited update bug
* fix: close poll modal before send to avoid reset on the UI
* fix: selected picker bug
* fix: memoize the photos
* fix: performance issue with quoted message checks
* fix: further optimize memo checks
* feat: add draftscreen to sample app
* perf: separate composer ctxs and optimize usage (#3112)
* perf: abstract away composer api and usage
* fix: remove props inport and remove comments
---------
Co-authored-by: Khushal Agarwal <[email protected]>
* fix: usage of global config
* fix: usage of global config
* fix: change how message composer config is set
* fix: application of global config in sample app
* perf: make attachbutton better
* fix: editing usage
* fix: drafts messages in channel without parent id
* fix: unify the message preview component to channel preview and thread list item
* fix: add message preview to draft list
* fix: poll option animation breaking (#3115)
* fix: poll option animation breaking
* fix: add container animation
* chore: remove console.log
* fix: revert not needed prop drilling
* fix: improve draft manager
* fix: improve draft manager
* fix: remove parent_id prop
* fix: use draft attachments middlware
* fix: image upload preview loading indicator
* tests: add tests setup
* tests: add tests setup
* tests: add more tests
* perf: improve the input buttons and command input perf
* fix: sample app channel header component perf
* fix: remove isCommandUIEnabled from channel context
* chore: update yarn lock and pod file
* fix: improve uselatestmessagepreview
* fix: adjust theme changes
* refactor: introduce selectDraftMessageFromDraft
* fix: getDraft endpoint return value
* fix: register subscriptions when the thread var change
* chore: update yarn lock files
* revert: thread dep change
* fix: handle only draft events in channel preview and thread list item
* fix: delete draft message when new created
* fix: guard from parent id
* fix: get drafts with parent message and cid
* fix: remove console logs
* fix: drafts state and offline support quirks
* fix: offline mode drafts and jsi quirks
* fix: thread draft bugs, thread draft pending tasks, schema and mapping
* fix: rename type to threadId for clarity
---------
Co-authored-by: Ivan Sekovanikj <[email protected]>
Co-authored-by: Ivan Sekovanikj <[email protected]>
* fix: use composer for show thread message in channel checkbox (#3122)
* fix: use composer for show thread message in channel checkbox
* fix: how threadList prop is passed
* test: add test for message input context and few other components/utils (#3121)
* test: add test for message input context and few other components/utils
* fix: lint issues
* chore: update podlock file
* test: fix more broken tests
* fix: tests
* fix: more tests
* fix: sync issue
* fix: final broken test
* fix: remove unused props from message input
* fix: remove unused props from message input
* fix: openFilePicker removal and fix show more options
* chore: setup v8 rc candidate and workflows (#3127)
* chore: setup v8 rc candidate and workflows
* chore: setup v8 rc candidate and workflows
* feat: handle command injection on the sdk (#3124)
* feat: handle command injection through middleware
* chore: update pod lock file
* chore: update yarn lock files
* fix: use middleware from LLC
* fix: remove isCommandUIEnabled prop
* fix: add back refactor
* fix: add setup command middleware for sample app
* chore: update podlock file
* fix: remove redundant text selector
* chore: update yarn lock and podfile lock
* fix: middleware usage
* chore: update podfile.lock
* fix: broken tests due to 0.79 merge
* fix: restructure file and image upload preview to attachment upload preview list (#3133)
* feat: restructure images and files upload preview
* feat: create useAudioPreviewManager
* fix: paused bug when audio is uploadesd
* fix: restructure useeffect
* fix: draft pending task deletion
* fix: poll switch inputs issue with async state (#3135)
* fix: poll switch inputs issue with async state
* fix: poll switch inputs issue with async state
* fix: poll switch inputs issue with async state
* chore: bump stream-chat to latest
* feat: bump i18n to latest and do all necessary changes in the SDK to support it
* chore: update relevant yarn.locks
* fix: linter issues
* fix: import cycles issue for polls and translations
* fix: message composer cyclical deps
* chore: bump expomessaging yarn.lock
* fix: limit offline messages
* fix: update pod lock files
BREAKING CHANGE: commit for v8 bump
* Revert "chore: setup v8 rc candidate and workflows (#3127)"
This reverts commit 7a0dad8.
* chore: bump sample apps all around
---------
Co-authored-by: Ivan Sekovanikj <[email protected]>
Co-authored-by: Ivan Sekovanikj <[email protected]>1 parent 703b0ae commit c8b8b71
File tree
265 files changed
+10047
-15139
lines changed- examples
- ExpoMessaging
- app/channel/[cid]
- components
- SampleApp
- ios
- src
- components
- icons
- screens
- utils
- TypeScriptMessaging
- ios
- package
- expo-package
- native-package
- src
- __tests__/offline-support
- components
- AttachmentPicker
- components
- Attachment
- __tests__
- AutoCompleteInput
- __tests__
- ChannelList
- __tests__
- hooks/listeners/__tests__
- ChannelPreview
- __tests__
- hooks
- __tests__
- Channel
- __tests__
- hooks
- ImageGallery
- __tests__
- components
- Indicators
- MessageInput
- __tests__
- __snapshots__
- components
- AttachmentPreview
- AudioRecorder
- hooks
- MessageList
- __tests__
- MessageMenu
- __tests__
- MessagePreview
- Message
- MessageSimple
- __tests__
- __snapshots__
- utils
- hooks
- Poll
- components
- PollResults
- hooks
- Reply
- ThreadList
- Thread
- __tests__
- __snapshots__
- components
- contexts
- __tests__
- attachmentPickerContext
- channelContext
- messageComposerContext
- messageContext
- messageInputContext
- __tests__
- __snapshots__
- hooks
- utils
- messagesContext
- overlayContext
- pollContext
- suggestionsContext
- __tests__
- themeContext/utils
- translationContext
- emoji-data
- hooks
- i18n
- icons
- middlewares
- mock-builders
- api
- generator
- store
- apis
- queries
- mappers
- types
- utils
- i18n
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
265 files changed
+10047
-15139
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 14 | | |
20 | 15 | | |
21 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
23 | | - | |
24 | 22 | | |
25 | 23 | | |
26 | 24 | | |
| |||
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
| 34 | + | |
| 35 | + | |
42 | 36 | | |
43 | 37 | | |
44 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1404 | 1404 | | |
1405 | 1405 | | |
1406 | 1406 | | |
| 1407 | + | |
| 1408 | + | |
| 1409 | + | |
| 1410 | + | |
| 1411 | + | |
1407 | 1412 | | |
1408 | 1413 | | |
1409 | 1414 | | |
| |||
2581 | 2586 | | |
2582 | 2587 | | |
2583 | 2588 | | |
| 2589 | + | |
| 2590 | + | |
| 2591 | + | |
| 2592 | + | |
| 2593 | + | |
2584 | 2594 | | |
2585 | 2595 | | |
2586 | 2596 | | |
| |||
4120 | 4130 | | |
4121 | 4131 | | |
4122 | 4132 | | |
| 4133 | + | |
| 4134 | + | |
| 4135 | + | |
| 4136 | + | |
| 4137 | + | |
| 4138 | + | |
| 4139 | + | |
4123 | 4140 | | |
4124 | 4141 | | |
4125 | 4142 | | |
| |||
6110 | 6127 | | |
6111 | 6128 | | |
6112 | 6129 | | |
6113 | | - | |
6114 | | - | |
6115 | | - | |
6116 | | - | |
| 6130 | + | |
| 6131 | + | |
| 6132 | + | |
| 6133 | + | |
6117 | 6134 | | |
6118 | 6135 | | |
6119 | 6136 | | |
| |||
6133 | 6150 | | |
6134 | 6151 | | |
6135 | 6152 | | |
6136 | | - | |
6137 | | - | |
6138 | | - | |
6139 | | - | |
| 6153 | + | |
| 6154 | + | |
| 6155 | + | |
| 6156 | + | |
6140 | 6157 | | |
6141 | 6158 | | |
6142 | 6159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| 39 | + | |
| 40 | + | |
37 | 41 | | |
38 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
39 | 45 | | |
40 | 46 | | |
41 | 47 | | |
| |||
118 | 124 | | |
119 | 125 | | |
120 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
121 | 152 | | |
122 | 153 | | |
123 | 154 | | |
| |||
169 | 200 | | |
170 | 201 | | |
171 | 202 | | |
172 | | - | |
173 | 203 | | |
174 | 204 | | |
175 | 205 | | |
176 | 206 | | |
177 | | - | |
| 207 | + | |
178 | 208 | | |
179 | 209 | | |
180 | 210 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2425 | 2425 | | |
2426 | 2426 | | |
2427 | 2427 | | |
2428 | | - | |
| 2428 | + | |
2429 | 2429 | | |
2430 | 2430 | | |
2431 | 2431 | | |
| |||
2872 | 2872 | | |
2873 | 2873 | | |
2874 | 2874 | | |
2875 | | - | |
| 2875 | + | |
2876 | 2876 | | |
2877 | 2877 | | |
2878 | 2878 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| 40 | + | |
| 41 | + | |
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
| |||
64 | 67 | | |
65 | 68 | | |
66 | 69 | | |
| 70 | + | |
67 | 71 | | |
68 | 72 | | |
69 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
47 | 55 | | |
48 | 56 | | |
49 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
76 | | - | |
| 74 | + | |
77 | 75 | | |
78 | 76 | | |
79 | 77 | | |
| |||
0 commit comments