Skip to content
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

Version 1.3.1 - "Enhanced Interaction" 🚀 #14

Merged
merged 8 commits into from
Apr 14, 2024
Merged

Version 1.3.1 - "Enhanced Interaction" 🚀 #14

merged 8 commits into from
Apr 14, 2024

Conversation

rafay99-epic
Copy link
Owner

@rafay99-epic rafay99-epic commented Apr 14, 2024

Version 1.3.1 - "Enhanced Interaction" 🚀

New Features:

  • Text Selection Capability: Users can now select and copy text from blog content, enhancing accessibility and usability. 📝
  • Search Filter for Blog Titles: Implemented a search filter allowing users to quickly find specific blog titles, improving content discoverability. 🔍
  • Page Navigation System: Introduced a new page navigation system on the home page utilizing PageView, enhancing navigation fluidity and user experience. 📄
  • User Activity Tracking: Implemented user activity tracking via an external script, providing valuable insights into user behavior and engagement within the web platform. 📊

Enhancements:

  • Updated Navigation Icons: Navigation icons have been updated from IconlyBold to FontAwesomeIcons, providing a more modern and consistent visual experience. 🔧

Bug Fixes:

  • Case-Insensitive Blog Filtering: Corrected a bug in blog filtering to consider case-insensitivity in search queries, ensuring accurate search results and improving user satisfaction. 🐞

Chores:

  • App Version Update: Updated the application version in pubspec.yaml, ensuring consistency and clarity in version management. 🔄
  • Development Automation: Implemented new scripts in PowerShell to automate the process of running the application for development, streamlining development workflows and improving efficiency. ⚙️

Copy link

coderabbitai bot commented Apr 14, 2024

Walkthrough

This update enhances user interaction and functionality across the application. It introduces text selection for blog content, improves blog search filtering, overhauls the home page navigation with a PageView controller, and updates dependencies and icons. Additionally, new scripts automate app running and deployment, while tracking capabilities are integrated into the web platform.

Changes

File Path Change Summary
.../readblogs/widgets/.../render_content.dart Added SelectionArea for text selection in HTML/Markdown and non-HTML content.
.../displayblogs/displayblogs.dart Implemented case-insensitive search filtering on blog titles.
.../user/screens/home_page.dart Major UI navigation update using PageView, updated icons, and removed unused import.
pubspec.yaml Updated app version.
run.ps1, FlutterRunAutomator.ps1 Introduced scripts for automated running and error handling of the app.
web/index.html Added tracking script from umami.

🐇✨
Oh hush, listen, the code does hop,
Through fields of logic, nonstop.
With a flutter and a twirl,
A new version unfurls,
Bugs beware, the rabbit's on top!
🌟🐰


Recent Review Details

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between aecd26c and 8da49d3.
Files selected for processing (1)
  • FlutterRunAutomator.ps1 (1 hunks)
Files skipped from review as they are similar to previous changes (1)
  • FlutterRunAutomator.ps1

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 2

run.ps1 Outdated Show resolved Hide resolved
run.ps1 Outdated Show resolved Hide resolved
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 2

FlutterRunAutomator.ps1 Outdated Show resolved Hide resolved
FlutterRunAutomator.ps1 Outdated Show resolved Hide resolved
@rafay99-epic rafay99-epic changed the title Version 1.3.1: Umami Tracking & Selectable Blog Version 1.3.1 - "Enhanced Interaction" 🚀 Apr 14, 2024
@rafay99-epic rafay99-epic self-assigned this Apr 14, 2024
@rafay99-epic rafay99-epic added the v1.3.1 Some Few Changes label Apr 14, 2024
@rafay99-epic rafay99-epic merged commit 9a89ba7 into main Apr 14, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v1.3.1 Some Few Changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant