Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • funkwhale funkwhale
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 379
    • Issues 379
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 20
    • Merge requests 20
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • funkwhalefunkwhale
  • funkwhalefunkwhale
  • Merge requests
  • !1766

Add typescript support

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Kasper Seweryn requested to merge wvffle/add-typescript into develop Apr 17, 2022
  • Overview 40
  • Commits 229
  • Pipelines 48
  • Changes 341+
  1. I've replaced lodash with lodash-es, so it can be tree-shaken
  2. ~/init is a directory with application modules that run before app is mounted. Useful for configuration, web socket connection, and other stuff. Basically, everything here runs on the Loading Funkwhale... screen.
  3. ~/composables is a directory with our custom composables. Much like ~/utils but each util is in its own file
  4. I've removed sending selected theme to the backend as discussed with @georgkrause (only from frontend)

Fixes #1215 (closed), #1297 (closed), #1298 (closed), #1326 (closed), #1363 (closed), #1377 (closed), #1379 (closed), #1381 (closed), #1471 (closed), #1536 (closed), #1547 (closed), #1567 (closed), #1581 (closed), #1634 (closed), #1635 (closed), #1636 (closed), #1647 (closed), #1759 (closed), #1721 (closed), #1761 (closed), #1762 (closed), #1766 (closed), #1777 (closed), #1796 (closed), #1802 (closed), #1828 (closed), #1829 (closed), #1836 (closed), #1844 (closed), #1845 (closed)

Edited Sep 05, 2022 by Georg Krause
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: wvffle/add-typescript