Skip to content
Snippets Groups Projects
Select Git revision
  • develop default protected
  • 2405-front-buttont-trigger-third-party-hook
  • 2452-fetch-third-party-metadata
  • 2448-complete-tags
  • renovate/front-major-all-dependencies
  • renovate/front-all-dependencies
  • chore/2406-compose-modularity-scope
  • fix-schema-channel-metadata-choices
  • feat/2091-improve-visuals
  • stable protected
  • tempArne
  • 1.4.1-upgrade-release
  • 2416-revert-library-drop
  • 2408-troi-create-missing-tracks
  • wip/2091-improve-visuals
  • pin-mutagen-to-1.46
  • 2395-far-right-filter
  • fix-amd64-docker-build-gfortran
  • fix-plugins-dev-setup
  • flupsi/2804-new-upload-process
  • 2.0.0-alpha.2 protected
  • 2.0.0-alpha.1 protected
  • 1.4.1 protected
  • 1.4.0 protected
  • 1.4.0-rc2 protected
  • 1.4.0-rc1 protected
  • 1.3.4 protected
  • 1.3.3 protected
  • 1.3.2 protected
  • 1.3.1 protected
  • 1.3.0 protected
  • 1.3.0-rc6 protected
  • 1.3.0-rc5 protected
  • 1.3.0-rc4 protected
  • 1.2.10 protected
  • 1.3.0-rc3 protected
  • 1.3.0-rc2 protected
  • 1.3.0-rc1 protected
  • 1.2.9 protected
  • 1.2.8 protected
40 results

components.d.ts

  • Kasper Seweryn's avatar
    89f3b8de
    Cleanup a lot of stuff · 89f3b8de
    Kasper Seweryn authored and Kasper Seweryn's avatar Kasper Seweryn committed
    I've replaced `lodash` with `lodash-es`, so it can be tree-shaken
    
    `~/modules` is a directory with application modules that run before app is mounted. Useful for configuration, web socket connection, and other stuff
    
    `~/composables` is a directory with our custom composables. Much like `~/utils` but each util is in its own file
    89f3b8de
    History
    Cleanup a lot of stuff
    Kasper Seweryn authored and Kasper Seweryn's avatar Kasper Seweryn committed
    I've replaced `lodash` with `lodash-es`, so it can be tree-shaken
    
    `~/modules` is a directory with application modules that run before app is mounted. Useful for configuration, web socket connection, and other stuff
    
    `~/composables` is a directory with our custom composables. Much like `~/utils` but each util is in its own file