3f7fc92952
Calendar page refactor
2024-10-19 17:20:34 +02:00
d2b46ad977
added focus, ui changes
2024-10-17 19:57:41 +02:00
e4eb67fba7
ui changes
2024-10-16 19:07:57 +02:00
7effcfe288
merge resolve
2024-10-15 23:09:49 +02:00
43d0d67044
new fonts, ui tweaks
2024-10-15 23:07:21 +02:00
e2d18cf7d5
- Sorted the todo list and showed the todos by sorted date
2024-10-15 22:52:53 +02:00
dc05090f49
- Implemented editing of the todos
...
- Modified the AddChoreDialog.tsx to be able to edit or add new items
2024-10-15 22:31:53 +02:00
0f75be8d1e
Fixed issue with groceries update
2024-10-15 20:34:18 +02:00
4b01e18ac0
ui tweaks
2024-10-14 23:02:18 +02:00
c6db12a9b6
changed font
2024-10-14 20:29:00 +02:00
a8717a9a42
Cally, not kaly privacy policy
2024-10-13 17:44:51 +02:00
55adf88e6a
Cally, not kaly privacy policy
2024-10-13 17:43:58 +02:00
a2ff00df70
Merge pull request #2 from urosran/matija_changes
...
moved the day on single day mode to the left corner
2024-10-13 17:00:27 +02:00
b37000ec4d
Formatting
2024-10-13 17:00:17 +02:00
6962bfc727
moved the day on single day mode to the left corner
2024-10-13 16:50:02 +02:00
341a1bf249
Merge branch 'main' into dev
2024-10-13 15:06:33 +02:00
0f12296ac6
fix all day events
2024-10-13 15:03:53 +02:00
515b5738bb
Implementation of fetching, adding and updating todos to db
2024-10-13 13:34:31 +02:00
36329dc2f2
ui changes
2024-10-13 11:37:44 +02:00
1e506dd246
Added creating family devices, refetch calendar on notification received
2024-10-13 10:21:38 +02:00
ed0c654a55
Seconds & time logic
2024-10-12 20:44:29 +02:00
621c7f1f50
chore points
2024-10-12 17:59:43 +02:00
b3e40ad909
Use cally everywhere
2024-10-12 10:25:36 +02:00
41ee6d0f3e
Merge branch 'dev' of https://github.com/urosran/cally into dev
2024-10-12 00:08:21 +02:00
a8ab69b69f
new icons
2024-10-12 00:08:15 +02:00
04a6103470
Notifications
2024-10-11 23:53:08 +02:00
9c6cc16f16
todos collapse
2024-10-11 23:30:08 +02:00
cd62837198
Shopping List backend implementation
...
- Added creatorId to the grocery item in db and showed the name of the user that requested to add the new grocery
2024-10-11 18:02:13 +02:00
86231daba4
Shopping List backend implementation
...
- Small code improvements
2024-10-11 16:28:17 +02:00
9b94aa8e70
Shopping List backend implementation
...
- Implemented fetching, create and update of groceries in db
2024-10-11 16:11:46 +02:00
562da49806
Editing calendar events
...
- Added new hook for updating events
- Updated the selected event in db
- Added document id as id to the event object when fetching events
- Removed unused react-native-google sign-in library
2024-10-11 13:24:25 +02:00
7d9d41acfc
- Added proper oauth2 authentication with google and saving of the access token to the profile
2024-10-11 10:28:49 +02:00
e1c03c840d
add braindump
2024-10-11 02:00:11 +02:00
ca0b55c494
Colors, fix family view, updated version
2024-10-10 02:00:14 +02:00
2c099740a2
Merge branch 'main' into dev
...
# Conflicts:
# app/(auth)/_layout.tsx
2024-10-09 17:34:15 +02:00
fb3859e69b
Merge branch 'dev' of https://github.com/urosran/cally into dev
2024-10-07 00:11:34 +02:00
2b55c5db0c
grocery changes
2024-10-07 00:10:51 +02:00
b74887cf3c
Fix fetching events
2024-10-06 16:08:35 +02:00
10565ceb39
Merge branch 'dp/calendar-sync' into dev
...
# Conflicts:
# components/pages/settings/CalendarSettingsPage.tsx
# yarn.lock
2024-10-06 00:07:24 +02:00
fe6e0365a4
changes to calendar and UI
2024-10-05 23:41:44 +02:00
aed2333404
Microsoft sync added
2024-10-05 22:22:29 +02:00
2234fac075
- Fixed wrong method being called when fetching microsoft events
2024-10-05 22:11:22 +02:00
d1d3fd0ca1
- Introduced attribute id in the eventData type
...
- INtroduced new method to save the event data from the google and microsoft providers only if there isn't already an event with the same id
2024-10-05 21:59:59 +02:00
6ad587ef31
- Fixed an issue with the required date format for the start and end date when fetching the google events
2024-10-05 21:41:40 +02:00
d9853481de
- Fixed label
2024-10-05 21:08:41 +02:00
977bf45fb2
- Additional comment
2024-10-05 16:20:15 +02:00
b5a8712af8
- Prepared methods for microsoft authorization and added a button to handle microsoft auth
...
- Saved the microsoft token to the profile of the current user
2024-10-05 16:17:55 +02:00
7eb040a8a9
- Implemented google sign in and saved the id token in db for the current user
...
- Used the id token for the current user for fetching the google calendar events
2024-10-05 15:53:20 +02:00
8161accdb6
- Introduced a button for syncing Microsoft calendar
...
- Implemented saving of the microsoft event data in db
2024-10-05 00:32:57 +02:00
59efcc16c5
- Implementation of a google authentication with a react-native library
2024-10-04 01:37:36 +02:00