-
Notifications
You must be signed in to change notification settings - Fork 0
7 implement draggable #141
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
ZanderCowboy
wants to merge
30
commits into
develop
Choose a base branch
from
7-implement-draggable
base: develop
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.
Open
Conversation
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
* 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]>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Test PR - test the discord channel for updates