Skip to content

is there a flowchart / diagram of how freetube works? #2779

Closed Answered by absidue
ceeb9 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @ceeb9 are there any features you would like to implement or bugs you want to fix? We'll happily point you in the right direction.

FreeTube uses the Vue 2 framework, which is designed around views (pages) and components. Each view can contain HTML and various components and each component can contain just HTML or other components as well. In FreeTube the views are in src/renderer/views and the components in src/renderer/components.

Examples of views are the subscriptions page or the watch page
Examples of components are the video player, the video description, the comments, etc

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@ceeb9
Comment options

@ChunkyProgrammer
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants