1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-18 01:57:02 +00:00

Add message list search feature

- Search as you type (client side)
- Add makeDelay to reduce resize and search callback frequency
- Rename class listEntry to message-list-entry
- Move Refresh button into search button bar
This commit is contained in:
James Hillyerd
2016-03-06 15:28:09 -08:00
parent 6fd9f1f98c
commit d13ebe9149
3 changed files with 82 additions and 10 deletions

View File

@@ -3,9 +3,12 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
### Added
- Message Cap to status page
- Search-while-you-type message list filter
### Fixed
- Shutdown hang in retention scanner
- Add Message Cap to status page
## [1.1.0-rc1] - 2016-03-04
### Added