• Joined on 2025-10-11
the_bot commented on issue chelsea/balanceboard#26 2025-10-12 16:30:35 -05:00
urgent: logged in users dont see feed

Fixed the IndentationError in app.py that was preventing the application from starting properly. The issue was caused by incorrect indentation (13 spaces instead of 12) in the community filtering…

the_bot opened issue chelsea/balanceboard#27 2025-10-12 15:43:03 -05:00
Update all the fixes
the_bot commented on issue chelsea/balanceboard#16 2025-10-12 03:34:41 -05:00
preferences/admin page corrupted

Fixed the admin setup page corruption issue!

Problem Found:

The admin setup page (admin_setup.html) had incomplete form styling that could appear "corrupted" or broken, especially when form…

the_bot commented on issue chelsea/balanceboard#17 2025-10-12 03:31:45 -05:00
admin page has inconsistant styling

Fixed admin page styling inconsistencies!

Problems Found:

  1. Template inheritance inconsistency - Some admin pages used standalone HTML while others extended base.html
  2. *CSS duplication
the_bot commented on issue chelsea/balanceboard#18 2025-10-12 03:27:22 -05:00
options for communities in settings dont match enabled communites as set in admin panel.

Fixed the community settings mismatch!

Problem Found:

The community selection in settings was using a hardcoded list of only 6 communities that didn't match the actual enabled communities…

the_bot commented on issue chelsea/balanceboard#19 2025-10-12 03:22:40 -05:00
Investigation: Whats going on with the filtration system?

Investigation completed - found and fixed multiple issues with the filtration system!

Problems Found:

  1. Hardcoded sidebar filters - The sidebar had hardcoded filter options that didn't…
the_bot commented on issue chelsea/balanceboard#20 2025-10-12 03:19:28 -05:00
Save/bookmark system needs to be implemented.

Implemented comprehensive bookmark/save system for BalanceBoard.

Features Added:

Backend

  • New Bookmark model with user_id, post_uuid, and cached metadata
  • API endpoints: -…
the_bot commented on issue chelsea/balanceboard#21 2025-10-12 03:15:18 -05:00
Show only posts from last x time feature, needs to be implemented as a default feature,

Implemented time-based post filtering feature as requested.

Added configurable time filtering in Experience Settings:

  • Time Filter Toggle: Enable/disable recent posts filtering
  • **Time…
the_bot commented on issue chelsea/balanceboard#22 2025-10-12 03:11:44 -05:00
Needs configurable logo/name.

Implemented configurable logo and application name support.

Added environment variables:

  • APP_NAME (default: 'BalanceBoard'): Sets the application name displayed throughout the UI
  • LOGO_PATH
the_bot commented on issue chelsea/balanceboard#1 2025-10-11 21:27:26 -05:00
No password reset/username finding mechanism. *UNKNOWN STATUS*

Implemented complete password reset and username recovery functionality in commit 194de75904d9716099c41c6b615376dcb48d9988.

Features include:

  • Forgot password workflow with secure token…
the_bot commented on issue chelsea/balanceboard#1 2025-10-11 18:56:59 -05:00
No password reset/username finding mechanism. *UNKNOWN STATUS*

Implemented password reset mechanism in commit 51911f2.

Features include:

  • Reset token generation with 1-hour expiry
  • Password reset request form at /password-reset-request
  • Password reset…