The Wayback Machine - https://web.archive.org/web/20211119222432/https://github.com/topics/headless
Skip to content
#

headless

Here are 19,027 public repositories matching this topic...

directus
vue-storefront
Fifciu
Fifciu commented Jun 22, 2021

Currently, catch block is the same for both methods in useForgotPasswordFactory (https://github.com/vuestorefront/vue-storefront/pull/5971/files/0e001721be751b0b0130915023ea0867722e1065#diff-89077440c1264480ee6ffbbcfb08d6c64c9881bea61ebbd8e0e5d260085b66ad):

err.message = err?.graphQLErrors?.[0]?.message || err.message;

Let's create an external function that takes care of that a

sanity
alevroub
alevroub commented Jun 26, 2018

The default google-maps-input.json could maybe include more displaying options, such as themes and zoom level for the static map. Though hacky, these few changes do the job for me:

GeopointSelect.js

var _googleMapsInput = require('config:@sanity/google-maps-input');
var _googleMapsInput2 = _interopRequireDefault(_googleMapsInput);

class GeopointSelect extends _react2.default.Compone
medusa
olivermrbl
olivermrbl commented Oct 31, 2021

What
We want to allow retrieval of soft-deleted entities

Why
It might be relevant to see archived entities and potentially have the ability to "bring them back to life" in case they were wrongly deleted.

How
We need to include a flag at the repository level: await this.repo.find({ where: { id }, withDeleted: true }).

A potential solution for this would be to detect if `d

Improve this page

Add a description, image, and links to the headless 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 headless topic, visit your repo's landing page and select "manage topics."

Learn more