Skip to content

Conversation

maoyama
Copy link
Owner

@maoyama maoyama commented Apr 23, 2025

#87
Screenshot 2025-04-23 at 17 48 43

maoyama added 14 commits April 23, 2025 16:33
- Introduced CommitLogView for displaying commit logs.
- Added functionality for saving search token history.
- Modified AppStorageKey and SearchKind to support new features.
- Updated FolderView to include improved search suggestions.
- Replaced the List with CommitLogView for better encapsulation and maintainability.
- Removed the logsRow function and moved the corresponding logic into CommitLogView.
- Updated button actions for checkout and revert to utilize the new structure.
- Made newToken function public in SearchTokensHandler for better accessibility.
- Updated saveSearchTokenHistory method in FolderView to accept old and new token values, replacing the previous single parameter implementation.
…or search kinds

- Refactored `SearchKind` enum to implement `CaseIterable` and added label and help properties for each case.
- Updated `FolderView` to utilize the new properties, improving search suggestion display with appropriate labels and descriptions.
- Removed onCheckout and onRevert closures, replacing them with a binding to isRefresh.
- Updated the commit and revert actions to set isRefresh to true instead of calling the closures for refreshing models.
- Introduced a computed property `suggestSearchToken` to filter the decoded search token history, excluding the current search tokens.
- Updated the search suggestions section to display filtered search tokens under 'History' when the search text is empty.
@maoyama maoyama merged commit 29197b4 into main Apr 23, 2025
4 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.

1 participant