feat: update styles and add utility script for version tagging#50
Open
phanimca wants to merge 11 commits intoThisIs-Developer:mainfrom
Open
feat: update styles and add utility script for version tagging#50phanimca wants to merge 11 commits intoThisIs-Developer:mainfrom
phanimca wants to merge 11 commits intoThisIs-Developer:mainfrom
Conversation
- Changed body position to sticky for better header behavior. - Removed redundant syntax highlighting styles and replaced with a dark theme variable. - Removed mobile tabs section styles to streamline the CSS. - Updated mermaid diagram styles for better responsiveness and usability. - Introduced a new script `tag.sh` for calculating the next version tag based on Calendar Versioning. - Added a .gitignore file to exclude Salesforce DX files.
|
@phaniepam is attempting to deploy a commit to the ThisIs-Developer Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Owner
- web/index.html, web/script.js, web/styles.css, web/assets/ — web app source - web/vercel.json — Vercel static hosting config with security headers - desktop-app/prepare.js — updated ROOT_DIR to point to web/ - package.json — updated dev script to serve from web/ Deploy on Vercel: set Root Directory to 'web' in project settings.
- Open button becomes a dropdown: Local File / SharePoint / Azure DevOps Repo - SharePoint: paste any direct file URL, fetches via browser (file must be publicly shared) - Azure DevOps: enter org/project/repo/branch/path + optional PAT (Code Read scope) - PAT transmitted only to dev.azure.com, never stored - Uses ADO REST API v7.1 with \=text for raw file content - Mobile menu has dedicated buttons for all three open options - Both modals show inline error messages and loading spinner while importing - Ctrl+O shortcut still opens local file picker
- add SharePoint/Azure DevOps import options with modals and validation - enforce HTTPS for SharePoint import and clear ADO PAT after attempts - upgrade frontend CDN dependencies (bootstrap, dompurify, mermaid, marked, mathjax, jsPDF, etc.) - bump Neutralino CLI usage to 11.7.1 - remove TOC/Note desktop header buttons - add Choose File header action and wire to existing file input - refactor header/toolbar/stats layout to prevent overlap and keep controls aligned
|
Deployment failed with the following error: Learn More: https://vercel.com/docs/concepts/projects/project-configuration |
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.


tag.shfor calculating the next version tag based on Calendar Versioning.