This website requires JavaScript.
Explore
Help
Register
Sign In
ssube
/
task_receipts
Watch
1
Star
0
Fork
0
You've already forked task_receipts
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
273ad95fa0
task_receipts
/
client
/
src
History
Sean Sube
8f3c8ba80e
Fix mobile layout: recent and frequent task groups now display correctly - Fixed isGroupWithTasks function to accept both string and number IDs - Virtual groups use negative number IDs (-1, -2) which were being rejected - Mobile layout now properly shows Recent Tasks and Frequent Tasks groups
2025-06-17 20:41:02 -05:00
..
assets
update everything
2025-06-14 15:57:24 -05:00
components
Fix screensaver animation blinking issue - Remove frequent screen clearing that caused black frames every few seconds - Keep only the 3-minute clear cycle for burn-in protection - Ensure smooth animation loop by scheduling next frame before any clearing - Eliminate brief black flashes that occurred at animation cycle boundaries - Maintain continuous visual flow without interruption
2025-06-17 20:36:41 -05:00
graphql
add yaml import and export
2025-06-17 20:18:04 -05:00
hooks
Fix screensaver functionality and add auto-activation - Fix immediate closing issue by adding 1-second delay before enabling interaction detection - Remove duplicate ApolloProvider from App.tsx to fix component hierarchy - Add useAutoScreensaver hook that tracks user activity and activates after 5 minutes - Implement automatic screensaver activation with manual override capability - Screensaver now properly appears and stays visible until user interaction - Add comprehensive activity tracking (mouse, keyboard, touch, scroll) - Reset auto-screensaver timer when manually closing screensaver
2025-06-17 20:28:13 -05:00
layouts
Fix mobile layout: recent and frequent task groups now display correctly - Fixed isGroupWithTasks function to accept both string and number IDs - Virtual groups use negative number IDs (-1, -2) which were being rejected - Mobile layout now properly shows Recent Tasks and Frequent Tasks groups
2025-06-17 20:41:02 -05:00
stores
Add color picker functionality with MUI theme integration - Create themeStore with Zustand for managing primary color state - Add ThemeProvider component to wrap MUI theme with dynamic primary color - Implement ColorPicker dialog with predefined colors (including 3 purple shades) and custom color option - Add ColorPickerButton component with visual indicator of current color - Integrate color picker into both DesktopLayout and MobileLayout - Update main.tsx to include ThemeProvider wrapper - Persist theme color preference using Zustand persist middleware
2025-06-17 20:17:32 -05:00
types
fix most graphql errors
2025-06-14 17:19:39 -05:00
utils
fix most graphql errors
2025-06-14 17:19:39 -05:00
App.css
fix: restore mobile layout and step details view - Fix mobile layout CSS constraints - Add step details view to mobile layout - Add print and note functionality to mobile layout
2025-06-14 19:49:16 -05:00
App.tsx
Fix screensaver functionality and add auto-activation - Fix immediate closing issue by adding 1-second delay before enabling interaction detection - Remove duplicate ApolloProvider from App.tsx to fix component hierarchy - Add useAutoScreensaver hook that tracks user activity and activates after 5 minutes - Implement automatic screensaver activation with manual override capability - Screensaver now properly appears and stays visible until user interaction - Add comprehensive activity tracking (mouse, keyboard, touch, scroll) - Reset auto-screensaver timer when manually closing screensaver
2025-06-17 20:28:13 -05:00
index.css
update everything
2025-06-14 15:57:24 -05:00
main.tsx
Add color picker functionality with MUI theme integration - Create themeStore with Zustand for managing primary color state - Add ThemeProvider component to wrap MUI theme with dynamic primary color - Implement ColorPicker dialog with predefined colors (including 3 purple shades) and custom color option - Add ColorPickerButton component with visual indicator of current color - Integrate color picker into both DesktopLayout and MobileLayout - Update main.tsx to include ThemeProvider wrapper - Persist theme color preference using Zustand persist middleware
2025-06-17 20:17:32 -05:00
vite-env.d.ts
update everything
2025-06-14 15:57:24 -05:00