sagarkothari88 3Speak Podcast

PODCAST

sagarkothari88 3Speak Podcast

Listen and watch the latest videos from sagarkothari88. Hosted by 3Speak.tv. The free speech video platform on the HIVE blockchain.

  1. 15

    Daily Development Update: hSnaps Markdown Support, Refresh Controls, and Multilingual Enhancements

    https://3speak.tv/watch?v=sagarkothari88/dd531701 ## hSnaps App Feed Enhancements: Markdown Rendering and Refresh Control feat(feed): markdown rendering, refresh button, and image fallback improvements. Render feed post bodies as markdown using @hiveio/content-renderer: Tables Lists Code blocks Block quotes Added a refresh button in the header: Refetches all feed types Displays skeleton loading during refresh Implemented image handling improvements: Uses Hive proxy by default Falls back to original image URL if proxy fails Fixed landing page scroll issues. Removed iframe warnings from renderer for cleaner output. Markdown Rendered Feed Post Refresh Button with Skeleton Loading Image Fallback Example Settings Enhancement: Spanish Language Support feat(settings): add Spanish language support with in-app switcher. Integrated i18next for localization: Language detection Persistence using localStorage Added support for: English Spanish Introduced setLanguage() helper. Added hsnaps-language storage key. Implemented Language dropdown in Settings page. Translated all UI strings for multilingual accessibility. Language Switcher Dropdown Spanish UI Example Powering the Hive Ecosystem Continuously improving Hive applications with a focus on stability, performance, and scalability Contributing to open-source development and building reusable solutions for the community Working towards a stronger, more accessible, and feature-rich Hive ecosystem Final Note This post has been refined with the help of AI to improve readability and structure The original content and optimized version are both available for reference Applications Built by Us hReplierhPollshStats --------- hSnapshFestFactsKnow more about us --------- Support and Contact TransparencyVote as WitnessSupport via Discord

  2. 14

    Daily Development Update: hReplier UI Enhancements, Voting Controls, and HiveSigner Scope Expansion

    https://3speak.tv/watch?v=sagarkothari88/ec2d7a24 ## hReplier App UI Enhancement: App Tag Badge on Detail Pages feat(ui): show app tag badge on detail pages for hSnaps / hCurators / hReplier posts. Added AppTagBadge component to display a red #tag badge. Detection logic: Based on json_metadata.app Or developer field (dev / developer = sagarkothari88) Displays: First matching tag (hsnaps, hcurators, hreplier) Fallback to app name if no match found Integrated across all detail screens for consistent UI styling. App Tag Badge on Post Detail Settings Enhancement: Configurable Upvote Slider Step feat(settings): configurable upvote slider step (0.25 / 0.5 / 1, default 1). Added voteWeightStep setting with options: 0.25 0.5 1 (default) Enabled fractional slider steps in VoteSlider. Added dynamic decimal formatting based on selected step. Introduced step selector UI in Settings under Default Vote Weight. Applied selected step globally across post detail pages. Fractional Vote Slider in Action - Step Selector UI Setting - set the Vote Slider Steps Authentication Enhancement: Expanded HiveSigner Scopes feat(auth): expand HiveSigner scopes for full posting and engagement support. Extended OAuth scopes from: login vote to include: comment comment_options custom_json delete_comment Enabled advanced actions: Replies Edits Beneficiaries Reblogs Follows Mutes Comment deletion Adopted granular scopes instead of full posting for improved user consent clarity. Note: HiveSigner app registration must be updated to whitelist new scopes Requests will fail if scopes are not properly configured Login with HiveSigner Flow UI Powering the Hive Ecosystem Continuously improving Hive applications with a focus on stability, performance, and scalability Contributing to open-source development and building reusable solutions for the community Working towards a stronger, more accessible, and feature-rich Hive ecosystem Final Note This post has been refined with the help of AI to improve readability and structure The original content and optimized version are both available for reference Applications Built by Us hReplierhPollshStats --------- hSnapshFestFactsKnow more about us --------- Support and Contact TransparencyVote as WitnessSupport via Discord

  3. 13

    Daily Development Update: hSnaps UI Updates, Profile Actions, and Unified Hive Link Handling

    https://3speak.tv/watch?v=sagarkothari88/ba0d26c2 ## hSnaps (hive-snaps-reactjs) UI Update: Upvote Icon Replacement Replaced the Heart upvote icon with a YouTube-style ThumbsUp icon in the hSnaps feed. Improves familiarity and clarity for user interaction. ThumbsUp Upvote Icon in Feed Profile Enhancements: Follow / Unfollow Support feat(profile): enable follow/unfollow on UserDetailProfile. Added follow and unfollow methods using Hive custom_json follow operation. Wired onFollow and onUnfollow into UserDetailProfile to display action button. Used existing authentication flow with proper: Success handling Cancel handling Error handling Fixed tabShown TypeScript issue using as const to preserve literal types. Follow / Unfollow Button UI Composer Enhancements: Tags and Reward Routing feat(composer): integrate tags and reward routing into feed composer. Integrated tag manager and reward selection into FeedComposer. Injected selected tags into json_metadata for posts and replies. Extended comment() to support reward routing via shared utility. Preserved existing 3Speak beneficiary logic for default rewards. Feed Composer with Tags and Reward Options hreplier-react Unified Hive Link Handling feat(links): unify Hive link handling using shared parser. Added tryNavigateHiveLink and navigateToPost helpers. Replaced custom /@ parsing with shared parser across screens. Enabled post navigation from /@author/permlink links. Linked local hive-react-kit for consistent behavior across applications. In-App Navigation from Hive Links Link Open in our App Powering the Hive Ecosystem Continuously improving Hive applications with a focus on stability, performance, and scalability Contributing to open-source development and building reusable solutions for the community Working towards a stronger, more accessible, and feature-rich Hive ecosystem Final Note This post has been refined with the help of AI to improve readability and structure The original content and optimized version are both available for reference Applications Built by Us hReplierhPollshStats --------- hSnapshFestFactsKnow more about us --------- Support and Contact TransparencyVote as WitnessSupport via Discord

  4. 12

    Daily Development Update: HiveReactKit Link Routing, Composer Enhancements, and hSnaps Feed Improvements

    https://3speak.tv/watch?v=sagarkothari88/7667e9cf ## HiveReactKit Centralized Hive URL Parsing and In-App Navigation feat(links): centralize Hive URL parsing and enable in-body link routing. Added parseHiveFrontendUrl to support: peakd hive.blog ecency inleo internal /@ links Enabled click delegation in posts and comments for in-app navigation. Propagated navigation callbacks through inline comment components. Updated example app to use HashRouter with /@author route handling. In-App Navigation via Post Links Open Other Post Link in our App Composer Enhancements: Tags and Reward Routing feat(composer): add tag manager and reward routing to PostComposer. Added tag manager: Default + custom tags Max limit support Added reward routing selector: Default Power up Burn Decline Introduced buildCommentOptions utility for Hive reward operations. Used portal-based popovers to prevent clipping inside modals. Tag Manager UI Reward Routing Selector UI Project Planning Update hEvents added as a new project in the list of planned initiatives. hSnaps (hive-snaps-reactjs) Feed and Routing Enhancements feat(feed,routing): unify /@ routes, reply flow, and Hive link interception. Split comment action: Reply modal Post navigation Standardized all routes and share URLs to /@author/permlink format. Used shared parseHiveFrontendUrl for consistent in-app link handling. Removed duplicate link parser and switched to local hive-react-kit. Unified Routing Flow UI Feed Interaction Improvements feat(feed): highlight commented posts and add hover preview for user replies. Used post.replies to detect if current user has commented (no extra API calls). Highlighted comment icon and count when user has replied. Added hover popover to preview user’s comment: Lazy-loaded Cached for performance Introduced lightweight Zustand store for instant UI updates on new replies. Highlighted Comment Icon UI Hover Preview of User Comment Powering the Hive Ecosystem Continuously improving Hive applications with a focus on stability, performance, and scalability Contributing to open-source development and building reusable solutions for the community Working towards a stronger, more accessible, and feature-rich Hive ecosystem Final Note This post has been refined with the help of AI to improve readability and structure The original content and optimized version are both available for reference Applications Built by Us hReplierhPollshStats --------- hSnapshFestFactsKnow more about us --------- Support and Contact TransparencyVote as WitnessSupport via Discord

  5. 11

    Daily Development Update (Part 2): hCurators Major Enhancements and Community Support Features

    https://3speak.tv/watch?v=sagarkothari88/2a73a997 ## Enhanced Curation Flow with Author Support Checks When opening a post for curation, the system now performs four key checks on the author: Do they vote @sagarkothari88 as a witness? Do they follow the curation trail? Do they have ≥ 2,000 HP? Did they include promotional content in at least 10 of their last 20 posts? If any check fails: A red blinking list is displayed above action buttons. Curators can quickly assess the author's level of support. Author Support Check UI with Red Indicators Curator Confirmation for Weak Support If 2 or more checks fail: Curators must enter a reason (minimum 20 characters). Actions like Reply & Vote / Reply / Upvote remain locked until input is provided. The system does not block curation but captures intent. Reasons and failed checks are stored on the backend. Reason Input Modal Before Voting New Admin Page: Unsupported Support Added a dedicated admin section listing: Author Permlink Curator Reason provided Features: Sorted by newest first Infinite scroll support Leaderboard Upgrade: Top Supporters Introduced a new "Top Supporters" widget above Top Curators. Eligibility: Must vote @sagarkothari88 as a witness Plus at least one of: Following curation trail ≥ 2,000 HP Promotional content usage Sorting logic: HP → Trail Weight → Promo Count Toggle options: Top 5 / 10 / 20 / 50 Example display: @username is supporting with witness vote and 5,000 HP Also follows trail and includes promo content Top Supporters Leaderboard UI Top Curators Selector Enhancement Added toggle for: Top 5 / 10 / 20 / 50 Top Curators Toggle UI Quick Access to Grow Community Support Drawer: Blinking "Follow our curation trail" link Redirects to hive.vote subscription page Dashboard: New "How to earn curation support" card Drawer CTA Link Multilanguage Support Added support for: English Spanish Hindi Features: Auto-detect system language Manual override in Settings Note: Spanish and Hindi are machine-generated Community contributions for corrections are encouraged Language Selection UI Content Cleanup: Liketu Trim Removed trailing Liketu footers from rendered post bodies. Cleaner reading experience for curators. Behind-the-Scenes Improvements Adjusted app-usage curation weight to 0.75. Strengthened blacklisted-author handling on backend. Fixed login and re-login issues. Resolved Docker data directory issues. Added pre-vote warning banner for better decision-making. Powering the Hive Ecosystem Continuously improving Hive applications with a focus on stability, performance, and scalability Contributing to open-source development and building reusable solutions for the community Working towards a stronger, more accessible, and feature-rich Hive ecosystem Final Note This post has been refined with the help of AI to improve readability and structure The original content and optimized version are both available for reference Applications Built by Us hReplierhPollshStats --------- hSnapshFestFactsKnow more about us --------- Support and Contact TransparencyVote as WitnessSupport via Discord

  6. 10

    Daily Development Update: hSnaps Composer Unification, Hive Upload Fallback, and Feed Interaction Improvements

    https://3speak.tv/watch?v=sagarkothari88/4f243015 ## hSnaps (hive-snaps-reactjs) Integrate Hive Image Upload Fallback and Unify Composer for Edit Flow feat: integrate Hive image upload fallback and unify composer for edit flow. Wired Aioha signMessage to enable Hive upload fallback in PostComposer. Replaced EditPostModal with shared PostComposer for full feature parity. Linked local hive-react-kit package for development using symlink setup. Removed legacy upload components, now fully handled by HiveReactKit. feat(composer): unify new/edit flows and integrate Hive upload fallback. Integrated useHiveImageSign with Aioha and wired signer into PostComposer. Replaced EditPostModal with PostComposer for a consistent editing experience. Added Buffer polyfill for compatibility. Removed legacy upload and signing utilities, now handled by the kit. Unified PostComposer for Create Click On Edit Button to Edit the post Unified PostComposer for Edit Feed Enhancements: Comment Actions and Reply Composer feat(feed): split comment action; add reply composer with parent context. PostCard updates: Comment icon opens ReplyComposerModal Comment count opens HiveDetailPost via /post/:author/:permlink route Added local comment count update after successful reply. ReplyComposerModal improvements: Displays parent avatar Shows @author Displays “replying to author/permlink” in header Removes current-user UI for focused context FeedComposer updates: Keeps PostComposer user header hidden Modal fully controls replying-to presentation Reply Composer with Parent Context Click on any Post Comment Icon It will Open Reply Composer box Comment Action Split (Icon vs Count) Split Action Comment Icon Open Reply Composer Split Action Comment Count Open Detail Post with comments Open Detail Post with comments Powering the Hive Ecosystem Continuously improving Hive applications with a focus on stability, performance, and scalability Contributing to open-source development and building reusable solutions for the community Working towards a stronger, more accessible, and feature-rich Hive ecosystem Final Note This post has been refined with the help of AI to improve readability and structure The original content and optimized version are both available for reference Applications Built by Us hReplierhPollshStats --------- hSnapshFestFactsKnow more about us --------- Support and Contact TransparencyVote as WitnessSupport via Discord

  7. 9

    Daily Development Update: Distriator Build Fixes and HiveReactKit Upload Enhancements

    https://3speak.tv/watch?v=sagarkothari88/0bd08a2c ## HiveReactKit Add Hive Image Upload Fallback and Signer-Based Upload Support feat: add Hive image upload fallback and signer-based upload support. Added uploadToHiveImages helper using signed message (Keychain-compatible). Made uploads provider-agnostic via onSignMessage callback. Updated PostComposer, ImageUploader, and VideoUploader: Primary: ecency uploads Fallback: Hive image upload Gated upload UI (paste/drag/toolbar) based on upload capability. Image Upload Flow with Fallback Click Image icon on PostComposer Error Handle in Case of Ecency image Upload failed Select Image and Accept Buffer Keychain Request After uploading Preview Image Composer Enhancements: Upload UX and Wallet Approval Flow feat(composer): add Hive image upload fallback and wallet approval UX. Added uploadToHiveImages + useHiveImageSign for provider-aware signing. Supported ecency → Hive fallback with: Keychain PeakVault dhive Improved PostComposer with: Approval banner for signing actions Cancelable uploads New configuration props Enhanced Image and Video uploaders: Fallback handling Abort support Improved error messages In case of Ecency Image Upload, just select image Composer Approval Banner UI In case of Hive Image Upload, Select Image and Accept Buffer Keychain Request Upload Progress and Error Handling UI Distriator App Build Fix and Default Currency Handling fix: downgrade date-fns to v3 and set GTQ as default for auto-login users. Updated hive-react-kit to the latest version. Downgraded date-fns from v4 to v3 to fix missing module build errors. Resolved issues caused by missing files such as addDays.js and addISOWeekYears.js. Set default wallet currency to Guatemalan Quetzal (GTQ) for auto-login users. Wallet Showing Default GTQ Currency for Ati-Hotel User's Logins Powering the Hive Ecosystem Continuously improving Hive applications with a focus on stability, performance, and scalability Contributing to open-source development and building reusable solutions for the community Working towards a stronger, more accessible, and feature-rich Hive ecosystem Final Note This post has been refined with the help of AI to improve readability and structure The original content and optimized version are both available for reference Applications Built by Us hReplierhPollshStats --------- hSnapshFestFactsKnow more about us --------- Support and Contact TransparencyVote as WitnessSupport via Discord

  8. 8

    Daily Development Update: hSnaps Sharing Fixes, hPolls API Integration, and hReplier Notifications Enhancement

    https://3speak.tv/watch?v=sagarkothari88/2da2356d ## hSnaps App Clickable Feed Body and Mobile-Safe Share URL Handling feat: clickable feed body and mobile-safe share URL handling. Added getShareBaseUrl() to avoid capacitor://localhost in shared links. Updated share handlers to use helper and fallback to clipboard on mobile. Made PostCard body clickable for navigation while excluding interactive elements. Clickable Feed Post UI and Copied Share URL hPolls App Frontend and Backend API Integration Frontend Updated endpoint for Polls API. Updated Hive React Kit package. Backend Using PeakD documentation, Polls APIs were created and deployed on a personal server. Backend now supports hPolls application with proper API structure and responses. Polls UI with Updated API Data hReplier App Bulk Notification Handling and Sidebar Cleanup feat: bulk mark-as-read for replies/mentions and hide My Community. Added "Mark all as read" action with: Confirmation modal Loading state Processed notifications in batch and refreshed list after completion. Fixed hooks order issue by hoisting state. Hid "My Community" sidebar item using a hidden flag. Mark All as Read Action UI - New Replies Mark All as Read Action UI - New Mentions Powering the Hive Ecosystem Continuously improving Hive applications with a focus on stability, performance, and scalability Contributing to open-source development and building reusable solutions for the community Working towards a stronger, more accessible, and feature-rich Hive ecosystem Final Note This post has been refined with the help of AI to improve readability and structure The original content and optimised version are both available for reference Applications Built by Us hReplierhPollshStats --------- hSnapshFestFactsKnow more about us --------- Support and Contact TransparencyVote as WitnessSupport via Discord

  9. 7

    Daily Development Update: Hive React Kit Inline Enhancements and hCurator App Improvements

    https://3speak.tv/watch?v=sagarkothari88/888dec69 ## Hive React Kit Inline Comments Enhancements and UI Improvements feat(inline-comments): add upvote list modal, dev tag badge, strip promo footer. Split upvote action: Icon opens vote slider Count opens voter list modal Display developer tag badge next to username from metadata. Strip promotional footer from comment body before rendering. Upvote List Modal UI Developer Tag Badge in Comments hCurator App Auth Fix and UI Stabilisation fix(auth): unify AuthButton login and resolve DaisyUI CSS collisions. Use AuthButton as single auth source. Removed header user block and drawer logout. Synced AuthContext with hive-authentication store and handled logout cleanup. Fixed modal and sidebar UI issues by removing/renaming conflicting CSS classes. Removed temporary !important overrides after resolving root cause. Updated Auth Flow UI Using Hive React Kit hCurator Mobile App Enhancements and Platform Integration feat(app): Capacitorjs integrated, skeleton loading, safe-area handling, sticky header, landing cleanup, iOS icon fix. Capacitorjs integrated successfully and iOS and Android app builds completed. App icon added for iOS and Android. Replaced landing sections with HiveContributionsLanding and consistent theming. Added safe-area support and sticky header with scroll lock for better mobile UX. Introduced reusable skeleton loading system across pages and components. Fixed AuthButton visibility and resolved iOS AppIcon asset issue. Mobile App UI with Safe Area and Sticky Header Powering the Hive Ecosystem Continuously improving Hive applications with a focus on stability, performance, and scalability Contributing to open-source development and building reusable solutions for the community Working towards a stronger, more accessible, and feature-rich Hive ecosystem Final Note This post has been refined with the help of AI to improve readability and structure The original content and optimised version are both available for reference Applications Built by Us hReplierhPollshStats --------- hSnapshFestFactsKnow more about us --------- Support and Contact TransparencyVote as WitnessSupport via Discord

  10. 6

    Daily Development Update: Voting Power Insights in Hive React Kit and hReplier Edit Functionality

    https://3speak.tv/watch?v=sagarkothari88/6d772f38 ## Hive React Kit Voting Power Enhancement with Refill Time Estimation feat(voting-power): show time required to fully refill voting mana-bar. Calculated remaining time for voting power to reach 100%. Displayed human-readable refill time (e.g., “2h 30m remaining”). Used mana-bar regeneration rate for accurate estimation. Integrated refill time into Voting Power UI alongside percentage display. Voting Power with Refill Time UI hReplier App Add Edit Functionality for Sent Messages feat: add edit functionality for sent messages in All Sent page. Enabled editing of user’s own comments via PostComposer. Added editComment() to broadcast updates with same permlink. Displayed edit button only on user-owned comments. Stripped and re-appended promotional footer intelligently. Stored raw comment data for proper edit support. Edit Comment UI in Sent Page Hide Promotional Footer from Comment Previews feat: hide promotional footer from rendered comment previews. Stripped promo footer from all comment preview renders. Added stripPromoFooter() helper for markdown cleanup. Applied across: Sent Received Notifications Bookmarks Kept promotional text on-chain (display-only change). Clean Comment Preview Without Footer Powering the Hive Ecosystem Continuously improving Hive applications with a focus on stability, performance, and scalability Contributing to open-source development and building reusable solutions for the community Working towards a stronger, more accessible, and feature-rich Hive ecosystem Final Note This post has been refined with the help of AI to improve readability and structure The original content and optimised version are both available for reference Applications Built by Us hReplierhPollshStats --------- hSnapshFestFactsKnow more about us --------- Support and Contact TransparencyVote as WitnessSupport via Discord

  11. 5

    Daily Development Update: Distriator Auto-Login Wallet, Cashback Optimization, and Review Flow Enhancements

    https://3speak.tv/watch?v=sagarkothari88/4c5676fc ## Distriator App Auto-Login Wallet Route and Cashback Status Optimisation feat: add auto-login wallet route and optimise Cashback Status with segment tabs. Bug fix: Cashback Status now correctly shows values in INR. Added /atihotel/:roomname/wallet auto-login route with safe redirect (no back-loop). Introduced segmented tabs: All Collect Pending Claimed Rejected Enabled instant filtering across segments. Optimized data loading: Fetch all pages once Eliminated repeated API calls Improved UX with: Responsive tab layout Descending sort order Smoother tab switching In PrivilegedReviewScreen: Answers require minimum 20 characters “How was experience” requires minimum 30 characters Displayed key icon for privileged logged-in users. Cashback Status Segmented Tabs UI - Desktop View Cashback Status Segmented Tabs UI - Mobile View Auto-Login Wallet Route Flow /wallet Review Validation Updates and Multi-Claim Navigation feat: update review validation rules and add multi-claim navigation. Reduced minimum character limits: 20 characters for answers 30 characters for reviews Standardised validation across all review screens. Added arrow navigation for multiple claims with index indicator. Fixed null safety issue for claimData in ClaimScreen. Multi-Claim Navigation UI Review Validation UI Powering the Hive Ecosystem Continuously improving Hive applications with a focus on stability, performance, and scalability Contributing to open-source development and building reusable solutions for the community Working towards a stronger, more accessible, and feature-rich Hive ecosystem Final Note This post has been refined with the help of AI to improve readability and structure The original content and optimised version are both available for reference Applications Built by Us hReplierhPollshStats --------- hSnapshFestFactsKnow more about us --------- Support and Contact TransparencyVote as WitnessSupport via Discord

  12. 4

    Daily Development Update: hSnaps Mobile Notch Fixes and Interaction Enhancements

    https://3speak.tv/watch?v=sagarkothari88/a93ace9c ## hSnaps App Fix Mobile Notch Safe-Area Handling for Profile, Post Detail, and Video Overlay fix: mobile notch safe-area handling for profile, post detail, and video overlay. Added safe-area top padding using env(safe-area-inset-top). Updated page wrappers to use h-screen + overflow-hidden for proper sticky headers. Fixed video popup close button being hidden behind the notch. Enabled tap-outside-to-close functionality for video overlay. Safe Area Padding on Profile Page Video Overlay Close Button Fix Add Mobile Notch Handling, Posting Key Switch, and Interaction Enhancements feat: mobile notch handling, posting key switch, profile callbacks, bookmark toggle, and tip dialog. Added safe-area notch handling for profile, post, and media views. Fixed sticky headers using h-screen + overflow-hidden. Improved MediaPopup with notch fix and outside click close behavior. Ensured posting key is switched before all aioha operations. Wired profile actions: upvote comment comment upvote Enabled navigation to post detail on comment click. Added tip dialog with transfer support. Passed template props to UserDetailProfile. Added bookmark store with toggle UI state. Cleaned up unused imports. Tip Dialog UI Bookmark Toggle UI Powering the Hive Ecosystem Continuously improving Hive applications with a focus on stability, performance, and scalability Contributing to open-source development and building reusable solutions for the community Working towards a stronger, more accessible, and feature-rich Hive ecosystem Final Note This post has been refined with the help of AI to improve readability and structure The original content and optimised version are both available for reference Applications Built by Us hReplierhPollshStats --------- hSnapshFestFactsKnow more about us --------- Support and Contact TransparencyVote as WitnessSupport via Discord

  13. 3

    Daily Development Update: Hive React Kit Multi-Currency Wallet and Profile UI Overhaul

    https://3speak.tv/watch?v=sagarkothari88/77829858 ## Hive React Kit Multi-Currency Wallet Support and Accurate Valuation feat: multi-currency wallet support and UserDetailProfile UI overhaul. Added multi-currency wallet with timezone-based detection. Converted HBD → HIVE → USD for accurate valuation. Enabled instant currency switching using cached rates. Reorganised wallet UI: HBD shown first Other currencies collapsible HBD Balance Shown at Top and All other Balance are Hidden Initially Inside Close Dropdown UserDetailProfile UI Overhaul Redesigned profile UI with cover overlay layout. Moved actions (back, favourite, menu) into cover header. Fixed avatar stretching and layout issues. Improved tab behavior with persistence and scroll fixes. Fixed double navigation on post click. Enhanced HiveDetailPost avatar size and rendering. New Profile Cover Layout UserDetailProfile - Improved Avatar and Header UI DetailPost - Improved Avatar and Header UI Voting Experience Improvements Removed “votingPower to load” message for cleaner UX. Updated vote slider: No longer stops at 5% or 10% Supports full range from 1 to 100 Updated Vote Slider UI Fixes: Keychain Handling, Edit Flow, and Media Rendering Handled Keychain cancel gracefully: Preserved comment text using return false flow Prevented poll UI from falsely marking votes on cancel Improved edit handling: Stripped app suffix in edit modal Prevented duplication on save Improved image handling: Added fallback to original image URL on load failure Hid image if both proxy and original fail Keychain Handling - Poll Votes Cancel Powering the Hive Ecosystem Continuously improving Hive applications with a focus on stability, performance, and scalability Contributing to open-source development and building reusable solutions for the community Working towards a stronger, more accessible, and feature-rich Hive ecosystem Final Note This post has been refined with the help of AI to improve readability and structure The original content and optimised version are both available for reference Applications Built by Us hReplierhPollshStats --------- hSnapshFestFactsKnow more about us --------- Support and Contact TransparencyVote as WitnessSupport via Discord

  14. 2

    Daily Development Update: Hive React Kit Favourite Enhancements, Media Fixes, and Multi-Currency Wallet

    https://3speak.tv/watch?v=sagarkothari88/bafd4e9a ## Hive React Kit Enhance Favourite Functionality with Auto Visibility and Visual States feat: enhance favourite functionality with auto visibility and visual states. Auto-show favourite icons based on callback presence. Removed manual visibility props (isFavListVisible, isAddToFavVisible). Added isFavourited for heart fill state (red/outline). Added favouriteCount with badge display ("99+" cap). Updated navbar and profile heart UI. Updated docs and example usage with new props. Favourite Icon States (Filled vs Outline) Favourite Icon States (Filled) & Favourite Count Badge UI UI Improvements and Navigation Enhancements Defined scrollbar-hide utility and hid scrollbar on main container. Added left/right arrow buttons on tab bar when tabs overflow. Scrollable Tabs with Arrow Navigation Media Rendering Fixes (3Speak and Video Handling) Fixed 3Speak iframe with native video player and compact audio. Fixed portrait video zoom/cropping using object-fit: contain. Wrapped 3Speak audio iframe in compact container. Removed extra white space and scrollbar from audio player. Fixed Video Layout Compact Audio Player UI Landing Page Updates Landing Page UI Component Updated. hSurvey App Status moved from planned to in Development Category. Updated Landing Page UI Add Multi-Currency Support with Local Currency Detection in Wallet Detect local currency via system timezone. Fetch exchange rates in a single API call. Default estimated value to local currency. Added currency dropdown (USD, local, others). Enabled instant switching using cached rates. Used narrowSymbol for clean currency display. Wallet with Multi-Currency Dropdown Local Currency Display in Wallet Powering the Hive Ecosystem Continuously improving Hive applications with a focus on stability, performance, and scalability Contributing to open-source development and building reusable solutions for the community Working towards a stronger, more accessible, and feature-rich Hive ecosystem Final Note This post has been refined with the help of AI to improve readability and structure The original content and optimised version are both available for reference Applications Built by Us hReplierhPollshStats --------- hSnapshFestFactsKnow more about us --------- Support and Contact TransparencyVote as WitnessSupport via Discord

  15. 1

    Daily Development Update: Hive Stats Favorites Integration, Distriator Wallet Improvements, and hSnaps Fixes

    https://3speak.tv/watch?v=sagarkothari88/b0ad1f54 ## hive-stats App Integrate Favourite Functionality with UserDetailProfile feat: integrate favourite functionality with UserDetailProfile. Replace legacy favourite props with new API: onAddToFavourite onFavouriteList isFavourited favouriteCount Integrated useFavorites hook for toggle and state management. Fixed username mismatch by stripping @ prefix from URL param. Added navigation to favourites list screen. Enabled reactive favourite count badge updates. Converted favourites UI to dark-mode-only styling. Favourite Toggle and Count Badge UI Favourites List Screen Distriator App Wallet Component Integration and UX Improvements Updated Wallet Component Integrated from hive-react-kit. Fix: Improve Wallet Header Stickiness and Back Navigation Scroll Made Wallet header sticky (top-0, z-50) for persistent visibility. Ensured header remains visible during scroll. Scroll to top on back navigation. Prevented previous screen from rendering mid-scroll. Wallet Component Integrated from hive-react-kit hSnaps App Hot Fix Updates Integrated reply-snap API with cached suffix injection. Fully wired HiveDetailPost callbacks (post + comment level). Removed duplicate layout wrapper from post detail page. Enabled template support on post detail view. Fixed infinite API calls using module-level caching. Improved Keychain cancel handling without clearing composer. Keychain cancel handling without clearing composer Fully wired HiveDetailPost callbacks (post + comment level) Powering the Hive Ecosystem Continuously improving Hive applications with a focus on stability, performance, and scalability Contributing to open-source development and building reusable solutions for the community Working towards a stronger, more accessible, and feature-rich Hive ecosystem Final Note This post has been refined with the help of AI to improve readability and structure The original content and optimised version are both available for reference Applications Built by Us hReplierhPollshStats --------- hSnapshFestFactsKnow more about us --------- Support and Contact TransparencyVote as WitnessSupport via Discord

  16. 0

    hCurators manual curation feature and hSnaps fixes improve reliability and content creation experience in Hive apps.

    https://3speak.tv/watch?v=sagarkothari88/887c1285 # Daily Development Update: hCurators Manual Curation Feature and hSnaps Fixes hCurators Add Missing Item Feature for Curators and Admins Curators and admins now have a new "Add Missing Item" menu option in the sidebar. Sometimes the system misses posts or comments because Hive servers lag behind — this feature lets curators manually add those missed items. Curators simply paste the URL of the missed post/comment and hit submit. The system checks if the item is valid, fetches its details from Hive, and adds it to the curation queue. If an item was previously rejected, submitting it again will restore it back to pending. Flagged authors are still blocked — their content cannot be added. Everything works the same way as if the system had caught the item automatically. Add Missing Item Sidebar Option hSnaps Hot Fix Updates Hive React Kit Package Updated. Feed Composer Bug fixed. Now templated icon and list of templates are visible. Code icon visible. @ username icon visible and working. [Add Image Here – ] Feed Composer with Template Options Icons Visibility (Code, @ Mention) Powering the Hive Ecosystem Continuously improving Hive applications with a focus on stability, performance, and scalability Contributing to open-source development and building reusable solutions for the community Working towards a stronger, more accessible, and feature-rich Hive ecosystem Final Note This post has been refined with the help of AI to improve readability and structure The original content and optimised version are both available for reference Applications Built by Us hReplierhPollshStats --------- hSnapshFestFactsKnow more about us --------- Support and Contact TransparencyVote as WitnessSupport via Discord

  17. -1

    Daily Development Update: Hive React Kit Inline Comments, Moderation, and hReplier UI Upgrade

    https://3speak.tv/watch?v=sagarkothari88/2d1bab38 ## Hive React Kit Add Inline Comments, Poll Vote Changes, and Moderation Support feat(HiveDetailPost): add inline comments, poll vote changes, and moderation support. Replaced modal comments with inline threaded comments. Added inline composer and reply UX improvements. Enabled poll vote change functionality. Added parent navigation for replies. Introduced content moderation filtering. Improved rendering, personalisation, and documentation. Inline Threaded Comments UI Poll Vote Change Interaction Add Comment Actions, Mobile UI Improvements, and Clean Preview feat(HiveDetailPost): add comment actions, mobile UI improvements, and clean preview. Added share, tip, report, and payout to comments. Improved mobile UI with responsive layout and bottom sheet composer. Added clean plain-text preview for collapsed comments. Enabled navigation to post detail from comments. Updated integration and documentation. Comment Action Bar UI Mobile Bottom Sheet Composer hReplier App UI Updated Using Hive React Kit UI Updated Using Hive React Kit. Wire all HiveDetailPost callbacks with aioha operations. Poll voting via aioha.customJSON, reblog via signAndBroadcastTx. Comment share/report/tip with clipboard, API, and toast. reportedAuthors combines ignored authors + reported users. onBack uses window.history.back() for parent post navigation. onCommentClick on UserDetailProfile navigates to post detail. hReplier Post Detail with New UI Navigation from Profile to Post Detail Powering the Hive Ecosystem Continuously improving Hive applications with a focus on stability, performance, and scalability Contributing to open-source development and building reusable solutions for the community Working towards a stronger, more accessible, and feature-rich Hive ecosystem Final Note This post has been refined with the help of AI to improve readability and structure The original content and optimised version are both available for reference Applications Built by Us hReplierhPollshStats --------- hSnapshFestFactsKnow more about us --------- Support and Contact TransparencyVote as WitnessSupport via Discord

  18. -2

    Daily Development Update: hSnaps Feed Optimisation and Feature Enhancements

    https://3speak.tv/watch?v=sagarkothari88/f2fd2884 ## hSnaps App Fix Twitter Preview, Add Hive Node Switcher, Disable Rep Filter, Add 3Speak Icons feat: fix Twitter preview, add Hive node switcher, disable rep filter, add 3Speak icons. Fixed Twitter/X embed layout and sizing issues. Added Hive RPC node switching in Settings for better connectivity and flexibility. Disabled reputation filtering temporarily to ensure broader content visibility. Added missing 3Speak media icons for improved media identification. Twitter/X Embed Fix UI Hive Node Switcher in Settings Improve Feed Processing and Auto-Load Behaviour feat: process all containers per batch and auto-load 7 days for My Feed snaps. Fixed feed skipping containers during pagination. Improved cursor structure for batch processing. Added auto-load for snaps in My Feed with a 7-day range. Kept other feed types unchanged to maintain consistency. Feed Pagination UI & Auto-loaded Snaps in My Feed upto 7 days Powering the Hive Ecosystem Continuously improving Hive applications with a focus on stability, performance, and scalability Contributing to open-source development and building reusable solutions for the community Working towards a stronger, more accessible, and feature-rich Hive ecosystem Final Note This post has been refined with the help of AI to improve readability and structure The original content and optimised version are both available for reference Applications Built by Us hReplierhPollshStats --------- hSnapshFestFactsKnow more about us --------- Support and Contact TransparencyVote as WitnessSupport via Discord

  19. -3

    Daily Development Update: HiveReactKit Poll Integration and hReplier Post Detail Navigation

    https://3speak.tv/watch?v=sagarkothari88/1b9a03ac ## HiveReactKit Add Poll Widget in HiveDetailPost and Improve Data Handling feat: add poll widget in HiveDetailPost and fix snaps API + metadata parsing. Added poll widget with live voting data in post detail. Fixed json_metadata parsing across different API responses. Improved payout handling for paid posts. Resolved snaps API 403 issue. Synced types with PeakD pagination format. Poll Widget with Live Voting Data Post Detail with Poll and Payout UI hReplier-react Integrate HiveDetailPost with Routing and Post Detail Navigation Integrated HiveDetailPost with routing and post detail navigation. Added post detail routing and full-width layout. Integrated HiveDetailPost with full interaction support. Preserved feed tab state for back navigation. Connected local HiveReactKit build for development. Post Detail Full-Width Layout With Poll Details Powering the Hive Ecosystem Continuously improving Hive applications with a focus on stability, performance, and scalability Contributing to open-source development and building reusable solutions for the community Working towards a stronger, more accessible, and feature-rich Hive ecosystem Final Note This post has been refined with the help of AI to improve readability and structure The original content and optimised version are both available for reference Applications Built by Us hReplierhPollshStats --------- hSnapshFestFactsKnow more about us --------- Support and Contact TransparencyVote as WitnessSupport via Discord

  20. -4

    Daily Development Update: HiveReactKit Post Detail Refactor and Renderer Improvements

    https://3speak.tv/watch?v=sagarkothari88/3ab1542f ## HiveReactKit Refactor HiveDetailPost to Modern Single-Column Layout with Enhanced UI Refactored post detail to clean single-column layout. Unified UI with UserDetailProfile design for consistency across components. Improved actions via PostActionButton for better interaction handling. Fixed payout display and added tooltip for detailed reward insights. Added skeleton loading to improve perceived performance. Introduced image captions for better content clarity. Introduced new route and full documentation for easier integration and usage. Payout Tooltip and Action Bar New Single Column Post Detail UI Switch to @snapie/renderer, Fix 3Speak Layout and Payout Parsing Switched to modern renderer for better media embeds. Fixed 3Speak portrait video layout for improved viewing experience. Corrected payout parsing and fallback logic. Added customisation props (icon, background) for flexibility. Improved loading UI consistency across components. Media Embed with New Renderer 3Speak Video Layout Fix Powering the Hive Ecosystem Continuously improving Hive applications with a focus on stability, performance, and scalability Contributing to open-source development and building reusable solutions for the community Working towards a stronger, more accessible, and feature-rich Hive ecosystem Final Note This post has been refined with the help of AI to improve readability and structure The original content and optimised version are both available for reference Applications Built by Us hReplierhPollshStats --------- hSnapshFestFactsKnow more about us --------- Support and Contact TransparencyVote as WitnessSupport via Discord

Type above to search every episode's transcript for a word or phrase. Matches are scoped to this podcast.

Searching…

No matches for "" in this podcast's transcripts.

Showing of matches

No topics indexed yet for this podcast.

Loading reviews...

ABOUT THIS SHOW

Listen and watch the latest videos from sagarkothari88. Hosted by 3Speak.tv. The free speech video platform on the HIVE blockchain.

HOSTED BY

Sagar Kothari

URL copied to clipboard!