Compare commits
18 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e2695b900e | ||
|
|
f7b23e1fe9 | ||
|
|
06a81d6246 | ||
|
|
f9de411e2b | ||
|
|
5c24e41328 | ||
|
|
538bb2e0b2 | ||
|
|
7518e26168 | ||
|
|
2007e14240 | ||
|
|
233148814e | ||
|
|
4a5b18a993 | ||
|
|
d4a7f59945 | ||
|
|
036d1c817b | ||
|
|
fb66e6b390 | ||
|
|
68093476fa | ||
|
|
5822fb2158 | ||
|
|
08569bcf8d | ||
|
|
89f9a2428e | ||
|
|
8abdded8f6 |
@ -1,8 +1,6 @@
|
|||||||
# oracle-apex-kanban-board
|
|
||||||
|
|
||||||
# Kanban Board Component for Oracle APEX
|
# Kanban Board Component for Oracle APEX
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
This Kanban Board component is inspired by the **Material Kanban Board Plugin**, using it as a UI (HTML-CSS) reference. You can see the inspired plugin [here](https://github.com/McRange/Material-Kanban-Board).
|
This Kanban Board component is inspired by the **Material Kanban Board Plugin**, using it as a UI (HTML-CSS) reference. You can see the inspired plugin [here](https://github.com/McRange/Material-Kanban-Board).
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Kanban Board",
|
"name": "Kanban Board",
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"description": "High performance kanban board which is supporting Oracle's faceted, pagination etc. as a template component UI is inspired by Material Kanban Board plugin.",
|
"description": "High performance kanban board which is supporting Oracle's faceted, pagination etc. as a template component UI is inspired by Material Kanban Board plugin.<br>Also the plugin compatible with apex themes since i used Oracle's css variables to maintain compability.",
|
||||||
"keywords": ["oracle","apex","kanban", "tasks", "board"],
|
"keywords": ["oracle","apex","kanban", "tasks", "board"],
|
||||||
"homepage": "https://github.com/orblgc/oracle-apex-kanban-board",
|
"homepage": "https://github.com/orblgc/oracle-apex-kanban-board",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
@ -26,7 +26,7 @@
|
|||||||
"internalName": "KANBAN_BOARD",
|
"internalName": "KANBAN_BOARD",
|
||||||
"type": "template component",
|
"type": "template component",
|
||||||
"demo": "https://apex.oracle.com/pls/apex/r/ordibu/demo/login",
|
"demo": "https://apex.oracle.com/pls/apex/r/ordibu/demo/login",
|
||||||
"previewImage": "https://raw.githubusercontent.com/orblgc/oracle-apex-kanban-board/refs/heads/main/preview.png"
|
"previewImage": "https://raw.githubusercontent.com/orblgc/oracle-apex-kanban-board/refs/heads/main/kanbanpreview.png"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
BIN
kanbanpreview.png
Normal file
BIN
kanbanpreview.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 484 KiB |
BIN
preview.png
BIN
preview.png
Binary file not shown.
|
Before Width: | Height: | Size: 451 KiB |
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user