Skip to content

feat: new landing page for tweet mindset #2854

New issue

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

KVV94
Copy link
Contributor

@KVV94 KVV94 commented Apr 23, 2025

Ticket №:2851

closes #2851

Problem:

New landing page for tweet mindset

Solution:

Implemented table view for tweets according to Figma design with selection functionality and loading state display.

Changes:

  • Created AdminTweetsLandingPage component with table view for the URL path /tweet (the original component was kept)
  • Developed TweetsTable component with all required columns for tweet display
  • Added skeleton loading animation for better UX during data fetch
  • Changed and tested getSentimentIcon function for tweet sentiment visualization

Testing:

  • Written unit tests for getSentimentIcon function, verifying correct icon display based on sentiment score
  • Manually tested all component states (loading, display, interaction)

Notes:

Table implemented according to table view from figma. All components are properly encapsulated within component directories. UI matches the Figma design precisely.

@KVV94
Copy link
Contributor Author

KVV94 commented Apr 23, 2025

result.mp4

@KVV94
Copy link
Contributor Author

KVV94 commented Apr 23, 2025

image
image

Copy link
Collaborator

@Rassl Rassl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Icons should be generated according to readme, otherwise they will be auto removed on next icons creation

@KVV94
Copy link
Contributor Author

KVV94 commented Apr 23, 2025

Icons should be generated according to readme, otherwise they will be auto removed on next icons creation

Resolved

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.

New landing page for tweet mindset
2 participants