dswbx
7a6321f4ce
added r2 binding support to cf adapter
2025-02-11 10:04:53 +01:00
dswbx
f7e6928dba
form: fix popover, improve form types
2025-02-08 15:43:02 +01:00
dswbx
3fa682bfe1
form: fix switch required, add root form error to media settings
2025-02-08 13:27:47 +01:00
dswbx
bb964dc835
added native reactive form to elements
2025-02-08 11:59:43 +01:00
dswbx
f29641c702
using path instead of pointer, replaced lodash usage
2025-02-08 09:18:24 +01:00
dswbx
2e3ee65aa7
added more input field types and improved typing
2025-02-07 17:28:01 +01:00
dswbx
324d641410
form rerenders optimized
2025-02-07 16:11:21 +01:00
dswbx
02e7e1ca95
initially reduced form rerenders
2025-02-06 17:12:43 +01:00
dswbx
0a5cc2ad98
fix bknd theme
2025-02-06 15:00:54 +01:00
dswbx
9a4c2bd530
finalize new media settings ui
2025-02-06 13:58:29 +01:00
dswbx
46cf310ad6
finalize new media settings
2025-02-05 17:54:48 +01:00
dswbx
8418231c43
improved media settings implementation
2025-02-05 16:11:53 +01:00
dswbx
4b3493a6f5
changed media settings to new form
2025-02-05 11:04:37 +01:00
dswbx
f432473ed9
initial json schema form implementation
2025-02-05 10:31:08 +01:00
dswbx
86ba055f5e
fix entity table select
2025-01-28 09:10:38 +01:00
dswbx
d98d3351c0
Merge pull request #57 from bknd-io/feat/elements-docs-and-custom
...
restructured elements for better customization
2025-01-25 09:17:39 +01:00
dswbx
cc76964d03
restructured elements slightly for better customization, updated readme and docs
2025-01-25 09:14:02 +01:00
dswbx
ba936604a3
fix overwrite of entity config (e.g. empty label)
2025-01-23 09:02:58 +01:00
dswbx
7dd42fbff3
fixed schema updates to fail in nextjs envs due to lodash's merge
2025-01-23 08:34:11 +01:00
dswbx
fc08108ee0
admin ui: improved relation description
2025-01-18 16:22:26 +01:00
dswbx
fb2dff956b
added better error messages if config secret permission is missing
2025-01-18 13:31:33 +01:00
dswbx
145b47e942
minimal popper implementation for context menu placement
2025-01-18 09:59:10 +01:00
dswbx
ad61770ef4
fix entity form fields regression
2025-01-18 09:15:32 +01:00
dswbx
89b29256cf
adding context menu to entities list
2025-01-18 09:05:35 +01:00
dswbx
a6fd9f0d96
fix system entity registration by re-applying configs to modules
2025-01-17 15:46:05 +01:00
dswbx
9422cc5bb8
fix media initial enable to force reload window
2025-01-17 13:57:37 +01:00
dswbx
c19d3b2d75
fix entity list unnecessary parameters
2025-01-17 13:43:45 +01:00
dswbx
a723d6f618
added easier access points to modify schema + added relation flip in dialog
2025-01-17 13:17:09 +01:00
dswbx
1625a0c7c0
made the creation of an entity more accessible and obvious
2025-01-17 11:24:24 +01:00
dswbx
b61634e261
introduced auth strategy actions to allow user creation in UI
2025-01-17 10:19:26 +01:00
dswbx
c6cbd36231
fix RepoQuery typings
2025-01-16 16:21:32 +01:00
dswbx
4ee0f74cdb
optimize elements by reducing the bundle size required
2025-01-14 14:10:19 +01:00
dswbx
c06ba061f0
inlined JSON schema form library and updated related references to address bundling and React static asset issues
2025-01-11 08:09:52 +01:00
dswbx
d182640981
Add Media.Dropzone and Media.Preview as isolated elements
...
Introduce `Media.*` to modularize and customize file upload handling. Refactor media-related components to improve usability, add max item limits, overwrite support, and event callbacks.
2025-01-09 15:43:43 +01:00
dswbx
5c7bfeab8f
Refactor authentication components for modularity
...
Replaced `LoginForm` with a more extensible `AuthForm` and `AuthScreen`, enabling support for multiple auth strategies (e.g., OAuth) and improved reusability. Updated imports, routes, and configurations accordingly.
2025-01-09 10:20:28 +01:00
dswbx
fcab042e88
replaced hook form with json schema from
2025-01-08 17:03:50 +01:00
dswbx
7d3d1e811f
refactor: extracted auth as middleware to be added manually to endpoints
2025-01-07 13:32:50 +01:00
dswbx
3a79ce2cf8
added a new mutate replacement for useEntityMutate to quickly update cache without revalidating
2024-12-21 15:03:14 +01:00
dswbx
deddf00c38
added pausing to event manager, added context aware entity schemas, fixed typings, first boot event, improved useEntityQuery mutation behavior
2024-12-20 20:11:49 +01:00
dswbx
602235b372
optimized module manager seeding, added type support for new api hooks and reduced amount of dist chunks
2024-12-18 18:22:01 +01:00
dswbx
1631bbb754
replaced all react-query usages with new hooks + removed react-query
2024-12-13 17:36:09 +01:00
dswbx
8c91dff94d
updated admin to use swr hooks instead of react-query
2024-12-13 16:24:55 +01:00
dswbx
50c5adce0c
added useEntity and useEntityQuery hooks
2024-12-12 17:00:10 +01:00
dswbx
9d9aa7b7a5
added useApi and useApiQuery to work seamlessly with SWR (tbc)
2024-12-12 10:37:52 +01:00
dswbx
2ca66f4fc9
admin ui: fix "enter" on create new modal (inside fields)
2024-12-11 17:46:15 +01:00
dswbx
3932396084
fixing imports and ssr support + updated remix/nextjs/astro examples
2024-12-07 19:31:12 +01:00
dswbx
bdc6eb55bf
added bknd admin config override to make it easier to include <Admin />
2024-11-28 11:15:07 +01:00
dswbx
16a6a3315d
added cookie to config + fixed config set endpoint
2024-11-25 16:57:12 +01:00
dswbx
824ff40133
reworked admin auth to use form and cookie + adjusted oauth to support API and cookie-based auth
2024-11-23 18:12:19 +01:00
dswbx
2433833ad0
reworked html serving, added new permissions for api/auth, updated adapters
2024-11-23 11:21:09 +01:00