Feature: threads #1

Open
OfficialDakari wants to merge 2 commits from feature/threads into main

Thank you so much for your contribution to FluffyChat ❤️❤️❤️

Please make sure that your Pull Request meet the following acceptance criteria:

  • [ ] Code formatting and import sorting has been done with dart format lib/ test/ and dart run import_sorter:main --no-comments
  • [ ] The commit message uses the format of Conventional Commits
  • [ ] The commit message describes what has been changed, why it has been changed and how it has been changed
  • [ ] Every new feature or change of the design/GUI is linked to an approved design proposal in an issue
  • [ ] Every new feature in the app or the build system has a strategy how this will be tested and maintained from now on for every release, e.g. a volunteer who takes over maintainership

Pull Request has been tested on:

  • Android
  • [ ] iOS
  • [ ] Browser (Chromium based)
  • [ ] Browser (Firefox based)
  • [ ] Browser (WebKit based)
  • Desktop Linux
  • [ ] Desktop Windows
  • [ ] Desktop macOS
*Thank you so much for your contribution to FluffyChat ❤️❤️❤️* Please make sure that your Pull Request meet the following **acceptance criteria**: - [ ] Code formatting and import sorting has been done with `dart format lib/ test/` and `dart run import_sorter:main --no-comments` - [ ] The commit message uses the format of [Conventional Commits](https://www.conventionalcommits.org) - [ ] The commit message describes what has been changed, why it has been changed and how it has been changed - [ ] Every new feature or change of the design/GUI is linked to an approved design proposal in an issue - [ ] Every new feature in the app or the build system has a strategy how this will be tested and maintained from now on for every release, e.g. a volunteer who takes over maintainership ### Pull Request has been tested on: - [x] Android - [ ] iOS - [ ] Browser (Chromium based) - [ ] Browser (Firefox based) - [ ] Browser (WebKit based) - [x] Desktop Linux - [ ] Desktop Windows - [ ] Desktop macOS
OfficialDakari added 10 commits 2025-11-02 14:24:42 +05:00
OfficialDakari closed this pull request 2025-11-02 17:53:58 +05:00
OfficialDakari reopened this pull request 2025-11-02 17:54:06 +05:00
OfficialDakari added 1 commit 2025-11-02 17:55:05 +05:00
OfficialDakari added 1 commit 2025-11-02 17:55:14 +05:00
This pull request can be merged automatically.
This branch is out-of-date with the base branch
The changes on this branch are already on the target branch. This will be an empty commit.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b feature/threads main
git pull origin feature/threads

Step 2:

Merge the changes and update on Gitea.
git checkout main
git merge --no-ff feature/threads
git push origin main
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: OfficialDakari/ExteraNext#1
No description provided.