This repository has been archived by the owner on Apr 19, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 21
Conversation
This file contains 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
- Trash icon updated
Formatted codeE
- Adding tasks enabled - Adding task lists enabled - Starring tasks enabled - Deleting tasks enabled Added: - Today view - Next 7 Days view - All view - Starred view - List selector now works correctly
Lists - Lists can be deleted Tasks - Tasks can be deleted
- Emoji picker is implemented - New list popup now presents to the right - The app now correctly transitions between screens on small screens - Editing the emoji of a list is now possible - Editing the title of a list is now possible - Ran cargo fmt and clippy
- The content header title is now updated with the selected list name.
edfloreshz
added a commit
that referenced
this pull request
Aug 22, 2022
* Renamed `src/app` to `src/application` * App icon is now loaded from GResources. - Trash icon updated * Renaming - Renamed constants.rs to config.rs - Renamed config.rs to utilities.rs * Major restructuring * Updated dependencies * Initial work on custom task list widget * Making some progress with providers on the sidebar * Expander row now works * Updated dependencies * New structure * Removed GTK header bar Formatted codeE * Update ci.yml * Update ci.yml * Formatted code * Working on the sidebar * Removed warnings * Lists now render * Unified providers into a single trait * Fixed providers list popover * Selected list index can now be obtained * Tasks now render * List of task lists now presents correctly * proc-macro use after free * Reimplemented features - Adding tasks enabled - Adding task lists enabled - Starring tasks enabled - Deleting tasks enabled Added: - Today view - Next 7 Days view - All view - Starred view - List selector now works correctly * Removed unsafe blocks * Reenabling features Lists - Lists can be deleted Tasks - Tasks can be deleted * Emoji picker! - Emoji picker is implemented - New list popup now presents to the right - The app now correctly transitions between screens on small screens - Editing the emoji of a list is now possible - Editing the title of a list is now possible - Ran cargo fmt and clippy * Non smart lists won't trigger the content view * Removed unnecessary option from enum * Update ci.yml * Updated screenshots * Update README.md * Updated screenshots * Update README.md * Update README.md * Fluent translations moved * Simplified updating tasks * Formatted code * Updated dependencies - The content header title is now updated with the selected list name. * Bump version to 0.1.2
edfloreshz
added a commit
that referenced
this pull request
Aug 22, 2022
* Renamed `src/app` to `src/application` * App icon is now loaded from GResources. - Trash icon updated * Renaming - Renamed constants.rs to config.rs - Renamed config.rs to utilities.rs * Major restructuring * Updated dependencies * Initial work on custom task list widget * Making some progress with providers on the sidebar * Expander row now works * Updated dependencies * New structure * Removed GTK header bar Formatted codeE * Update ci.yml * Update ci.yml * Formatted code * Working on the sidebar * Removed warnings * Lists now render * Unified providers into a single trait * Fixed providers list popover * Selected list index can now be obtained * Tasks now render * List of task lists now presents correctly * proc-macro use after free * Reimplemented features - Adding tasks enabled - Adding task lists enabled - Starring tasks enabled - Deleting tasks enabled Added: - Today view - Next 7 Days view - All view - Starred view - List selector now works correctly * Removed unsafe blocks * Reenabling features Lists - Lists can be deleted Tasks - Tasks can be deleted * Emoji picker! - Emoji picker is implemented - New list popup now presents to the right - The app now correctly transitions between screens on small screens - Editing the emoji of a list is now possible - Editing the title of a list is now possible - Ran cargo fmt and clippy * Non smart lists won't trigger the content view * Removed unnecessary option from enum * Update ci.yml * Updated screenshots * Update README.md * Updated screenshots * Update README.md * Update README.md * Fluent translations moved * Simplified updating tasks * Formatted code * Updated dependencies - The content header title is now updated with the selected list name. * Bump version to 0.1.2
edfloreshz
added a commit
that referenced
this pull request
Aug 22, 2022
* Renamed `src/app` to `src/application` * App icon is now loaded from GResources. - Trash icon updated * Renaming - Renamed constants.rs to config.rs - Renamed config.rs to utilities.rs * Major restructuring * Updated dependencies * Initial work on custom task list widget * Making some progress with providers on the sidebar * Expander row now works * Updated dependencies * New structure * Removed GTK header bar Formatted codeE * Update ci.yml * Update ci.yml * Formatted code * Working on the sidebar * Removed warnings * Lists now render * Unified providers into a single trait * Fixed providers list popover * Selected list index can now be obtained * Tasks now render * List of task lists now presents correctly * proc-macro use after free * Reimplemented features - Adding tasks enabled - Adding task lists enabled - Starring tasks enabled - Deleting tasks enabled Added: - Today view - Next 7 Days view - All view - Starred view - List selector now works correctly * Removed unsafe blocks * Reenabling features Lists - Lists can be deleted Tasks - Tasks can be deleted * Emoji picker! - Emoji picker is implemented - New list popup now presents to the right - The app now correctly transitions between screens on small screens - Editing the emoji of a list is now possible - Editing the title of a list is now possible - Ran cargo fmt and clippy * Non smart lists won't trigger the content view * Removed unnecessary option from enum * Update ci.yml * Updated screenshots * Update README.md * Updated screenshots * Update README.md * Update README.md * Fluent translations moved * Simplified updating tasks * Formatted code * Updated dependencies - The content header title is now updated with the selected list name. * Bump version to 0.1.2
edfloreshz
added a commit
that referenced
this pull request
Aug 22, 2022
* Renamed `src/app` to `src/application` * App icon is now loaded from GResources. - Trash icon updated * Renaming - Renamed constants.rs to config.rs - Renamed config.rs to utilities.rs * Major restructuring * Updated dependencies * Initial work on custom task list widget * Making some progress with providers on the sidebar * Expander row now works * Updated dependencies * New structure * Removed GTK header bar Formatted codeE * Update ci.yml * Update ci.yml * Formatted code * Working on the sidebar * Removed warnings * Lists now render * Unified providers into a single trait * Fixed providers list popover * Selected list index can now be obtained * Tasks now render * List of task lists now presents correctly * proc-macro use after free * Reimplemented features - Adding tasks enabled - Adding task lists enabled - Starring tasks enabled - Deleting tasks enabled Added: - Today view - Next 7 Days view - All view - Starred view - List selector now works correctly * Removed unsafe blocks * Reenabling features Lists - Lists can be deleted Tasks - Tasks can be deleted * Emoji picker! - Emoji picker is implemented - New list popup now presents to the right - The app now correctly transitions between screens on small screens - Editing the emoji of a list is now possible - Editing the title of a list is now possible - Ran cargo fmt and clippy * Non smart lists won't trigger the content view * Removed unnecessary option from enum * Update ci.yml * Updated screenshots * Update README.md * Updated screenshots * Update README.md * Update README.md * Fluent translations moved * Simplified updating tasks * Formatted code * Updated dependencies - The content header title is now updated with the selected list name. * Bump version to 0.1.2
edfloreshz
added a commit
that referenced
this pull request
Aug 23, 2022
* Renamed `src/app` to `src/application` * App icon is now loaded from GResources. - Trash icon updated * Renaming - Renamed constants.rs to config.rs - Renamed config.rs to utilities.rs * Major restructuring * Updated dependencies * Initial work on custom task list widget * Making some progress with providers on the sidebar * Expander row now works * Updated dependencies * New structure * Removed GTK header bar Formatted codeE * Update ci.yml * Update ci.yml * Formatted code * Working on the sidebar * Removed warnings * Lists now render * Unified providers into a single trait * Fixed providers list popover * Selected list index can now be obtained * Tasks now render * List of task lists now presents correctly * proc-macro use after free * Reimplemented features - Adding tasks enabled - Adding task lists enabled - Starring tasks enabled - Deleting tasks enabled Added: - Today view - Next 7 Days view - All view - Starred view - List selector now works correctly * Removed unsafe blocks * Reenabling features Lists - Lists can be deleted Tasks - Tasks can be deleted * Emoji picker! - Emoji picker is implemented - New list popup now presents to the right - The app now correctly transitions between screens on small screens - Editing the emoji of a list is now possible - Editing the title of a list is now possible - Ran cargo fmt and clippy * Non smart lists won't trigger the content view * Removed unnecessary option from enum * Update ci.yml * Updated screenshots * Update README.md * Updated screenshots * Update README.md * Update README.md * Fluent translations moved * Simplified updating tasks * Formatted code * Updated dependencies - The content header title is now updated with the selected list name. * Bump version to 0.1.2
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Release v0.1.2
New features
Closes #19