Added file in config to properly set timeout in the test#99
Open
Added file in config to properly set timeout in the test#99
Conversation
This reverts commit 55833ea.
…r. Now we properly listen via ipc when the app is started, pass the appPath to the store, and load the guides folder with an example hardocs project describing how to work with hardocs. REQUIREMENT: This documents can be edited by the user but never saved, so the save option needs to be disabled for this particular case.
…onment. Still need to fix the setup for the development environment. Things to fix: wrong behavior when creating a project, the state of the previous scenario remains.
…low state is maintained. Changed the id of documents for a simple linear sum. This will help us rearrange in the future the documents, and changed reset the id, based on the position they have with respect to each other.
… way to force component updates is to assign a number to the key in the data properties. When the number or "key" is changed the component is reloaded.
…e project, and change the link to the guides when the new project loads. That is why we watch for cwd and check if changed but is not the guides path, then we set `guidesIsActive` to false.
…t with guides. If we dont do this the index id will be one, and then vue-router avoids redundant navigation. As a result the user changes to guides and keeps the page of the project being active at the moment.
…he guides, but still can interact with the app, in a way that is clear that documents can be saved and how they can be saved right away.
…uides are active. In the future, guides should be part of the list of hardocs project examples.
This reverts commit 55833ea.
…evelopment. Now the guides editing can be saved in development, in production is disabled.
…evelopment. Now the guides editing can be saved in development, in production is disabled.
…rly doing the force merge.
The menubar should be a component not part of the view, it shuld be used within the view as a compent. Respecting the naming convention of `Doc_Menubar.vue`
…ve/preview/delete menubar, implemented divider for top line
Vuetify and menubar
Member
Author
|
Fix the running band issue for windows: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added this property in
jest.config.jsotherwise the timeout doesn't work