Skip to content
Snippets Groups Projects
  1. Apr 05, 2022
    • Reiter, Christoph's avatar
      Add a new resource-select package/web-component · 433d5c85
      Reiter, Christoph authored
      The goal of this new component is to be a generic selector for API resources,
      unlike the organization/person select, which hardcode various things for their
      used resource.
      
      Instead this provides some events which can be used to customize the creation of the
      URL for fetching as well as for formatting the list of results.
      
      Atm this only handles the organization and no search-as-you-type like the person select,
      but maybe this can be extended in the future.
      433d5c85
  2. Feb 02, 2022
  3. Apr 28, 2021
  4. Apr 14, 2021
  5. Jan 26, 2021
  6. Nov 17, 2020
  7. Nov 16, 2020
  8. Oct 15, 2020
  9. Jul 20, 2020
    • Reiter, Christoph's avatar
      Use the rollup resolve plugin for finding package asssets · 68a87639
      Reiter, Christoph authored
      Instead of hardcoding the paths of the node_modules directory we use the node-resolve
      plugin of rollup to find the root of the corresponding JS package and calcucate a path from
      there.
      
      Resolving a package requires calling an async function, so we have to use await in the rollup config.
      Luckily rollup supports configs wrapped in a promise, so we just have to wrap it in a function which returns
      a promise.
      68a87639
  10. Jul 14, 2020
  11. Jul 07, 2020
  12. Jul 02, 2020
Loading