Skip to content

Conversation

ZanderCowboy
Copy link
Owner

Test PR - test the discord channel for updates

ZanderCowboy and others added 30 commits January 23, 2024 14:29
* upgraded pubspec.yaml

* added gap package

* created spacing_constants and a few Gap's

* VS Code launch scripts

* created card that will contain the entries

* refactored to App and HomePage

* created custom_scroll_behaviour to drag with a mouse

* created main_tab for colums, scrollable

* other changes

* added new packages to pubspec.yaml

* created home bloc

* created CustomDialog

* added minimum window size change

* created empty_tab to add new tab

* added onLongPress feature to main_tab.dart

* add list to home_page.dart for tabs

* added get_it

* added tabs_repository

* created tabs domain model

* added changes to home_bloc

* linked HomeBloc to HomePage and components

* created tabs_list data model

* moved App to newly created file

* added new border_constants file with an export file

* added PE changes

* added changes to use variables in constants file

* generated files

* added entry_bloc to manage entries in a tab

* added export files

* moved custom_dialog to utils folder

* added Future to tabs repository

* created entry_repository to manage entries

* cleaned up files and added TODO

* created separate entries_list data model and an entry domain model

* created empty_entry class for blank entry

* added changed to manage entries in tabs

* removed entries_list and added Map to tabs_list

* added changes based on changes from tabs_list

* fixed issues on the blocs

* comment out drawer on home_page

* added remaining changes

* fixed sync to async in home_bloc for delete event

* cleaned up tabs_list by removing old list

* did code cleanup and made small changes

* small code changes

* updated EntryBloc

* updated HomeBloc

* updated Entries repository

* renamed entries_repository to entry_repository

* updated Tabs repository

* updated Entry and Tabs models

* created a database_service

* renamed main_tab to vertical_tab

* updated tabs_list data model

* created classes for add-tab and add-entry

* added small improvements and code cleanup
* added functionality to delete entries in tabs

* updated .gitignore for devtools_options.yaml
* Update README.md

* Bump pubspec version to '0.0.2+69'

* Update README.md

* Bump pubspec version to '0.0.2+70'

---------

Co-authored-by: ZanderCowboy <[email protected]>
* 6 add or remove items in any column (#19)

* upgraded pubspec.yaml

* added gap package

* created spacing_constants and a few Gap's

* VS Code launch scripts

* created card that will contain the entries

* refactored to App and HomePage

* created custom_scroll_behaviour to drag with a mouse

* created main_tab for colums, scrollable

* other changes

* added new packages to pubspec.yaml

* created home bloc

* created CustomDialog

* added minimum window size change

* created empty_tab to add new tab

* added onLongPress feature to main_tab.dart

* add list to home_page.dart for tabs

* added get_it

* added tabs_repository

* created tabs domain model

* added changes to home_bloc

* linked HomeBloc to HomePage and components

* created tabs_list data model

* moved App to newly created file

* added new border_constants file with an export file

* added PE changes

* added changes to use variables in constants file

* generated files

* added entry_bloc to manage entries in a tab

* added export files

* moved custom_dialog to utils folder

* added Future to tabs repository

* created entry_repository to manage entries

* cleaned up files and added TODO

* created separate entries_list data model and an entry domain model

* created empty_entry class for blank entry

* added changed to manage entries in tabs

* removed entries_list and added Map to tabs_list

* added changes based on changes from tabs_list

* fixed issues on the blocs

* comment out drawer on home_page

* added remaining changes

* fixed sync to async in home_bloc for delete event

* cleaned up tabs_list by removing old list

* did code cleanup and made small changes

* small code changes

* updated EntryBloc

* updated HomeBloc

* updated Entries repository

* renamed entries_repository to entry_repository

* updated Tabs repository

* updated Entry and Tabs models

* created a database_service

* renamed main_tab to vertical_tab

* updated tabs_list data model

* created classes for add-tab and add-entry

* added small improvements and code cleanup

* small code changes

* 22 add and remove entries in tabs (#23)

* added functionality to delete entries in tabs

* updated .gitignore for devtools_options.yaml

* 30 enable and create dependabot (#33)

* updated .gitignore files

* created and updated dependabot.yml file

* Create dev container (#18)

* Voila 🎉

* wip: devcontainer.json and Dockerfile

* devcontainer change

* updated Dockerfile

* updated devcontainer.json

* updated devcontainer.json with features

* updated .gitignore files

* generated files

* feature for devcontainer and Dockerfile

* cleaned up code

* added .gitattributes to repo

* left comment in devcontainer file

* updated Dockerfile

* updated .gitattributes file

* fix spelling mistake

* optimized and cleaned up Dockerfile

* added docs template and branch doc

* removed unnecessary Dockerfiles

* updated devcontainer and Dockerfile

* updated README

* change analysis_options and cleaned up

* updated docs

* added .markdownlint.json to repo

* fix linting issues

* cleaned up code

* removed tmp folder in workflows

* modify tabs and entry models for isar db

* modify tabs and entry repositories for isar db

* wip add isar db

* add docs for feature

* small code changes for isar db

* fix error with IsarDB

* generated iOS files

* removed NOTES.md and moved to README.md

* cleaned up pubspec.yaml

* generated freezed, config, g files

* updated tabs and entry repositories for isar db

* updated home_bloc and entry_bloc

* created export_domain.dart file

* created injectable_module.dart file for isar db and getit

* updated get_it_injection and main for isar db

* wip to be removed, isar_db.dart and tabs_list.dart

* add exclude to analyzer for generated code

* wip to be removed, database_service.dart

* updated home_page.dart to use slivers and refactored code

* updated vertical_tab.dart and refactored

* updated entry_cards.dart and refactored to use slivers

* small code changes

* TODO implement change to release_workflow for more control

* removed entry_bloc

* uincorporate entry_bloc in home_bloc

* removed unused i_isar_db and isar_db

* fix issue with UI ntabs and entries not updating

* fix linting issue

* fix android package name'

* updated doc

* added onPressedDeleteAll event and changed tabs state to be nullable

* added timestamps to Entry's and Tabs'

* added delete button to home screen for clearing db

* small code changes and generated code

* updated doc for #4

* PR comments

* set web_build_flag to false

* Bump pubspec version to '0.0.2+69'

* refreshed android directory

* removed linux directory

* updated doc for #27

* updated doc for #4

* updated ndkVersion in build.gradle

* updated README badges

* Bump pubspec version to '0.0.2+72'

---------

Co-authored-by: Zander Kotze <[email protected]>
Co-authored-by: ZanderCowboy <[email protected]>
* renamed files and renamed folders

* removed unused add_entry_card, empty_tab_add_card, tabs_list

* small code changes

* add linux files again

* generated code

* create repositories folder

* generated code

* renamed export_infrastructure

* removed linux directory

* cleaned up i_database_service

* updated README'

* removed macos directory

* Bump pubspec version to '0.0.2+74'

---------

Co-authored-by: ZanderCowboy <[email protected]>
* bumped flutter version from 3.16.x to 3.19.x

* Bump pubspec version to '0.0.2+76'

---------

Co-authored-by: ZanderCowboy <[email protected]>
* updated flutter version in Dockerfile to 3.19.0

* Bump pubspec version to '0.0.2+78'

---------

Co-authored-by: ZanderCowboy <[email protected]>
* moved database models to new models folder

* added EntryDTO and TabsDTO

* added entry_dto_mapper and tabs_dto_mapper

* updated Tabs and Entry repository

* updated HomeBloc

* added export files

* small code changes

* updated doc for #26

* Bump pubspec version to '0.0.2+76'

* Bump pubspec version to '0.0.2+79'

* Bump pubspec version to '0.0.2+80'

* updated repositories to use maps for convertion

* added entry_mapper to export

* fix spelling mistake

* Bump pubspec version to '0.0.2+81'

---------

Co-authored-by: ZanderCowboy <[email protected]>
* updated generated files to gitignore

* removed generated .freezed, .g, .config files

* Bump pubspec version to '0.0.2+80'

* fix import in entry_repository

* removed generated .freezed, .g, .auto_mappr files

* removed unnecessary change

* Bump pubspec version to '0.0.2+83'

* fixed repositories folder structure

* Bump pubspec version to '0.0.2+84'

---------

Co-authored-by: ZanderCowboy <[email protected]>
Copy link

sonarqubecloud bot commented Feb 6, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant