Commit graph

157 commits

Author SHA1 Message Date
Mo Tarbin
dfa5763605 Add Debounce, Add Description, fix TaskModal issue with every_other 2025-01-17 00:52:24 -05:00
Mo Tarbin
9dc3edb40e Update package version to 0.1.91 2025-01-17 00:50:36 -05:00
Mo Tarbin
2d4fb2b163 Add description field to ChoreEdit form and Choreview 2025-01-17 00:49:54 -05:00
Mo Tarbin
56f66e9e8f Add useDebounce hook for debouncing input values
Fix parsing
2025-01-16 00:41:04 -05:00
Mo Tarbin
aa7f412f14 Update prop names in IconButtonWithMenu to avoid conflicts 2025-01-15 02:03:59 -05:00
Mo Tarbin
9de1c79da6 Update IconButtonWithMenu to use shorter prop name to not conflict with the react key 2025-01-15 02:03:28 -05:00
Mo Tarbin
c8ac925146 Add IconButtonWithMenu component with label support
Add LearnMoreButton with some instruction on task modal
2025-01-15 01:54:28 -05:00
Mo Tarbin
da85caf684 Update IconButtonWithMenu to support label prop 2025-01-15 01:54:07 -05:00
Mo Tarbin
1b7751c5d1 Add LearnMoreButton component for displaying additional information 2025-01-15 01:53:55 -05:00
Mo Tarbin
93dfd84fa1 Make sure the title respect upper and lower case 2025-01-14 11:07:51 -05:00
Mo Tarbin
d3b36238d4 Make sure the title respect upper and lower case 2025-01-14 11:07:27 -05:00
Mo Tarbin
3706c66f5f Experiment: Add Sidepanel with calendar view
Support redeem points
Experiment: task in sentences
Fix small bugs in the chip when loading the chore card
2025-01-14 10:45:41 -05:00
Mo Tarbin
cc11a624ad Update Calendar.css styles for better readability 2025-01-14 02:30:41 -05:00
Mo Tarbin
62368b62b9 chore: Update package-lock.json version to 0.1.91 2025-01-14 02:13:56 -05:00
Mo Tarbin
52570a3bad Update npm dependencies to include chrono-node v2.7.7 2025-01-14 02:12:48 -05:00
Mo Tarbin
62696002e6 Add Task Modal for Task in a sentence 2025-01-14 02:12:27 -05:00
Mo Tarbin
27979ce869 Update ChoreEdit component to use 'Title' instead of 'Description' 2025-01-14 02:07:08 -05:00
Mo Tarbin
4a9f2263f2 Add Sidepanel component for displaying task and calendar view 2025-01-14 02:06:40 -05:00
Mo Tarbin
0d0855bbf9 Add RedeemPointsModal component for redeeming points 2025-01-14 02:03:56 -05:00
Mo Tarbin
1162d13dd8 feat: Add redeem points functionality and button for circle admin only admins 2025-01-14 02:03:42 -05:00
Mo Tarbin
1689e5eb9c fix wrong label when all months selected 2025-01-11 00:31:39 -05:00
Mo Tarbin
46f7f51d3a Fix the URl for google auth 2025-01-10 00:38:13 -05:00
Mo Tarbin
989137211e chore: Update Fetcher and TokenManager to use API v1 2025-01-02 23:13:17 -05:00
Mo Tarbin
13bfe66c9f chore: Update Fetcher and TokenManager to use API v1 2025-01-02 23:10:36 -05:00
Mohamad Tarbin
1d0f9ed1ed
Merge pull request #8 from dkhalife/bugfix/handle-notification-target-failure
Bugfix: handle request error when updating notification type
2024-12-31 02:27:47 -05:00
Mohamad Tarbin
7c5f62e192
Merge pull request #7 from dkhalife/bugfix/comma-after-nav
Fix typo comma showing up in the nav
2024-12-31 02:26:23 -05:00
Mo Tarbin
68128c52e5 Fix import for LabelView 2024-12-31 02:25:31 -05:00
Mo Tarbin
c5e89c1fb6 Add Points view, Don't allow completion outside the completion window, migrate more things to react query 2024-12-31 02:23:21 -05:00
Mo Tarbin
1b1da5f3af Update Package.json 2024-12-31 02:22:21 -05:00
Mo Tarbin
32583b1a9e Add Points view, Don't allow completion outside the completion window, migrate more things to react query 2024-12-31 02:20:52 -05:00
Mo Tarbin
d98f4b599f Fix #65 missing based url from sign up
Add Support for CircleMember History in GetChoresHistory
2024-12-30 13:35:22 -05:00
Mo Tarbin
97f1c1b6f8 Initial Activity View
Add New Colors.jsx
Allow Dark model Toggle from the Navbar
2024-12-28 18:56:21 -05:00
Mo Tarbin
d4c36e2057 Initial Activity View
Add New Colors.jsx
Allow Dark model Toggle from the Navbar
2024-12-28 18:52:06 -05:00
Mo Tarbin
4fc836a34b Update custom server URL in TokenManager.jsx 2024-12-27 16:07:12 -05:00
Dany Khalife
562f5f66fe
add error handling for notification setting update 2024-12-27 10:27:17 -08:00
Dany Khalife
357cf34b07 remove extra comma 2024-12-26 19:49:45 -08:00
Mo Tarbin
0f2781ff6a chore: Add reusify npm dependency for code optimization 2024-12-26 19:00:16 -05:00
Mo Tarbin
8f93cc5e62 Update maximum file size for caching in service worker to 6MB 2024-12-26 18:54:23 -05:00
Mohamad Tarbin
bcd32a8616
Mobile app (#3)
* Initial Capacitor Config and plugins

* Add Android project files and resources

* Add local notification scheduling for chores

* Add NotificationAccessSnackbar component for handling notification preferences

* Add capacitor-preferences to Android project

* Update notification Snackbar

* Add local notification scheduling for chores

* Add ionic.config.json file for custom project configuration

* chore: Add environment variables for production deployment

* Add Support for IOS, pass notificaiton token(push notifications)

* Add Capacitor Device support and refactor notification handling

* Refactor GoogleAuth client IDs to use environment variables

* Remove google-services.json to enhance security by eliminating sensitive data from the repository

* Remove environment files to enhance security by eliminating sensitive data from the repository

* Rename project from fe-template to Donetick in ionic.config.json

* Remove GoogleService-Info.plist and Info.plist to enhance security by eliminating sensitive data from the repository

---------

Co-authored-by: Mo Tarbin <mohamad@Mos-MacBook-Pro.local>
2024-12-26 02:13:47 -05:00
Mo Tarbin
577791b4ad Update Sorting
Update Landing Page links
2024-12-22 16:07:29 -05:00
Mo Tarbin
1e7b47e783 Update footer links in Landing page
- Update the link to Home Assistant Addon to point to the Docker Hub repository
- Add new links for Discussions, Roadmap, and Changelog
- Remove disabled links for Roadmap, Documentation, and Changelog
- Update the link to the GitHub releases page
2024-12-22 16:07:08 -05:00
Mo Tarbin
bd0a7009a3 chore: Add title to IconButtonWithMenu and group by functionality 2024-12-22 15:37:45 -05:00
Mo Tarbin
959e0fffa3 archive and unarchive functionality to ChoreCard component 2024-12-22 11:59:54 -05:00
Mo Tarbin
587cc3989f Add Priority and label to sort by 2024-12-22 11:03:06 -05:00
Mo Tarbin
933ca9a085 Add NFC URL input field and copy button in WriteNFCModal.jsx 2024-12-22 11:01:12 -05:00
Mo Tarbin
53ea81e8ca Add Ability to archive and unarchive 2024-12-21 00:15:44 -05:00
Mo Tarbin
f0e1ac00e2 Fix Assignee Bug, Support loading Archive 2024-12-15 18:11:39 -05:00
Mo Tarbin
88c11eeeea Support Loading Archived / Completed Tasks, Fix Assignee bug #49 2024-12-15 18:10:50 -05:00
Mo Tarbin
4fd959b277 Support Sortinging in My Chore by Date
Show API Token and allow manual copy
Show Error when sign up disabled
Support Pushover
2024-12-14 02:13:25 -05:00
Mo Tarbin
7ea0a03d53 Update package.json version to 0.1.82 2024-12-14 02:13:14 -05:00