-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Develop #9
Merged
Merged
Develop #9
Conversation
This file contains 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
The updated code simplifies the OmissionIcon component by removing the unnecessary span element inside the button. Now, it only includes the button element which still retains its class and on-click functionality.
Created the PropertyList and PropertyItem components to display property details. Introduced a PropertyItem type for property information in propertyItem.ts. These components are imported and used in the +page.svelte in the api routes.
Added "translate" attribute with value "no" to the item name, type and default value in PropertyItem.svelte. This inhibits the browser from translating these specific elements ensuring they appear as expected regardless of the user's language.
The background-color property in HighlightedRemovedLines.svelte has been updated to use the omission-icon-color variable instead of the removed-line-color variable. This change was required to ensure the consistency of color presentation in the user interface.
Removed box-sizing as a variable, and fixed inheritance of the white-space property. This change minimizes the use of extra variables and aligns the white-space property usage between parent and child elements.
A detailed list of CSS properties was added to the Svelte component documentation page. The properties include previously undocumented settings for component dimensions, colors, margins, and typography, among others. Moreover, the structure of the documentation page was improved by adding section headings and styles for better readability.
This commit adds a 'translate="no"' attribute to the 'highlighted' class within the Highlighted.svelte file. This change is made to ensure that the highlighted code does not get translated accidentally, thus maintaining the original coding language or syntax.
The 'translate="no"' attribute has been added to the form and header tags in the SyntaxHighlightSection.svelte and Header.svelte components respectively. This change is to prevent the translation of these particular elements and maintain the original content regardless of locale configurations.
These configuration files include settings for git ignore, project code style, project module manager, prettier, inspection profiles, VCS directory mappings, and a new module. These files will control settings such as indentation, space in empty tags, double-quote usage, trimming commas, and more, to ensure consistency across the project.
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.
No description provided.