api-client/packages/hoppscotch-app/pages
2022-04-14 20:28:59 +05:30
..
r refactor: add safety coersion for loading rest requests from external source 2022-01-05 20:06:33 +05:30
documentation.vue refactor: use pane layout component in pages 2022-03-02 07:57:05 +05:30
enter.vue refactor: sort classes 2021-12-31 20:05:39 +05:30
graphql.vue fix: request loading indicator 2022-03-05 18:51:50 +05:30
index.vue refactor: implement updated equality heuristics for hopprestrequest struct 2022-04-14 20:28:59 +05:30
join-team.vue refactor: sort classes 2021-12-31 20:05:39 +05:30
profile.vue refactor: enable new tab component 2022-03-25 13:57:14 +05:30
README.md refactor: monorepo+pnpm (removed husky) 2021-09-10 00:28:28 +05:30
realtime.vue refactor: enable new tab component 2022-03-25 13:57:14 +05:30
settings.vue fix: accent color always marked as the same color once loaded fixes #2196 2022-03-24 02:11:26 +05:30

PAGES

This directory contains your Application Views and Routes. The framework reads all the *.vue files inside this directory and creates the router of your application.

More information about the usage of this directory in the documentation.