Skip to content
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

feat 调整会话相关组件,增加更多可扩展公开内容以及部分bug修复 #35

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

Commits on Dec 8, 2023

  1. feat 完成会话页面

    JiangJuHong committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    24146a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f97a2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e35ef4a View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. feat 增加参数:inputPanelBackgroundColor,设置输入框区域的背景颜色(注:此属性实际上应该放在TUIThe…

    …me中,但是此开源库无修改TUITheme的权限,故而提取为组件参数)
    
    feat 增加参数:`inputIconColor`,设置输入框区域的图标颜色(注:此属性实际上应该放在TUITheme中,但是此开源库无修改TUITheme的权限,故而提取为组件参数)
    feat 增加参数:`iconColor`,设置图标颜色(注:此属性实际上应该放在TUITheme中,但是此开源库无修改TUITheme的权限,故而提取为组件参数)
    feat 增加参数:`iconColor`,设置图标颜色(注:此属性实际上应该放在TUITheme中,但是此开源库无修改TUITheme的权限,故而提取为组件参数)
    Huic-Read-Only committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    83e6fc8 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. ### [tim_uikit_chat.dart](lib%2Fui%2Fviews%2FTIMUIKitChat%2Ftim_uikit…

    …_chat.dart)
    
    * feat 增加参数:`inputSoundBuilder`,语音组件显示构建器
    
    ### [narrow.dart](lib%2Fui%2Fviews%2FTIMUIKitChat%2FTIMUIKitTextField%2Ftim_uikit_text_field_layout%2Fnarrow.dart)
    * feat 增加参数:`soundBuilder`,语音组件显示构建器
    
    ### [tim_uikit_text_field.dart](lib%2Fui%2Fviews%2FTIMUIKitChat%2FTIMUIKitTextField%2Ftim_uikit_text_field.dart)
    * feat 增加参数:`soundBuilder`,语音组件显示构建器
    
    ### [tim_uikit_send_sound_message.dart](lib%2Fui%2Fviews%2FTIMUIKitChat%2FTIMUIKitTextField%2Ftim_uikit_send_sound_message.dart)
    * feat 增加参数:`builder`,可由用户自定义组件渲染
    Huic-Read-Only committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    faf64bf View commit details
    Browse the repository at this point in the history
  2. ### [tim_uikit_chat.dart](lib%2Fui%2Fviews%2FTIMUIKitChat%2Ftim_uikit…

    …_chat.dart)
    
    * feat 增加参数:`inputPanelBackgroundColor`,设置输入框区域的背景颜色(注:此属性实际上应该放在TUITheme中,但是此开源库无修改TUITheme的权限,故而提取为组件参数)
    * feat 增加参数:`inputDecoration`,自定义输入框的Decoration
    
    ### [narrow.dart](lib%2Fui%2Fviews%2FTIMUIKitChat%2FTIMUIKitTextField%2Ftim_uikit_text_field_layout%2Fnarrow.dart)
    * feat 增加参数:`inputDecoration`,自定义输入框的Decoration
    
    ### [tim_uikit_text_field.dart](lib%2Fui%2Fviews%2FTIMUIKitChat%2FTIMUIKitTextField%2Ftim_uikit_text_field.dart)
    * feat 增加参数:`inputDecoration`,自定义输入框的Decoration
    Huic-Read-Only committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    11fdfc2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fc90d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    826fbc4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed81159 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Merge remote-tracking branch 'upstream/main'

    # Conflicts:
    #	example/pubspec.lock
    JiangJuHong committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    6127c22 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    e0678c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    3d83db9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97558b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0a1330 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9eec780 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f035ee7 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. ### [tim_uikit_multi_select_panel.dart](lib%2Fui%2Fviews%2FTIMUIKitCh…

    …at%2Ftim_uikit_multi_select_panel.dart)
    
    * fix 修复image图片大小设置不生效的问题:引用: [https://github.com/flutter/flutter/issues/137580](https://github.com/flutter/flutter/issues/137580)
    
    ### [image_screen.dart](lib%2Fui%2Fwidgets%2Fimage_screen.dart)
    * fix 修复image图片大小设置不生效的问题:引用: [https://github.com/flutter/flutter/issues/137580](https://github.com/flutter/flutter/issues/137580)
    
    ### [center_play_button.dart](lib%2Fui%2Fwidgets%2Fcenter_play_button.dart)[image_screen.dart](lib%2Fui%2Fwidgets%2Fimage_screen.dart)
    * fix 修复image图片大小设置不生效的问题:引用: [https://github.com/flutter/flutter/issues/137580](https://github.com/flutter/flutter/issues/137580)
    JiangJuHong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    3688b5b View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Merge remote-tracking branch 'upstream/main'

    # Conflicts:
    #	example/pubspec.lock
    #	lib/ui/views/TIMUIKitChat/TIMUIKitTextField/tim_uikit_text_field_layout/narrow.dart
    #	lib/ui/views/TIMUIKitConversation/tim_uikit_conversation_last_msg.dart
    #	lib/ui/widgets/image_screen.dart
    #	pubspec.lock
    Huic-Read-Only committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    8eb0bce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32d5151 View commit details
    Browse the repository at this point in the history