platform
platform copied to clipboard
Orchid is a @laravel package that allows for rapid application development of back-office applications, admin/user panels, and dashboards.
**Describe the bug** Icon display randomly cuts. **To Reproduce** ``` Sight::make('domain', 'Domain')->render(fn (Company $company) => Link::make($company->domain) ->route('platform.company', $company)->class('')->icon('box-arrow-up-right')), ``` **Expected behavior** It must not be cutted. **Screenshots**  **Desktop (please...
**Bug Description:** When I use a Relation field to search for and select an item, once an item is selected, I can no longer delete that item, or the text...
Hi @tabuna ! After login I'm getting JS error ``` window.addEventListener("turbo:before-fetch-request", (function(t) { var e, r = document.getElementById("screen-state").value; r.length > 0 && (null === (e = t.detail) || void 0...
Fixes #2879 ## Proposed Changes - Iterate over parent classes public properties while creating public properties list; - Stop at base Screen class to avoid changes to Orchid native properties;
**Describe the bug** I have dropdown action menu built with this code Until version 14.27.2 everything worked fine. After update to the 14.30.0 the dropdown is cut by next table...
**Describe the bug** Public properties inherited by a `Screen` class are not filled with their value if a matching item is found in query method results. This potentially break inherited...
**Describe the bug** Facing some bugs while using with [Laravel Octane](https://laravel.com/docs/10.x/octane). **To Reproduce** Steps to reproduce the behavior: Describe method in Screen class ``` public function save(Request $request, Model $model)...
Fixes # When values comes with "pivot" from pivot tables. It can't be used in form values. ## Proposed Changes - Now with this fix, you can put in fields...
**Describe the bug** When creating a markdown text editor using the `SimpleMDE::make('editor')->required()` method, the `required` attribute is automatically added to the underlying CodeMirror instance. This causes side effects, such as...
**Describe the bug** When a relation is eager-loaded, the `getContent()` method from the `Orchid\Screen\AsSource` trait returns an array instead of a collection or model. **To Reproduce** Steps to reproduce the...