-
Notifications
You must be signed in to change notification settings - Fork 384
feat(ui): channel page and floating UI #2748
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renefloor
wants to merge
95
commits into
master
Choose a base branch
from
feat/channel-page
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+3,795
−999
Open
Changes from all commits
Commits
Show all changes
95 commits
Select commit
Hold shift + click to select a range
c9e00d4
Create ChannelPage with floating logic
renefloor 9e5ba93
simplify composer setup
renefloor e6e3444
poc for floating app bar
renefloor c99bc63
fixes for merge issues
renefloor 905b868
Revert "simplify composer setup"
renefloor bb28a92
fix avatar press
renefloor c6b4840
fix composer safeArea
renefloor 413e987
Add floating header
renefloor 66af712
Cleanup sample app
renefloor 2c156b2
Fix topPadding on listview
renefloor d42cc51
Fix attachment picker padding
renefloor 68f1ed0
Using theming for floating config
renefloor aac36c3
improve using default floatings from theme
renefloor 558f073
Use streamscaffold
renefloor 1ff997d
migrate to SDK navbar
renefloor 4bd8056
fix edit message in thread
renefloor 84e85ce
Add shadow to avatar on channel header
renefloor c27569b
Add gradient behind floating composer
renefloor 4b0a700
fix attachmentpicker background
renefloor cee1b1d
Add sample app config
renefloor 9ba1ba8
Fix extra padding on loading skeletons
renefloor dfedb96
Update all sample app pages
renefloor c431a3b
update core dependency
renefloor fb4f234
Add global message list config
renefloor 3ac8eb5
Fix scroll button showing on thread
renefloor cf907e7
Check if thread replies are enabled
renefloor 3e477cc
fix background attachment picker
renefloor 74888d1
set default appstyle to regular
renefloor a67a716
fix review comments
renefloor d1ad9e1
update core dependency
renefloor c44ba13
update changelog
renefloor 0c62f89
update core dependency
renefloor 738d676
fix(ui): channel page controller leak, shared fade helper, photo gall…
renefloor e966ad3
Update appstyle theming
renefloor faf7c8a
update core dependency
renefloor 01a5a71
Merge remote-tracking branch 'origin/master' into feat/channel-page
renefloor 38a0c59
update core dependency
renefloor 26d0f3f
chore: Update Goldens
renefloor 5730ff6
update core and fix analysis
renefloor 6b1db2a
add option for reply in channel config
renefloor 6593cc7
chore: Update Goldens
renefloor edd53f2
fix not using new api
renefloor 414fd1b
fix test and analysis
renefloor 017e9c4
Merge remote-tracking branch 'origin/master' into feat/channel-page
renefloor 3eb63d5
Merge remote-tracking branch 'origin/master' into feat/channel-page
renefloor 1862ec0
project update
renefloor 4490030
fix pixel artifact between components
renefloor 00ee06e
change background into 1 gradient
renefloor 2fc96e3
Add fixes for channelpage and deleted message
renefloor a9ad64c
Add snapshot tests for deleted message
renefloor f7ae533
chore: Update Goldens
renefloor a54b59e
Add floating to edit button group page
renefloor 0dd9add
use elevation for composer
renefloor d694d88
Add composer background animation
renefloor 775efe0
update core dependency
renefloor a0ea0e6
Merge remote-tracking branch 'origin/master' into feat/channel-page
renefloor 69df35a
update core dependency
renefloor d310daa
fix change in elevation logic
renefloor 989e58e
Merge remote-tracking branch 'origin/master' into feat/channel-page
renefloor 95cf893
fix(sample): restore location sharing in the channel page
renefloor e240ac2
docs(ui): document the channel/thread page extension points
renefloor 557b9ab
docs(changelog): correct the appBarBehavior entry
renefloor 14ed0a6
docs(changelog): note the thread scroll-to-bottom fix
renefloor ad9e6a6
fix(ui): resolve message list config on the build path
renefloor 33eeab5
test(ui): cover replies-disabled hiding the thread reply action
renefloor e97ab7f
refactor(ui): extract the app bar behavior resolver
renefloor 26ea9ff
chore: minor cleanups from PR review
renefloor d63dde3
Merge remote-tracking branch 'origin/master' into feat/channel-page
renefloor af5ec1e
move custom composer
renefloor 1a156e4
formatting
renefloor 42bfd56
minor improvements
renefloor e3e50b8
improvements on custom attachment picker
renefloor 4cf55e1
Merge branch 'fix/empty-unread-indicator' into feat/channel-page
renefloor bd3c0a2
fix test mocks
renefloor da535fb
Simplify back buttons in new pages
renefloor 217be1a
Minor PR improvements
renefloor 427bcdc
fix ripple effect on attachments
renefloor d07bcf5
revert repliesEnabled change
renefloor c4b5391
wip: floating message list + toolbar migration (checkpoint before mas…
xsahil03x 2ad6e44
Merge origin/master into feat/channel-page
xsahil03x 277c60e
docs(ui): address channel-page PR review doc findings
xsahil03x ffb6485
docs(ui): fix dangling [config] ref + document isFloating default
xsahil03x a70661f
docs(ui): tighten StreamThreadHeader.onBackPressed per Effective Dart
xsahil03x 00e420b
test(ui): cover ItemPosition content edges + correct their doc
xsahil03x b05efcc
fix(repo): point stream_core_flutter at the core PR ref for CI
xsahil03x be12eb6
test(ui): drop StreamMessageItem a11y tests without backing impl
xsahil03x d5e807a
refactor(ui): adopt StreamSurfaceStyle and address PR review
xsahil03x 97f2caf
chore: Update Goldens
xsahil03x 0759c21
test(ui): align thread-reply test with reverted replies-config gating
xsahil03x 26de77a
test(ui): drop replies-config thread-reply test
xsahil03x 5b07f96
style(ui): dart format padding_scrollable_positioned_list_test
xsahil03x 0f5ff5a
feat(ui): implement transparent edge-to-edge system bars
xsahil03x 2af9b6b
fix(ui): adjust message composer bottom padding for keyboard visibility
xsahil03x 1b0588e
chore(deps): update stream_core_flutter dependency reference
xsahil03x 2305535
chore: Update Goldens
xsahil03x File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+366 Bytes
(100%)
docs/docs_screenshots/test/localization/goldens/macos/localization_rtl_arabic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1.71 KB
(99%)
docs/docs_screenshots/test/localization/goldens/macos/localization_support.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+558 Bytes
(100%)
..._screenshots/test/message_input/goldens/macos/autocomplete_trigger_commands.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+6 Bytes
(100%)
...ocs_screenshots/test/message_input/goldens/macos/autocomplete_trigger_emoji.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-13 Bytes
(100%)
...s_screenshots/test/message_input/goldens/macos/autocomplete_trigger_mention.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+5 Bytes
(100%)
...enshots/test/message_input/goldens/macos/autocomplete_trigger_mention_types.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-4 Bytes
(100%)
..._screenshots/test/message_input/goldens/macos/message_composer_input_header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+0 Bytes
(100%)
...ocs_screenshots/test/message_input/goldens/macos/message_composer_slow_mode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1 Byte
(100%)
docs/docs_screenshots/test/message_input/goldens/macos/message_input.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+0 Bytes
(100%)
..._screenshots/test/message_input/goldens/macos/message_input_change_position.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+0 Bytes
(100%)
...s_screenshots/test/message_input/goldens/macos/message_input_custom_buttons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+0 Bytes
(100%)
...screenshots/test/message_input/goldens/macos/message_input_custom_send_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-5 Bytes
(100%)
...s_screenshots/test/message_input/goldens/macos/message_input_quoted_message.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1 Byte
(100%)
...creenshots/test/message_input/goldens/macos/stream_message_composer_default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+74 Bytes
(100%)
docs/docs_screenshots/test/message_list/goldens/macos/message_list_view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+897 Bytes
(100%)
docs/docs_screenshots/test/theming/goldens/macos/theming_default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+573 Bytes
(100%)
docs/docs_screenshots/test/theming/goldens/macos/theming_red.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+14 Bytes
(100%)
...s_screenshots/test/voice_recording/goldens/macos/voice_recording_attachment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+15 Bytes
(100%)
...nshots/test/voice_recording/goldens/macos/voice_recording_attachment_custom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+14 Bytes
(100%)
...shots/test/voice_recording/goldens/macos/voice_recording_attachment_playing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1 Byte
(100%)
...docs_screenshots/test/voice_recording/goldens/macos/voice_recording_enabled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+0 Bytes
(100%)
...ocs_screenshots/test/voice_recording/goldens/macos/voice_recording_finished.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1 Byte
(100%)
docs/docs_screenshots/test/voice_recording/goldens/macos/voice_recording_idle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
91 changes: 91 additions & 0 deletions
91
...m_chat_flutter/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme.backup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,91 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <Scheme | ||
| LastUpgradeVersion = "1510" | ||
| version = "1.3"> | ||
| <BuildAction | ||
| parallelizeBuildables = "YES" | ||
| buildImplicitDependencies = "YES"> | ||
| <BuildActionEntries> | ||
| <BuildActionEntry | ||
| buildForTesting = "YES" | ||
| buildForRunning = "YES" | ||
| buildForProfiling = "YES" | ||
| buildForArchiving = "YES" | ||
| buildForAnalyzing = "YES"> | ||
| <BuildableReference | ||
| BuildableIdentifier = "primary" | ||
| BlueprintIdentifier = "97C146ED1CF9000F007C117D" | ||
| BuildableName = "Runner.app" | ||
| BlueprintName = "Runner" | ||
| ReferencedContainer = "container:Runner.xcodeproj"> | ||
| </BuildableReference> | ||
| </BuildActionEntry> | ||
| </BuildActionEntries> | ||
| </BuildAction> | ||
| <TestAction | ||
| buildConfiguration = "Debug" | ||
| selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | ||
| selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | ||
| shouldUseLaunchSchemeArgsEnv = "YES"> | ||
| <Testables> | ||
| </Testables> | ||
| <MacroExpansion> | ||
| <BuildableReference | ||
| BuildableIdentifier = "primary" | ||
| BlueprintIdentifier = "97C146ED1CF9000F007C117D" | ||
| BuildableName = "Runner.app" | ||
| BlueprintName = "Runner" | ||
| ReferencedContainer = "container:Runner.xcodeproj"> | ||
| </BuildableReference> | ||
| </MacroExpansion> | ||
| <AdditionalOptions> | ||
| </AdditionalOptions> | ||
| </TestAction> | ||
| <LaunchAction | ||
| buildConfiguration = "Debug" | ||
| selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | ||
| selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | ||
| launchStyle = "0" | ||
| useCustomWorkingDirectory = "NO" | ||
| ignoresPersistentStateOnLaunch = "NO" | ||
| debugDocumentVersioning = "YES" | ||
| debugServiceExtension = "internal" | ||
| allowLocationSimulation = "YES"> | ||
| <BuildableProductRunnable | ||
| runnableDebuggingMode = "0"> | ||
| <BuildableReference | ||
| BuildableIdentifier = "primary" | ||
| BlueprintIdentifier = "97C146ED1CF9000F007C117D" | ||
| BuildableName = "Runner.app" | ||
| BlueprintName = "Runner" | ||
| ReferencedContainer = "container:Runner.xcodeproj"> | ||
| </BuildableReference> | ||
| </BuildableProductRunnable> | ||
| <AdditionalOptions> | ||
| </AdditionalOptions> | ||
| </LaunchAction> | ||
| <ProfileAction | ||
| buildConfiguration = "Profile" | ||
| shouldUseLaunchSchemeArgsEnv = "YES" | ||
| savedToolIdentifier = "" | ||
| useCustomWorkingDirectory = "NO" | ||
| debugDocumentVersioning = "YES"> | ||
| <BuildableProductRunnable | ||
| runnableDebuggingMode = "0"> | ||
| <BuildableReference | ||
| BuildableIdentifier = "primary" | ||
| BlueprintIdentifier = "97C146ED1CF9000F007C117D" | ||
| BuildableName = "Runner.app" | ||
| BlueprintName = "Runner" | ||
| ReferencedContainer = "container:Runner.xcodeproj"> | ||
| </BuildableReference> | ||
| </BuildableProductRunnable> | ||
| </ProfileAction> | ||
| <AnalyzeAction | ||
| buildConfiguration = "Debug"> | ||
| </AnalyzeAction> | ||
| <ArchiveAction | ||
| buildConfiguration = "Release" | ||
| revealArchiveInOrganizer = "YES"> | ||
| </ArchiveAction> | ||
| </Scheme> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is from the HSL -> HCT color change