Skip to content

Snippet feature - #21

Merged
saifulshihab merged 5 commits into
devfrom
snippet-feature
Mar 22, 2026
Merged

Snippet feature#21
saifulshihab merged 5 commits into
devfrom
snippet-feature

Conversation

@saifulshihab

Copy link
Copy Markdown
Owner

No description provided.

@vercel

vercel Bot commented Mar 22, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
dev-forum Ready Ready Preview, Comment Mar 22, 2026 3:48pm

@saifulshihab
saifulshihab merged commit f85b396 into dev Mar 22, 2026
3 checks passed
saifulshihab added a commit that referenced this pull request Mar 22, 2026
* Add username generation logic during user sign-in

* Add "Profile Not Found" page component

* Fetch user data in AppSidebar and display username with loading state

* Add username availability check and debounce functionality in profile settings

* add installation guide

* Dockerize + gh actions (#10)

* add Dockerfile

* add build-test gh action

* generate prisma client on build

* remove test command for now

* User profile category flow (#11)

* initial profile type setup

* refactor user type handling and improve profile setup flow

* fix fetching server session to get full data

* remove redirection

* trigger build test action dev branch push

* Update session handling in main layout

* remove username from profile dropdown

* split prisma models into separate files and add prisma configuration (#12)

* fix user navigation link (#15)

* Jobs functionalities - List, Create, Apply (#14)

* initial job posting functionality with form validation and database schema updates

* Implement job creation and details functionality with improved validation and UI updates

* Add initial job functionalities with application process, UI updates,
Update user "manage content" view to "activity"

* Refactor job details and list components for improved UI and navigation; add job title links and close buttons

* Enhance job listing and details components with improved filtering, UI updates, and error handling; integrate job fetching logic with dynamic filters for better user experience

* chore

* remove project remaining components

* add next js top loader (#18)

* Refactor question components and enhance UI

- Replaced the Question component with a new QuestionList component for better organization of question display.
- Updated the question details page to improve layout and added meta information.
- Enhanced the Answers section with improved styling and loading states.
- Adjusted data fetching to include answer counts directly in the question payload.
- Refactored user activity questions to align with new data structure.

* improve styles

* add job page layout for consistency with questions page design

* validate user data using zod's `safeParse` method (#19)

* add gradient bg style

* hide top bar loader spinner

* optimize question queries

* add typecheck command

* refactor: replace MessageCircle with MessageCircleQuestionMark and adjust styles across components

* update gradient color

* update query

* add links

* display joining date

* simplify action imports by consolidating job-actions

* add ask question button

* Snippet feature (#21)

* demo

* trigger action

* update file name

* add snippet feature

* fix type
saifulshihab added a commit that referenced this pull request May 1, 2026
* Add username generation logic during user sign-in

* Add "Profile Not Found" page component

* Fetch user data in AppSidebar and display username with loading state

* Add username availability check and debounce functionality in profile settings

* add installation guide

* Dockerize + gh actions (#10)

* add Dockerfile

* add build-test gh action

* generate prisma client on build

* remove test command for now

* User profile category flow (#11)

* initial profile type setup

* refactor user type handling and improve profile setup flow

* fix fetching server session to get full data

* remove redirection

* trigger build test action dev branch push

* Update session handling in main layout

* remove username from profile dropdown

* split prisma models into separate files and add prisma configuration (#12)

* fix user navigation link (#15)

* Jobs functionalities - List, Create, Apply (#14)

* initial job posting functionality with form validation and database schema updates

* Implement job creation and details functionality with improved validation and UI updates

* Add initial job functionalities with application process, UI updates,
Update user "manage content" view to "activity"

* Refactor job details and list components for improved UI and navigation; add job title links and close buttons

* Enhance job listing and details components with improved filtering, UI updates, and error handling; integrate job fetching logic with dynamic filters for better user experience

* chore

* remove project remaining components

* add next js top loader (#18)

* Refactor question components and enhance UI

- Replaced the Question component with a new QuestionList component for better organization of question display.
- Updated the question details page to improve layout and added meta information.
- Enhanced the Answers section with improved styling and loading states.
- Adjusted data fetching to include answer counts directly in the question payload.
- Refactored user activity questions to align with new data structure.

* improve styles

* add job page layout for consistency with questions page design

* validate user data using zod's `safeParse` method (#19)

* add gradient bg style

* hide top bar loader spinner

* optimize question queries

* add typecheck command

* refactor: replace MessageCircle with MessageCircleQuestionMark and adjust styles across components

* update gradient color

* update query

* add links

* display joining date

* simplify action imports by consolidating job-actions

* add ask question button

* Snippet feature (#21)

* demo

* trigger action

* update file name

* add snippet feature

* fix type

* feat: add blog functionality with CRUD operations

- Implemented blog layout and page structure
- Added blog creation, listing, and detail views
- Introduced comment system for blog posts
- Created user activity page for managing blogs
- Added validation for blog posts and comments
- Integrated blog-related actions in the backend
- Updated database schema to include BlogPost and BlogComment models
- Enhanced UI components for blog interactions

* fix div
saifulshihab added a commit that referenced this pull request Jun 9, 2026
* Add username generation logic during user sign-in

* Add "Profile Not Found" page component

* Fetch user data in AppSidebar and display username with loading state

* Add username availability check and debounce functionality in profile settings

* add installation guide

* Dockerize + gh actions (#10)

* add Dockerfile

* add build-test gh action

* generate prisma client on build

* remove test command for now

* User profile category flow (#11)

* initial profile type setup

* refactor user type handling and improve profile setup flow

* fix fetching server session to get full data

* remove redirection

* trigger build test action dev branch push

* Update session handling in main layout

* remove username from profile dropdown

* split prisma models into separate files and add prisma configuration (#12)

* fix user navigation link (#15)

* Jobs functionalities - List, Create, Apply (#14)

* initial job posting functionality with form validation and database schema updates

* Implement job creation and details functionality with improved validation and UI updates

* Add initial job functionalities with application process, UI updates,
Update user "manage content" view to "activity"

* Refactor job details and list components for improved UI and navigation; add job title links and close buttons

* Enhance job listing and details components with improved filtering, UI updates, and error handling; integrate job fetching logic with dynamic filters for better user experience

* chore

* remove project remaining components

* add next js top loader (#18)

* Refactor question components and enhance UI

- Replaced the Question component with a new QuestionList component for better organization of question display.
- Updated the question details page to improve layout and added meta information.
- Enhanced the Answers section with improved styling and loading states.
- Adjusted data fetching to include answer counts directly in the question payload.
- Refactored user activity questions to align with new data structure.

* improve styles

* add job page layout for consistency with questions page design

* validate user data using zod's `safeParse` method (#19)

* add gradient bg style

* hide top bar loader spinner

* optimize question queries

* add typecheck command

* refactor: replace MessageCircle with MessageCircleQuestionMark and adjust styles across components

* update gradient color

* update query

* add links

* display joining date

* simplify action imports by consolidating job-actions

* add ask question button

* Snippet feature (#21)

* demo

* trigger action

* update file name

* add snippet feature

* fix type

* feat: add blog functionality with CRUD operations

- Implemented blog layout and page structure
- Added blog creation, listing, and detail views
- Introduced comment system for blog posts
- Created user activity page for managing blogs
- Added validation for blog posts and comments
- Integrated blog-related actions in the backend
- Updated database schema to include BlogPost and BlogComment models
- Enhanced UI components for blog interactions

* fix div

* feat: add TypeScript definitions for CSS modules and next-auth

* feat: enhance layouts and components for improved responsiveness and user experience
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant