-
Notifications
You must be signed in to change notification settings - Fork 76
Feat/create message placeholder page #216
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
Merged
respp
merged 13 commits into
Stellar-Rent:main
from
FrancoEspinosa08:feat/create-message-placeholder-page
Jan 30, 2026
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
b1107b4
feat: implement messages UI and fix search page import issues
FrancoEspinosa08 a0bcd03
fix: solve all type errors and satisfy biome
FrancoEspinosa08 412e8a4
fix: layout structure, stellar config and messages height
FrancoEspinosa08 907dcb6
fix: secure stellar config, fix layout and semantic menu names
FrancoEspinosa08 4b2ada3
fix(web): useTheme inside ThemeProvider, static next-themes import
respp 267caca
chore: update lockfile
FrancoEspinosa08 ddfb824
Merge branch 'feat/create-message-placeholder-page' of https://githubβ¦
FrancoEspinosa08 238a5e2
feat: add missing sdk configuration and types
FrancoEspinosa08 5cfc44d
fix: resolve merge conflicts and update sdk
FrancoEspinosa08 7dbe826
refactor: standardize naming, remove non-English comments and fix linβ¦
FrancoEspinosa08 6e3dca0
fix(web): address CodeRabbitAI suggestions and resolve type errors inβ¦
FrancoEspinosa08 54f26cc
fix(web): address CodeRabbitAI requests in invitations, search, and sβ¦
FrancoEspinosa08 f489339
Merge branch 'main' into feat/create-message-placeholder-page
FrancoEspinosa08 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
π§© Analysis chain
π Script executed:
Repository: Stellar-Rent/stellar-rent
Length of output: 144
π Script executed:
Repository: Stellar-Rent/stellar-rent
Length of output: 148
π Script executed:
Repository: Stellar-Rent/stellar-rent
Length of output: 1650
π Script executed:
Repository: Stellar-Rent/stellar-rent
Length of output: 1441
Use
parseFloatinstead ofparseIntto preserve decimal bathroom values.The bathrooms select includes values like
1.5,2.5, etc., butNumber.parseInttruncates them to integers. Change toNumber.parseFloatorNumberto preserve decimal values.π οΈ Suggested fix
π Committable suggestion
π€ Prompt for AI Agents