Commit 4579010
feat(repo): merge design system (#97)
* feat(repo): add poc of button and gallery (#28)
* poc of button and gallery
* chore: fix analysis issues
* chore: format
* chore: format
* add temporary branch for PR title
---------
Co-authored-by: Sahil Kumar <sahil@getstream.io>
* chore(repo): Upgrade Flutter to `>=3.38.1` and enable new lints (#29)
* feat(ui): Introduce Stream Design System foundations and gallery app (#31)
* feat: Introduce Stream Design System foundations and gallery app
This commit introduces the foundational elements of the new Stream Design System and a comprehensive gallery application (Widgetbook) for showcasing and customizing components.
**Core Package (`stream_core_flutter`):**
* **Design Tokens**: Added foundational design tokens for colors, spacing, radius, typography, and box shadows. These tokens are organized into primitive and semantic layers.
* `StreamColors`: Defines the primitive color palette.
* `StreamColorScheme`: Provides semantic color roles (e.g., `accentPrimary`, `textSecondary`).
* `StreamTypography`, `StreamTextTheme`: Defines font primitives and semantic text styles.
* `StreamSpacing`, `StreamRadius`, `StreamBoxShadow`: Adds tokens for layout and elevation.
* **`StreamTheme`**: Implemented a new `ThemeExtension` to aggregate all design tokens and component themes, enabling centralized theming.
* **New Components**: Added `StreamAvatar`, `StreamAvatarStack`, and `StreamOnlineIndicator`.
* **Theming Infrastructure**: Added `theme_extensions_builder` to auto-generate `copyWith`, `lerp`, and `==`/`hashCode` for theme classes.
**Design System Gallery (`design_system_gallery`):**
* **Gallery App**: Replaced the basic Widgetbook setup with a new, fully-featured gallery application (`StreamDesignSystemGallery`).
* **Theme Studio**: Added a "Theme Studio" panel for real-time customization of all `StreamColorScheme` properties.
* **Enhanced Previews**:
* Added a toolbar with controls for device selection (`DeviceFrame`), text scaling, and light/dark mode toggles.
* Created a `PreviewWrapper` to apply theme, device frame, and text scale to all use cases.
* **New Use Cases**:
* Added comprehensive use cases for new components (`StreamAvatar`, `StreamAvatarStack`, `StreamOnlineIndicator`).
* Added showcases for semantic tokens (`Typography`, `Elevations`).
* Improved `StreamButton` use cases with more variants and real-world examples.
* **Agent Guide**: Added `AGENTS.md`, a guide for AI agents on contributing to the gallery.
* chore: format code
* refactor: Remove StreamButtonTheme
The `StreamButtonTheme` and its related data classes have been removed from the core theme structure. This simplifies the theme by removing the button-specific theming.
Additionally, the `lerp` function for `StreamBrandColor` has been adjusted, and `StreamAvatarColorPair` is now generated using `themeGen`.
* refactor: Remove StreamButtonTheme
The `StreamButtonTheme` and its related data classes have been removed from the core theme structure. This simplifies the theme by removing the button-specific theming.
Additionally, the `lerp` function for `StreamBrandColor` has been adjusted, and `StreamAvatarColorPair` is now generated using `themeGen`.
* chore: update code to use Dart 3 shorthand syntax
* feat(repo): Add design system primitives showcase to gallery (#33)
* chore(repo): Add workflow to publish design system gallery (#34)
* chore(repo): Add workflow to publish design system gallery (#32)
* Add workflow to publish design system gallery
* remove specific flutter version
* don't fetch remote branch
* add swatch from single color (#36)
* add swatch from single color
* remove print statement
* remove unused import
* fix scrollbar issue (#40)
* feat(ui): button component (#37)
* improvements on old button component
* add todo
* add colors for disabled button
* use tokens for border
* format
* update button theme with more layering
* add snapshot tests
enabled lfs for snapshots
* update git checkout for workflow
* improve CI param
* add workflow to update goldens (#39)
* chore: Update Goldens
* disable CI snapshots for local tests
---------
Co-authored-by: renefloor <15101411+renefloor@users.noreply.github.com>
* feat(ui): Added themeable stream icons (#35)
Co-authored-by: Sahil Kumar <sahil@getstream.io>
* feat(ui): filetype icons (#41)
Co-authored-by: Sahil Kumar <sahil@getstream.io>
* feat(ui): add StreamAvatarGroup and StreamBadgeCount (#43)
* chore(repo): Remove Git LFS for golden images (#45)
* feat(ui): gallery on mobile (#38)
* make gallery more usable on mobile
* add const
* feat: animate theme panel and fix layout overflows
- Refactor `GalleryShell` to use `AnimatedSlide` for the theme panel and `AnimatedPadding` for the content.
- Fix text overflow issues in `GalleryHomePage` and color swatches.
- Set minimum window size for macOS.
* feat: integrate Marionette
---------
Co-authored-by: Sahil Kumar <sahil@getstream.io>
* feat(ui): update tokens (#46)
* update design system tokens
source: GetStream/design-system-tokens@ee59239
* updating border colors in gallery
* chore: Update Goldens
* missing border colors
* feat: add headingXs to StreamTextTheme
* feat(gallery): enhance theme config and add backgroundDisabled
- Add `backgroundDisabled` to `ThemeConfiguration` and customization panel
- Refactor color derivation logic for brand, accents, and borders in `_rebuildTheme`
- Update Material theme mappings for borders, dividers, and inputs
- Add `headingXs` to typography showcase
- Replace `Colors` with `StreamColors` for consistency
---------
Co-authored-by: renefloor <15101411+renefloor@users.noreply.github.com>
Co-authored-by: Sahil Kumar <sahil@getstream.io>
* refactor(ui): decouple StreamComponentFactory from StreamTheme (#47)
* refactor(ui): decouple StreamComponentFactory from StreamTheme
- Convert `StreamComponentFactory` to `InheritedWidget` for subtree overrides.
- Remove `componentFactory` from `StreamTheme`.
- Introduce `StreamComponentBuilders` for component customization.
- Update `StreamButton` and `StreamFileTypeIcon` to use the new factory lookup.
* feat(ui): add factory support for avatars, badges, and indicators
Refactors StreamAvatar, StreamAvatarGroup, StreamAvatarStack, StreamBadgeCount, and StreamOnlineIndicator to use StreamComponentFactory.
* refactor(ui): update imports in stream_file_type_icon.dart for component factory and theme extensions
* feat(ui): message composer structure (#42)
* Add basic message composer structure
* Add textinputcontroller
* Add option for floating
* improve bottom padding in message composer
* Started with attachments
* fix some factory properties
* simplified design system composer
* fix icon button
* Added focusNode for input field
* update gallery
* chore: Update Goldens
---------
Co-authored-by: renefloor <15101411+renefloor@users.noreply.github.com>
* feat(UI): composer attachment reply (#48)
* Add attachment - reply
* Add component for reply
* Add GestureDetector on RemoveControl
* chore: Update Goldens
* formatting
* rename chat theme to message theme
* rename chat_theme file
---------
Co-authored-by: renefloor <15101411+renefloor@users.noreply.github.com>
* feat(ui): composer attachment link preview (#49)
* Add link preview component
* Update max height of composer input field
* chore: Update Goldens
* Fix chat rename
* remove old todo
---------
Co-authored-by: renefloor <15101411+renefloor@users.noreply.github.com>
* remove expands on inputfield (#50)
* remove expands on inputfield
* align inputfields on bottom
* feat(ui): add StreamReactionPickerSheet (#51)
Co-authored-by: xsahil03x <25670178+xsahil03x@users.noreply.github.com>
* feat(ui): refactor message theme (#52)
* refactor message theme to separate incoming and outgoing
* chore: Update Goldens
* rename message style
* remove unused import
* chore: Update Goldens
---------
Co-authored-by: renefloor <15101411+renefloor@users.noreply.github.com>
* feat(ui): add StreamContextMenu and StreamContextMenuItem (#53)
* refactor(ui): centralize button defaults and add iconSize property
* feat: add target platform override to preview toolbar
- Add `PlatformSelector` component to switch between target platforms (Android, iOS, etc.).
- Update `PreviewConfiguration` to store and notify platform changes.
- Apply platform override in `PreviewWrapper` to ensure `StreamTheme` and `Theme` reflect the selected platform.
- Add the selector to the main `Toolbar`.
* chore: flutter format
* feat: add StreamContextMenu and StreamContextMenuItem components with playground examples
* feat: add applyPlatform to StreamTheme and update gallery platform override
* feat(ui): add StreamProgressBar and StreamCheckBox (#54)
* feat(ui): add StreamProgressBar component and theme
- Add `StreamProgressBar` component with determinate and indeterminate states.
- Add `StreamProgressBarTheme` and integrate into `StreamTheme`.
- Update `backgroundCoreSurfaceStrong` and `accentNeutral` color tokens.
- Add playground examples to the gallery.
* feat(ui): enhance StreamButton and StreamButtonTheme with interpolation methods
* feat(ui): add StreamProgressBar component with playground and showcase examples
* refactor: move StreamProgressBar to common
* feat(ui): add StreamCheckbox component and theme
- Added `StreamCheckbox` component with support for standard and circular shapes.
- Implemented `StreamCheckboxTheme` and `StreamCheckboxStyle` for customization.
- Updated `StreamComponentFactory` to support custom checkbox builders.
- Exposed checkbox theme via `StreamTheme` and extensions.
- Added playground and showcase examples to the design system gallery.
* feat(ui): add custom builder support for StreamProgressBar
* feat(ui): composer attachments (#55)
* Improved media and file attachments
* Allow override of input body
* simplify StreamBaseMessageComposerInputTrailing
* cleanup unnecessary fields
* formatting
* publicly export StreamRemoveControl
* attachment and composer renaming
* formatting
* refactor(ui): rename StreamContextMenuItem to StreamContextMenuAction (#56)
* Update and add icons (#57)
* feat(ui): add StreamEmojiChip, StreamEmojiChipBar and StreamListTile (#58)
* feat(ui): audio attachments in composer (#59)
Co-authored-by: renefloor <15101411+renefloor@users.noreply.github.com>
* add icon data file to export (#62)
* feat(ui): enhance StreamComponentBuilders with extension support (#60)
Co-authored-by: Cursor <cursoragent@cursor.com>
* return empty factory when no factory is found (#63)
* return empty factory when no factory is found
* update docs
* replaced all maybeOffs
* feat(ui): channel list item (#61)
* add channel list item
* update avatar sizes
* Add badge notification and snapshot tests
* Improve channel list item for implementation
* chore: Update Goldens
* remove unused imports
* Merge channel list item with list tile
* fix gallery
* chore: Update Goldens
* Fix background color theming
* fix avatar size
* Added claude code file
* remove channel list item from core
* cleanup channel list item
* update generated files
---------
Co-authored-by: renefloor <15101411+renefloor@users.noreply.github.com>
* Edit and disabled state for trailing button (#65)
* feat(ui): add `StreamReactions` component and overflow emoji chip (#67)
* remove default padding in message composer (#66)
* refactor(ui): update MessageComposerReplyAttachment to use Widget for title and subtitle (#68)
Co-authored-by: xsahil03x <25670178+xsahil03x@users.noreply.github.com>
* refactor(ui): remove background color from message composer (#69)
* feat(ui): composer also send to channel (#72)
* improve checkbox and expose StreamMessageComposerInputField
* Add docs
* fixed the avatar sizes to match figma design (#71)
* fixed the avatar sizes to match figma design
* format fixes
* updated badge color
* feat(UI): update tokens (#74)
Co-authored-by: renefloor <15101411+renefloor@users.noreply.github.com>
* feat(ui): implement commands (#75)
* make command chip
* chore: Update Goldens
* Add option without dismiss
* chore: Update Goldens
* Minor PR improvements
* update gallery labels
* add missing theme properties
---------
Co-authored-by: renefloor <15101411+renefloor@users.noreply.github.com>
* read text color in message theme (#76)
* feat(ui): add StreamMessage related components (#70)
* make trailing in reply more flexible (#73)
* feat(ui): loading spinner component (#77)
* loading spinner component
* fix
* fix
* skeleton colors (#78)
* feat(ui): Add time formatting options to media badge (#80)
* Add time formatting options to media badge
* chore: Update Goldens
* ignore redundant arguments rule
---------
Co-authored-by: renefloor <15101411+renefloor@users.noreply.github.com>
* feat(ui): add StreamSkeletonLoading and StreamSkeletonBox components (#79)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* feat(ui): stream network image and retry badge (#81)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* feat(ui): bubbles icon (#82)
* bubbles icon
* font recreated
* new icon
* exportable icon used
* regen correct icons
* add missing inputfield properties (#83)
* fix(ui): adds composer input state and color updates (#87)
* This adds composer input state and color updates
* chore: Update Goldens
* formatting
---------
Co-authored-by: renefloor <15101411+renefloor@users.noreply.github.com>
* feat: stream app bar (#84)
* stream app bar
* preffered height added
* Revert "preffered height added"
This reverts commit 86bf82a.
* feat(ui): add StreamMessageAttachment and other fixes (#86)
* feat(ui): add StreamMessageAttachmentContainer and styling options
* feat(ui): add StreamMessageAttachmentContainer with styling options
* feat(ui): add support for collapsed children in StreamFlex layout
* feat(ui): remove unused ABCD widget and its state implementation
* feat(ui): refactor message layout components and add SVG icon support
* feat(ui): add StreamPlaybackSpeedToggle component and theme
- Introduce `StreamPlaybackSpeedToggle` to cycle through playback speeds (x1, x2, x0.5).
- Add `StreamPlaybackSpeedToggleTheme` and supporting theme data for customization.
- Implement `StreamMessageComposerAttachmentContainer` to unify attachment styling in the composer.
- Update `StreamAudioWaveform` with improved thumb styling, including active/idle border colors and elevation.
- Refactor composer attachment components (`File`, `Media`, `LinkPreview`, `Reply`) to use the new shared container.
- Enhance `StreamNetworkImage` error handling with an optional retry callback and fallback icons.
- Update `StreamButton` to use `RoundedSuperellipseBorder` for labeled buttons.
- Add Gallery showcase and playground for the new playback speed toggle.
* feat(ui): update retry logic to handle nullable callback in StreamNetworkImage
* chore: Update Goldens
* chore: Update Goldens
* feat(ui): update StreamImageSourceBadge to require leading and label widgets
* feat(ui): update SVG icons for Giphy and Imgur with new designs
* feat(ui): remove contentKind from StreamMessageLayoutData and update stackPosition defaults
* feat(ui): spacing and padding improvements
* chore: Update Goldens
---------
Co-authored-by: xsahil03x <25670178+xsahil03x@users.noreply.github.com>
* fix(ui): set border color to transparent for message composer reply and link preview (#88)
Co-authored-by: xsahil03x <25670178+xsahil03x@users.noreply.github.com>
* fix(ui): color tokens (#89)
* fix color tokens
* remove outdated colors
* improved color fixes
* chore: Update Goldens
* remove outdated comment
* chore: Update Goldens
* remove badge count border
* rename state colors to background colors
---------
Co-authored-by: renefloor <15101411+renefloor@users.noreply.github.com>
* feat(ui): update text theme values and typography styles (#90)
* feat(ui): introduce `StreamEmojiContent` for Unicode and image-based emojis (#92)
* feat(ui): update icon set (#91)
* update icon set
* update icon usage
* fix download and clock
* update wrong and missing icons
* Add support for rtl icons (#93)
* feat(ui): add message replies visibility and other improvements (#94)
* feat(ui): add StreamErrorBadge and errorBadgeVisibility to message theme (#95)
* chore(ui): prepare 0.1 release of flutter sdk (#96)
* prepare 0.1 release of flutter sdk
* update versioning with melos
* update version in legacy analyze
* add ui in changelog check
---------
Co-authored-by: Sahil Kumar <sahil@getstream.io>
Co-authored-by: Sahil Kumar <xdsahil@gmail.com>
Co-authored-by: renefloor <15101411+renefloor@users.noreply.github.com>
Co-authored-by: xsahil03x <25670178+xsahil03x@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Maciej Brażewicz <brazol@gmail.com>
Co-authored-by: Maciej Brażewicz <maciej.brazewicz@getstream.io>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 22699dd commit 4579010
740 files changed
Lines changed: 75317 additions & 613 deletions
File tree
- .github/workflows
- apps/design_system_gallery
- assets
- lib
- app
- components
- accessories
- avatar
- badge
- buttons
- common
- controls
- emoji
- message_composer
- message
- reaction
- tiles
- config
- core
- primitives
- semantics
- widgets
- theme_studio
- toolbar
- macos
- Flutter
- Runner.xcodeproj
- Runner.xcworkspace
- RunnerTests
- Runner
- Assets.xcassets/AppIcon.appiconset
- Base.lproj
- Configs
- web
- icons
- packages
- stream_core_flutter
- assets_source
- icons
- 12
- 16
- 20
- 32
- assets
- file_type
- icons
- lib
- fonts
- src
- components
- accessories
- avatar
- badge
- buttons
- common
- controls
- emoji
- data
- list
- message_composer
- attachment
- message_layout
- message
- reaction
- factory
- theme
- components
- primitives
- tokens
- dark
- light
- semantics
- test
- components
- accessories
- goldens/ci
- badge
- goldens/ci
- buttons
- goldens/ci
- controls
- goldens/ci
- message_composer
- goldens/ci
- stream_core
- lib/src
- api
- interceptors
- attachment/uploader
- errors
- logger
- impl
- platform
- query
- filter
- location
- user
- utils
- ws
- client
- engine
- reconnect
- events
- test
- query
- utils
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | | - | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | | - | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | | - | |
36 | | - | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
| |||
61 | 60 | | |
62 | 61 | | |
63 | 62 | | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| 71 | + | |
70 | 72 | | |
71 | 73 | | |
72 | 74 | | |
| |||
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
79 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
80 | 85 | | |
81 | 86 | | |
| 87 | + | |
82 | 88 | | |
83 | 89 | | |
84 | 90 | | |
85 | 91 | | |
86 | | - | |
87 | 92 | | |
| 93 | + | |
| 94 | + | |
88 | 95 | | |
89 | 96 | | |
90 | 97 | | |
91 | 98 | | |
92 | 99 | | |
93 | 100 | | |
| 101 | + | |
94 | 102 | | |
95 | 103 | | |
| 104 | + | |
| 105 | + | |
96 | 106 | | |
97 | 107 | | |
98 | 108 | | |
99 | 109 | | |
100 | 110 | | |
| 111 | + | |
| 112 | + | |
101 | 113 | | |
102 | 114 | | |
103 | 115 | | |
104 | | - | |
105 | 116 | | |
106 | 117 | | |
107 | 118 | | |
| |||
117 | 128 | | |
118 | 129 | | |
119 | 130 | | |
120 | | - | |
121 | 131 | | |
122 | 132 | | |
123 | 133 | | |
| |||
148 | 158 | | |
149 | 159 | | |
150 | 160 | | |
| 161 | + | |
151 | 162 | | |
152 | 163 | | |
| 164 | + | |
153 | 165 | | |
154 | 166 | | |
155 | 167 | | |
156 | 168 | | |
157 | 169 | | |
158 | 170 | | |
159 | 171 | | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
160 | 176 | | |
161 | 177 | | |
162 | 178 | | |
163 | 179 | | |
164 | 180 | | |
| 181 | + | |
165 | 182 | | |
| 183 | + | |
| 184 | + | |
166 | 185 | | |
167 | 186 | | |
| 187 | + | |
168 | 188 | | |
169 | 189 | | |
170 | 190 | | |
171 | 191 | | |
| 192 | + | |
172 | 193 | | |
173 | 194 | | |
| 195 | + | |
| 196 | + | |
174 | 197 | | |
175 | 198 | | |
176 | 199 | | |
| |||
185 | 208 | | |
186 | 209 | | |
187 | 210 | | |
| 211 | + | |
| 212 | + | |
188 | 213 | | |
189 | 214 | | |
190 | | - | |
| 215 | + | |
191 | 216 | | |
192 | 217 | | |
193 | 218 | | |
| |||
199 | 224 | | |
200 | 225 | | |
201 | 226 | | |
| 227 | + | |
202 | 228 | | |
203 | 229 | | |
204 | 230 | | |
| |||
207 | 233 | | |
208 | 234 | | |
209 | 235 | | |
| 236 | + | |
210 | 237 | | |
211 | | - | |
| 238 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
| |||
93 | 96 | | |
94 | 97 | | |
95 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
96 | 112 | | |
97 | 113 | | |
98 | 114 | | |
0 commit comments