Skip to content
#

realtime

Here are 1,681 public repositories matching this topic...

directus
mlbullett
mlbullett commented Feb 5, 2021

Bug Report

Hi there. Absolutely love your collective work but have discovered a small bug regarding broken thumbnails in the Project Settings panel (and possibly elsewhere).

Environment

Fresh Directus 1-click App on DigitalOcean
Ubuntu 20.04 LTS
Postgres 12.5
Directus 9.0.0-rc.34
PM2 4.5.1
Caddy 2.3.0
Tested on Brave 88.1.19.90 and Chromium 87.0.4280.141

Steps to Reproduce

ChumpChief
ChumpChief commented Dec 14, 2020

With #4556 we now have localized eventing on subdirectories ("containedValueChanged"). We should consider using these events in our examples where we currently do path inspection on the "valueChanged" event.

Based on a quick search, looks like the following might benefit:

  • examples\data-objects\primitives\src\main.tsx
  • examples\data-objects\todo\src\TextList\TextListView.tsx
  • [
wave
dulajra
dulajra commented Jan 29, 2021

Is your feature request related to a problem? Please describe

We can place components inline by wrapping them with ui.inline component. But currently only start and end is supported as justify values. This blocks the user from placing the components as they please.

Describe the solution you'd like

Introduce more justify values (i.e between, around, center) to `ui.in

Improve this page

Add a description, image, and links to the realtime topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the realtime topic, visit your repo's landing page and select "manage topics."

Learn more