| Summary: | Feature: Implement search feature | ||
|---|---|---|---|
| Product: | [Applications] NeoChat | Reporter: | Jan Bidler <janbidler00> |
| Component: | General | Assignee: | Tobias Fella <fella> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | carl |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/network/neochat/commit/51e0023384071f4fda4e8fbafd51b15381f8eb48 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Jan Bidler
2022-08-13 13:47:41 UTC
https://invent.kde.org/network/neochat/-/merge_requests/616 I'll pretend i'm the bot :) Closing as a duplicate of https://invent.kde.org/network/neochat/-/issues/476 Git commit 51e0023384071f4fda4e8fbafd51b15381f8eb48 by Tobias Fella. Committed on 22/12/2022 at 19:49. Pushed by tfella into branch 'master'. Implement searching in rooms M +1 -0 src/CMakeLists.txt M +2 -0 src/main.cpp M +7 -3 src/qml/Component/Timeline/TimelineContainer.qml A +75 -0 src/qml/Page/SearchPage.qml [License: GPL(v2.0+)] M +17 -0 src/qml/Panel/RoomDrawer.qml M +1 -0 src/res.qrc A +180 -0 src/searchmodel.cpp [License: LGPL(v2.0+)] A +78 -0 src/searchmodel.h [License: LGPL(v2.0+)] https://invent.kde.org/network/neochat/commit/51e0023384071f4fda4e8fbafd51b15381f8eb48 |