10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
Sorry, something went wrong.
✨ feat: Add settings page and UI components
e596892
- Added new settings page with profile settings section - Created new UI components: Checkbox, Select, and Switch - Updated package.json with new Radix UI dependencies - Added settings.html entry point - Updated Vite config to include settings.html
🔧 refactor: Remove chatbot functionality and refactor handlers (main)
ba5ba7e
- Removed chatbot-related code including the `NewChatBot` function and associated handlers - Moved `initHandlerRequest` function to a separate `handler.go` file - Added job insertion logic to `saveBookmark` function in `websummary.go` - Updated error handling in bot middleware to conditionally print stack traces in debug mode - Removed chatbot initialization from main.go
✨ feat: Add Telegram account linking functionality
cc8b620
- Added new SQL query to get OAuth connection by provider and provider ID - Updated OAuth connection update query to include user ID - Implemented owner transfer functionality for bookmarks - Added new handler for linking Telegram account - Updated bot commands to include link account option - Added UI components for linking Telegram account in profile settings - Updated dependencies to include js-cookie for token management
4a6d28c
Feat/telegram bot (#16)
d3abcfc
* ✨ feat: Add settings page and UI components - Added new settings page with profile settings section - Created new UI components: Checkbox, Select, and Switch - Updated package.json with new Radix UI dependencies - Added settings.html entry point - Updated Vite config to include settings.html * 🔧 refactor: Remove chatbot functionality and refactor handlers (main) - Removed chatbot-related code including the `NewChatBot` function and associated handlers - Moved `initHandlerRequest` function to a separate `handler.go` file - Added job insertion logic to `saveBookmark` function in `websummary.go` - Updated error handling in bot middleware to conditionally print stack traces in debug mode - Removed chatbot initialization from main.go * ✨ feat: Add Telegram account linking functionality - Added new SQL query to get OAuth connection by provider and provider ID - Updated OAuth connection update query to include user ID - Implemented owner transfer functionality for bookmarks - Added new handler for linking Telegram account - Updated bot commands to include link account option - Added UI components for linking Telegram account in profile settings - Updated dependencies to include js-cookie for token management
Successfully merging this pull request may close these issues.