-
Hi,
I need to create a more complex layout, that requires passing different children (component) to different parts (components) of the layout. I have made this simple pycafe example illustrating …
-
### Describe the Bug
According to the documentation (https://payloadcms.com/docs/admin/components#default-props), custom server components are provided with properties such as the `payload` class. Ho…
-
I have this MarkerComponent:
```
import { Marker } from 'react-native-maps';
import { useEffect, useState } from 'react';
import { Image } from 'react-native';
import { IMarker } from '@/shared…
-
A test failed on a tracked branch
```
Error: thrown: "Exceeded timeout of 5000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jes…
-
### Issue Description
Behaviour:
I have a category expanded and the first sub item is selected + corresponding view will be displayed in the content area.
![Bildschirmfoto 2024-11-14 um 15 06 27]…
-
### Issue Description
When creating a container as root using userns=auto and a specific image, the container creation fails with this error:
```
DEBU[0004] Failed to create container charming_shirl…
jorti updated
2 weeks ago
-
## Objective
Create edit capability for existing ingredients
## Tasks
- [ ] Create edit view
- [ ] Implement update action
- [ ] Add version history
- [ ] Create edit form
- [ ] Implement val…
-
## Problem
Currently the debugger lets you view components, but not edit them directly. This would be very useful in a lot of debugging situations.
## Proposed solution
Add the ability to bot…
-
I have used the following code to return the value to the view-components/grids - setValueCalculator, but the below code is setting the same value in all rows of the grid - either the first row value …
-
# Shared Props in LiveVue
### Problem Statement
When building applications with LiveVue and LiveView, developers frequently need to pass the same props (like `flash` and `current_user`) to multi…