Skip to content
Snippets Groups Projects
Select Git revision
  • wvffle/pwa
  • 1773-fix-channel-tracks-overview
  • renovate/develop-django-allauth-0.x
  • develop default protected
  • manage-py-reference
  • admin-docs-rewrite
  • stable
  • wvffle/add-typescript
  • petitminion-develop-patch-84496
  • wvffle/vue3
  • 1288-user-me-can-be-created-but-cannot-be-edited
  • 1749-smtp-uri-configuration
  • review-contribution-guide
  • wvffle/fix-csp-in-django-channels
  • vite-ws-ssl-compatible
  • 1704-required-props-are-not-always-passed
  • 1716-add-frontend-tests-again
  • upgrade-vue-cli
  • 1675-widget-improperly-configured-missing-resource-id-2
  • 1675-widget-improperly-configured-missing-resource-id
  • 1.2.4
  • 1.2.3
  • 1.2.2
  • 1.2.1
  • 1.2.0
  • 1.2.0-rc2
  • 1.2.0-rc1
  • 1.2.0-testing4
  • 1.2.0-testing3
  • 1.2.0-testing2
  • 1.2.0-testing
  • 1.1.4
  • 1.1.3
  • 1.1.2
  • 1.1.1
  • 1.1
  • 1.1-rc2
  • 1.1-rc1
  • 1.0.1
  • 1.0
40 results

AboutPod.vue

Forked from funkwhale / funkwhale
Source project has a limited visibility.
  • Kasper Seweryn's avatar
    f745bd6f
    Cleanup a lot of stuff · f745bd6f
    Kasper Seweryn authored
    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
    Verified
    f745bd6f
    History
    Cleanup a lot of stuff
    Kasper Seweryn authored
    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