7cb6b94b08
fix: per_page not perPage in Zod schemas — raw serde_json keys are snake_case
lint / lint (push) Has been cancelled
test / unit (push) Has been cancelled
test / integration (push) Has been cancelled
lint / lint (pull_request) Failing after 9m36s
test / unit (pull_request) Successful in 17m6s
test / integration (pull_request) Failing after 17m0s
2026-05-14 17:32:39 +02:00
44385adb6b
feat: update frontend to work with v2 backend — camelCase, new endpoints, nested author
lint / lint (push) Has been cancelled
test / unit (push) Has been cancelled
test / integration (push) Has been cancelled
lint / lint (pull_request) Failing after 9m38s
test / unit (pull_request) Successful in 16m2s
test / integration (pull_request) Failing after 17m2s
2026-05-14 17:14:27 +02:00
e2494135d6
fix: add redirect to login for unauthorized access in FeedPage
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 1m38s
2025-09-14 21:30:12 +02:00
64806f8bd4
feat: implement pagination for feed retrieval and update frontend components
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 2m7s
2025-09-09 03:43:06 +02:00
4ea4f3149f
feat: add user count endpoint and integrate it into frontend components
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 19s
2025-09-09 03:07:48 +02:00
9b2a1139b5
feat: add author display name to thought schemas and update related components
2025-09-07 22:54:34 +02:00
08213133be
feat: update environment configuration, enhance Dockerfiles, and refactor API handling
2025-09-07 19:55:49 +02:00
5ce6d9f2da
feat: refactor thought threads handling to improve structure and efficiency
2025-09-07 15:09:45 +02:00
b337184a59
feat: add API keys management page, including API key creation and deletion functionality
2025-09-07 14:06:28 +02:00
e1b5a2aaa0
feat: enhance profile and feed pages with friends display logic, update TopFriends component to support mode, and extend bio length in profile schema
2025-09-07 13:37:39 +02:00
c9b8bd7b07
feat: implement search functionality with results display, add search input component, and update API for search results
2025-09-07 12:54:39 +02:00
c520690f1e
feat: add TopFriendsCombobox component for selecting top friends, update edit profile form to use it, and implement getFriends API
2025-09-06 22:37:06 +02:00
8ddbf45a09
feat: add followers and following pages with API integration, enhance profile page with follower/following counts
2025-09-06 22:22:44 +02:00
85e3425d4b
feat: implement settings layout and navigation, add tag and thought pages with API integration
2025-09-06 21:56:41 +02:00
bf2e280cdd
feat: implement threaded replies and enhance feed layout with ThoughtThread component
2025-09-06 21:02:46 +02:00
19520c832f
feat: implement EditProfile functionality with form validation and update user profile API integration
2025-09-06 20:22:40 +02:00
fc7dacc6fb
feat: add PopularTags and TopFriends components, update profile and feed layouts to include them
2025-09-06 19:58:53 +02:00
7348433b9c
feat: add follow/unfollow functionality with FollowButton component and update user profile to display follow status
2025-09-06 19:47:29 +02:00
c7cb3f537d
feat: implement authentication layout and pages, including login and registration forms, with validation and API integration
2025-09-06 19:19:20 +02:00
38e107ad59
feat: add UI components including Skeleton, Slider, Toaster, Switch, Table, Tabs, Textarea, Toggle Group, Toggle, Tooltip, and User Avatar
...
- Implemented Skeleton component for loading states.
- Added Slider component using Radix UI for customizable sliders.
- Created Toaster component for notifications with theme support.
- Developed Switch component for toggle functionality.
- Introduced Table component with subcomponents for structured data display.
- Built Tabs component for tabbed navigation.
- Added Textarea component for multi-line text input.
- Implemented Toggle Group and Toggle components for grouped toggle buttons.
- Created Tooltip component for displaying additional information on hover.
- Added User Avatar component for displaying user images with fallback.
- Implemented useIsMobile hook for responsive design.
- Created API utility functions for user and thought data fetching.
- Added utility function for class name merging.
- Updated package.json with new dependencies for UI components and utilities.
- Added TypeScript configuration for path aliasing.
2025-09-06 18:48:53 +02:00