Skip to content

Commit a68da13

Browse files
authored
update
1 parent 04806f9 commit a68da13

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

docs/.vitepress/config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export default defineConfig({
135135
{ text: 'Layouts, Variants', link: '/addons/layout' },
136136
{ text: 'Logging, BAL', link: '/addons/logging' },
137137
{ text: 'JS Libraries', link: '/addons/ext_js' },
138-
{ text: 'More Popups', link: '/addons/popup' },
138+
{ text: 'UI Extensions', link: '/addons/popup' },
139139
{ text: 'Apps, Community', link: '/addons/apps' },
140140
]
141141
},

docs/addons/popup.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,26 @@
11
---
22
outline: [2, 6]
33
---
4-
# Popups
4+
# UI Extensions
55

6-
<i class="fa-brands fa-github"></i> [Popup Addon on GitHub](https://github.com/abap2UI5-addons/popups)
6+
<i class="fa-brands fa-github"></i> [UI Extensions on GitHub](https://github.com/abap2UI5-addons/popups)
77

8-
abap2UI5 provides a collection of built-in popups for the most common requirements. For more advanced popup requirements, this addon provides additional popups. Have you already implemented popups with abap2UI5? Consider sharing it — PRs are welcome!
8+
The core functionality of abap2UI5 is intentionally lightweight, keeping the framework streamlined. However, additional popups and UI features that are frequently needed by ABAP developers can be collected and extended here.
9+
10+
### Popups
911

1012
#### Value Help
13+
Generate value help dialogs based on DDIC information:
1114

1215
<img width="800" alt="Google Chrome 2024-09-12 15 18 44" src="https://github.com/user-attachments/assets/130dd242-bd05-46eb-9ebc-1f2fad9716c9">
1316

1417

1518
#### Transport Requests
19+
Display transport requests in a user-friendly way.
20+
21+
### UI
22+
More UI features are on the way... Stay tuned!
23+
24+
::: tip
25+
Have you implemented features with abap2UI5 that could help others? Consider sharing them! Contributions and pull requests are welcome.
26+
:::

0 commit comments

Comments
 (0)