Skip to content

Instantly share code, notes, and snippets.

View EHF32's full-sized avatar
📚

Ángel Herrador EHF32

📚
View GitHub Profile
@EHF32
EHF32 / PreviewImageField.tsx
Created April 21, 2022 07:22
react-admin ImageField compoment with custom width
import { ImageField } from "react-admin";
import styled from "@emotion/styled";
export default function PreviewImageField({
record,
source,
width = "unherit",
}: any & ImageStyledProps) {
if (typeof record == "string") {
record = {
@EHF32
EHF32 / sources.list
Last active November 17, 2020 10:01
Ubuntu 20 Mirrors file with https
# deb cdrom:[Ubuntu 20.04.1 LTS _Focal Fossa_ - Release amd64 (20200731)]/ focal main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb https://ubuntu.mirror.digitalpacific.com.au/archive/ubuntu/ focal main restricted
# deb-src https://mirror.its.sfu.ca/mirror/ubuntu/ focal main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb https://ubuntu.mirror.digitalpacific.com.au/archive/ubuntu/ focal-updates main restricted
@EHF32
EHF32 / sources.list
Last active November 17, 2020 10:01
Ubuntu 16 mirrors over https
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb https://mirror.its.sfu.ca/mirror/ubuntu/ bionic main restricted
# deb-src https://mirror.its.sfu.ca/mirror/ubuntu/ bionic main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb https://mirror.its.sfu.ca/mirror/ubuntu/ bionic-updates main restricted
# deb-src http://es.archive.ubuntu.com/ubuntu/ bionic-updates main restricted