dswbx
9010401af6
remove unused useTheme import and add loading state for entity detail view ( #154 )
2025-04-22 15:43:27 +02:00
dswbx
4c11789ea8
Fix Release 0.11.1 ( #150 )
...
* fix strategy forms handling, add register route and hidden fields
Refactored strategy forms to include hidden fields for type and name. Added a registration route with necessary adjustments to the admin controller and routes. Corrected field handling within relevant forms and components.
* fix admin access permissions and refactor routing structure
display a fixed error for unmet permissions when retrieving the schema. moved auth routes outside of BkndProvider and reorganized remaining routes to include BkndWrapper.
* fix: properly type BkndWrapper
* bump fix release version
* ModuleManager: update diff checking and AppData validation
Revised diff handling includes validation of diffs, reverting changes on failure, and enforcing module constraints with onBeforeUpdate hooks. Introduced `validateDiffs` and backup of stable configs. Applied changes in related modules, tests, and UI layer to align with updated diff logic.
* fix: cli: running from config file were using invalid args
* fix: cli: improve sequence of onBuilt trigger to allow custom routes from cli
* fix e2e tests
2025-04-20 09:29:58 +02:00
dswbx
2c29e06fb8
fix: media infinite should be disabled for dropzone in entities
2025-04-05 18:01:04 +02:00
dswbx
fa6c7acaf5
implement/init e2e tests ( #135 )
...
* init e2e
* updated/moved vitest, finished merge
* fix bun picking up e2e tests
* e2e: overwrite webserver config with env
* e2e: added adapter configs
* e2e: replaced image
2025-04-03 11:08:16 +02:00
dswbx
7facef47da
fix media styling on mobile
2025-03-27 09:57:31 +01:00
dswbx
f6a511d998
add media detail dialog and infinite loading
2025-03-27 09:23:14 +01:00
dswbx
0c15ec1434
hide oauth client details with type password
2025-03-21 18:03:45 +01:00
dswbx
f6996b1953
admin ui: started color centralization + made sidebar resizable
2025-03-18 10:56:39 +01:00
dswbx
a55d93b5ff
data schema: disable primary field
2025-03-14 10:03:40 +01:00
dswbx
96781f5d3d
removed admin config from server, theme is now client side, fixed module manager migrations
2025-03-11 17:41:33 +01:00
dswbx
de89e26ffb
Merge remote-tracking branch 'origin/release/0.10' into feat/remove-admin-config
...
# Conflicts:
# app/src/modules/server/AdminController.tsx
# app/src/ui/Admin.tsx
2025-03-11 13:56:27 +01:00
dswbx
640f015812
upgrade tailwind to v4
2025-03-11 13:43:40 +01:00
dswbx
d90f14c707
upgrade hook form resolvers
2025-03-11 10:17:07 +01:00
dswbx
2d7257d2bc
updated react-form to latest
2025-03-11 06:49:38 +01:00
dswbx
e82b72275b
moved flash message, removed theme from admin controller
2025-03-04 11:21:33 +01:00
dswbx
675a39ad5c
added aws lambda adapter + improvements to handle concurrency
2025-03-03 15:42:42 +01:00
dswbx
1a72b9e84b
Merge pull request #89 from bknd-io/feat/app-api-exp-for-nextjs
...
optimized local api instantiation to prepare for nextjs app router
2025-03-03 07:16:01 +01:00
dswbx
5ca21b6c01
fix active sidebar active item, added error boundaries for relational form fields, fixed schema diagram for m:n relations
2025-03-03 07:13:04 +01:00
dswbx
09074f6591
updated nextjs example with app router
2025-02-27 20:09:03 +01:00
dswbx
3bf3bb32a4
fix field date error in modal, adjust notification spacing, added entity quick switcher
2025-02-27 14:07:49 +01:00
dswbx
7743f71a11
added format command and added trailing commas to reduce conflicts
2025-02-26 20:06:03 +01:00
dswbx
4ca68e837c
added auth getting started box
2025-02-26 19:50:35 +01:00
dswbx
9a683c8e35
add auth enabling hints
2025-02-26 18:44:16 +01:00
dswbx
2a9c1be151
added auth strategies form + add ability to disable strategies
2025-02-26 14:53:32 +01:00
dswbx
d4a6a9326f
fix schema form
2025-02-26 08:22:05 +01:00
dswbx
de854eec3a
added new settings UI for auth
2025-02-25 13:59:44 +01:00
dswbx
f801d3a556
media: added more mime types, added mime type check on dropzone
2025-02-22 13:14:32 +01:00
dswbx
f494735a79
fix persisting of many to many entity
2025-02-18 15:43:19 +01:00
dswbx
0823b182f6
admin: added "system" theme option, check user pref
2025-02-18 08:20:41 +01:00
dswbx
149a6d768c
Merge pull request #80 from bknd-io/fix/api-and-media
...
fix/api-and-media
2025-02-14 11:42:50 +01:00
dswbx
24e69eec90
fix s3 adapter
2025-02-14 11:42:26 +01:00
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