Commit Graph

107 Commits

Author SHA1 Message Date
OkaykOrhmn 1708bcffc8 last version 3.3.0 houshvan 2024-09-16 17:05:18 +03:30
OkaykOrhmn 9ea80f21fb test one 2024-09-15 15:20:09 +03:30
OkaykOrhmn 6c3117a918 fix actionsheets utils and ai 2 2024-09-11 15:01:10 +03:30
OkaykOrhmn 74ce21c6a6 fix actionsheets utils and ai 2024-09-11 13:39:51 +03:30
OkaykOrhmn 341f9786a5 houshvan version 3 -- 20/06/1403 -- Rhmn 2024-09-10 14:50:54 +03:30
OkaykOrhmn 66b85af8f2 houshvan version 2 -- 18/06/1403 -- Rhmn 2024-09-08 10:02:38 +03:30
OkaykOrhmn 23747f5a62 houshvan version 1 -- 11/06/1403 -- Rhmn 2024-09-01 16:53:46 +03:30
OkaykOrhmn 5ec13a7a52 ai chat version 1 2024-08-27 10:23:29 +03:30
OkaykOrhmn 8cad1eb1c0 Rhmn -- create ai in didvan -- 03/06/1403 2024-08-24 12:10:37 +03:30
OkaykOrhmn 8b88463efe Rhmn -- 27/05/1403 -- fix notification firebase, 2024-08-17 10:46:03 +03:30
OkaykOrhmn 1365673b93 notif fix -- rhmn 2024-07-06 09:02:06 +03:30
OkaykOrhmn 7262ae8eb5 notif fix -- rhmn 2024-06-30 09:36:49 +03:30
Amir Hossein Mousavi fa0bfd8746 v3.2.0 2024-05-28 08:29:00 +03:30
Amir Hossein Mousavi f9745a792a Complete mention section 2024-05-23 20:00:31 +03:30
OkaykOrhmn f4689f3391 03-02-1403 / Rhmn / edit mention section. 2024-05-23 12:34:38 +03:30
Amir Hossein Mousavi 4c369c8588 Add mention view 2024-05-23 08:16:30 +03:30
OkaykOrhmn c6e07bbb2e 01-02-1403 / Rhmn / release test 2. 2024-05-21 10:07:44 +03:30
OkaykOrhmn 3c01853118 30-02-1403 / Rhmn / release test 1. 2024-05-20 17:19:28 +03:30
OkaykOrhmn 26e9acc178 31-02-1403 / Rhmn / fix 2024-05-20 08:56:53 +03:30
OkaykOrhmn 48ccf55040 24-02-1403 / Rhmn / changes: Customize category Create. 2024-05-13 17:08:58 +03:30
OkaykOrhmn 08d5564422 23-02-1403 / Rhmn / changes: Mentions & Comments state Complete. 2024-05-12 10:30:58 +03:30
OkaykOrhmn 2d00d239be 22-02-1403 / Rhmn / changes: notification Fix & Mentions Create no.1 2024-05-11 17:41:44 +03:30
MohammadTaha Basiri d5a929dfcc Remove unnecessary imports and logs 2024-04-16 10:32:37 +03:30
MohammadTaha Basiri dba3668c4c "Update SearchPage itemBuilder to load more results and fix Checkbox layout"
The SearchPage's itemBuilder has been updated to load more results as the user scrolls down. It now checks if the current index is a multiple of
2024-04-15 22:38:05 +03:30
Amir Hossein Mousavi 366f270a8e fix some isuues 2024-04-14 17:02:53 +03:30
Amir Hossein Mousavi dd04590128 fix some isuues 2024-04-14 00:56:18 +03:30
Amir Hossein Mousavi d3252e931f fixing some issues 2024-04-13 01:32:17 +03:30
mehrdad78 e39a507954 80*80 image 2024-04-12 23:29:19 +03:30
mehrdad78 eadfa391fd some little changes 2024-04-12 23:28:15 +03:30
Amir Hossein Mousavi 4b5dfe5e38 update some icons and assets 2024-04-12 21:01:34 +03:30
MohammadTaha Basiri f12cf98fd9 Add enableBookmark parameter to MultitypeOverview and use it in Bookmarks and FilteredBookmarks
The diff adds an `enableBookmark` parameter to the `MultitypeOverview` widget and uses it in the `_BookmarksState` and `_FilteredBookmarksState` to conditionally render the `BookmarkButton`. This allows for more flexibility in rendering the overview widget.
2024-04-01 20:11:01 +03:30
MohammadTaha Basiri 213e000aee Update to message box and logo app bar
- In message\_box.dart, added a reset to the form key after sending a message.
- In logo\_app\_bar.dart, added a .then() to the Navigator.pushNamed() to call the init() method after navigating to the direct list.
2024-04-01 20:05:53 +03:30
MohammadTaha Basiri 39ef54e52d Infography content model property 'marked' changed to be mutable, and related UI updates
* In `infography_content.dart`, the `marked` property of `Content` is changed from `final` to a mutable `bool`.
* In `infography_screen.dart`, the `onMarkChanged` callback in `InfographyItem` is updated to accept an additional `bool shouldUpdate` parameter, and the callback is called with the new signature in `InfographyScreenState`.
* In `infography_item.dart`, the `onMarkChanged` callback in `InfographyTag` is updated to accept an additional `bool shouldUpdate` parameter.
* In `infography_tag.dart`, the `onPressed` callback in `InfographyTag` is updated to pass the `onMarkChanged` callback with the new signature to the `HashtagScreen`.
2024-04-01 19:01:46 +03:30
mehrdad78 5f9cb5db3f Navigation from infography to Hashtag 2024-04-01 18:39:34 +03:30
MohammadTaha Basiri 08c6d514f8 Update MultitypeOverview to return early for infographies
The changes include adding a return statement for infographies in the onTap callback of the DidvanCard widget in the MultitypeOverview class. This will prevent the code from executing further when the item type is infography.
2024-04-01 17:15:14 +03:30
MohammadTaha Basiri 3aa39c82cd "Adjusted heights and widths of various widgets in radar and categories grid"
This commit adjusts the heights and widths of various widgets in the `Radar` and `CategoriesGrid` components. Specifically, it changes the height of the `SizedBox` in `Radar` from 320 to 300, the top padding of `CategoriesRow1` from 212 to 192, and the width of each `CategoryItem` in `CategoryItem` from `ds.width / 3` to `(ds.width - 40) / 4`. Additionally, it updates the font weight of the label in `CategoryItem`.
2024-04-01 17:09:22 +03:30
MohammadTaha Basiri 0173a5240c "Add infography type and bookmark button in MultitypeOverview"
This commit adds a new type 'infography' in the OverviewData class and assigns it an integer value of 7. It also includes a bookmark button in the MultitypeOverview widget for the new type and all other types. The bookmark button is imported from the bookmark\_button.dart file. The commit also moves the caption section to a separate row and adjusts the flex properties of the containers.
2024-04-01 16:43:57 +03:30
MohammadTaha Basiri 73c7d49c90 Update dependencies and remove unused imports
* Updated dependencies to their latest versions
* Removed unused imports in various files
* Changed textScaleFactor to TextScaler.linear in some files
* Fixed some formatting issues

No functional changes.
2024-04-01 15:44:28 +03:30
mehrdad78 79b60f945c Add new data and stock 2024-04-01 15:29:28 +03:30
mehrdad78 ba20b25ab0 Add Infography Screen 2024-03-22 12:31:13 +03:30
Amir Hossein Mousavi 445b37bc91 fixing some issues 2024-02-28 00:44:47 +03:30
MohammadTaha Basiri 944409c69d bug fixes 2023-10-12 15:59:38 +03:30
MohammadTaha Basiri 153db82742 Merge branch 'master' of https://gitlab.com/Didvan/didvan-app 2023-10-12 13:53:57 +03:30
MohammadTaha Basiri 8291857dac search back button 2023-10-12 13:53:52 +03:30
Amir Hossein Mousavi 49b08fd054 bug fixes 2023-10-12 11:59:50 +03:30
MohammadTaha Basiri db4b1f8e00 push 2023-10-11 23:42:38 +03:30
MohammadTaha Basiri 6bd7c870ea some changes 2023-10-11 22:20:58 +03:30
MohammadTaha Basiri 058ffbef0d some changes 2023-10-11 04:24:10 +03:30
MohammadTaha Basiri b5ee5887c6 some changes 2023-10-11 03:32:18 +03:30
MohammadTaha Basiri 694529cf07 some changes 2023-10-10 18:02:48 +03:30