This repository was archived by the owner on Mar 10, 2026. It is now read-only.
fix automatic capitalization in message composing#124
Draft
dozro wants to merge 4 commits into
Draft
Knope Bot / Require changes to be documented
required action
Mar 5, 2026 in 0s
This pull request has not been documented yet
This project requires changes to be documented via changesets.
You can either correct the above issues, or use a change file to document this pull request. knope-bot can't auto-generate a change file for this pull request. Instead, you can document the change manually by creating a change file with Knope or following these instructions:
Alternatively, if this change doesn't affect the version or need to appear in the changelog, you can apply the internal label to skip this check.
- Create a file named
.changeset/fix_automatic_capitalization_in_message_composing.md - Copy and paste the below Markdown into the file
- Replace "CHANGE_TYPE" with
major,minor, orpatch(see knope's docs for what those mean) - Edit the content as needed to be applicable to users of the project (not maintainers)
Details
---
sable: CHANGE_TYPE
---
# fix automatic capitalization in message composing
#124 by @dozro
<!-- Please read https://github.com/ajbura/cinny/blob/dev/CONTRIBUTING.md before submitting your pull request -->
### Description
<!-- Please include a summary of the change. Please also include relevant motivation and context. List any dependencies that are required for this change. -->
removed auto capitalization on the login page ➔ moved to https://github.com/7w1/sable/pull/131
added auto capitalization on the message input (because #93)
Fixes https://github.com/7w1/sable/issues/93
<img width="1170" height="2532" alt="Simulator Screenshot - iPhone 16e - 2026-03-05 at 10 46 34" src="https://github.com/user-attachments/assets/9d7777a9-337d-4f39-b47b-b46381d9f43e" />
#### Type of change
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update
### Checklist:
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
Loading