Skip to content

Conversation

@dbieber
Copy link
Owner

@dbieber dbieber commented Apr 14, 2025

Summary

  • Update settings UI to send lowercase values like 'roam' instead of 'Roam Research' when selecting from the dropdown
  • Refactor NOTE_TAKING_SYSTEMS array to map display names to their correct backend values
  • Simplify shouldShowSection function to use the exact value comparison

Task

Right now when someone selects e.g. Roam Research from the settings UI, the settings server sets the note taking setting to 'Roam Research', whereas it should be set to 'roam'. similarly true for other selections from the dropdown. 1) lets update the settings UI so when you select Roam Research, it sends 'roam' appropriately (and same for the others)

🤖 Generated with Claude Code

Update the settings UI to send lowercase system values to the backend when selecting from the dropdown. This ensures consistency between the UI labels and the values expected by the backend system.

🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
@dbieber dbieber merged commit 74f2ef5 into main Apr 14, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants