Conversation
- Implemented a global "Edit Mode" toggle in the options toolbar. - Added a "Download" button to export the current state as a standard-compliant hackathon.json (JSON-LD). - Created a new `Editor.vue` component for in-place editing of text and Markdown fields. - Enabled editing for event details (name, location, summary) and project details (name, summary, pitch/longtext). - Integrated `vue3-markdown-it` for live preview in the Markdown editor. Co-authored-by: loleg <31819+loleg@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
…mprovements - Merged latest changes from main and updated dependencies. - Added a global "Edit Mode" toggle to the options toolbar. - Implemented in-place editing for event and project details with a new `Editor.vue` component. - The editor features a live Markdown preview using `vue3-markdown-it`. - Added a "Download" button to export current state as a standard-compliant `hackathon.json`. - Refactored shared `.edit-btn` styles into `App.vue` to reduce duplication. - Improved `Editor.vue` with auto-focus on open. Co-authored-by: loleg <31819+loleg@users.noreply.github.com>
This change adds a comprehensive "edit mode" to the Backboard application. Users can now toggle edit mode from the options toolbar, which reveals pencil icons next to editable fields in the header, project grid, and project previews. A dedicated editor component provides a side-by-side Markdown editing experience for project pitches. The modified data can be downloaded at any time as a
hackathon.jsonfile following the schema.org/Hackathon specification.PR created automatically by Jules for task 11756428369978276985 started by @loleg