Skip to content

Commit 88f7359

Browse files
committed
feat: add README and update adminforth dependency to version 2.42.0
1 parent 36430b8 commit 88f7359

3 files changed

Lines changed: 39 additions & 7 deletions

File tree

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# AdminForth Quick Filters Plugin
2+
3+
<img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT" /> <img src="https://woodpecker.devforth.io/api/badges/3848/status.svg" alt="Build Status" /> <a href="https://www.npmjs.com/package/@adminforth/quick-filters"><img src="https://img.shields.io/npm/dm/@adminforth/quick-filters" alt="npm downloads" /></a> <a href="https://www.npmjs.com/package/@adminforth/quick-filters"><img src="https://img.shields.io/npm/v/@adminforth/quick-filters" alt="npm version" /></a>
4+
5+
[![Ask AI](https://tluma.ai/badge)](https://tluma.ai/ask-ai/devforth/adminforth)
6+
7+
Adds quick, one-click filters to AdminForth list views.
8+
9+
## Features
10+
11+
- Add quick, one-click filters to list views.
12+
- Help teams narrow large datasets faster.
13+
- Reduce repetitive filtering steps in daily work.
14+
- Keep common queries one click away.
15+
16+
## Documentation
17+
18+
Full setup and configuration guide:
19+
20+
[AdminForth Quick Filters Documentation](https://adminforth.dev/docs/tutorial/Plugins/quick-filters/)
21+
22+
## About AdminForth
23+
24+
AdminForth is an open-source, agent-first admin framework for building robust admin panels and back-office applications faster.
25+
26+
## Related links
27+
28+
- [AdminForth website](https://adminforth.dev)
29+
- [npm package](https://www.npmjs.com/package/@adminforth/quick-filters)
30+
- [More AdminForth plugins](https://adminforth.dev/docs/tutorial/ListOfPlugins/)
31+
- [Built by DevForth](https://devforth.io)

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"type": "module",
7+
"homepage": "https://adminforth.dev/docs/tutorial/Plugins/quick-filters/",
78
"publishConfig": {
89
"access": "public"
910
},
@@ -16,13 +17,13 @@
1617
"description": "",
1718
"devDependencies": {
1819
"@types/node": "latest",
19-
"adminforth": "^2.35.0",
20+
"adminforth": "^2.42.0",
2021
"semantic-release": "^24.2.1",
2122
"semantic-release-slack-bot": "^4.0.2",
2223
"typescript": "^5.7.3"
2324
},
2425
"peerDependencies": {
25-
"adminforth": "^2.35.0"
26+
"adminforth": "^2.42.0"
2627
},
2728
"release": {
2829
"plugins": [

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)