platform icon indicating copy to clipboard operation
platform copied to clipboard

Orchid is a @laravel package that allows for rapid application development of back-office applications, admin/user panels, and dashboards.

Results 197 platform issues
Sort by recently updated
recently updated
newest added

**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** ![telegram-cloud-photo-size-2-5454255093647008905-y](https://github.com/orchidsoftware/platform/assets/6703684/122ad142-e938-4796-90a2-a652721186f0) **Desktop (please...

Pending
Errors

**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...

Errors

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...

Errors

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...

Errors

**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...

Errors

**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)...

Pending
Errors

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...

help wanted
Fields

**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...

Experience