Commit Graph

  • 2d28f30578 🔧 Remove unnecessary escaping of single quotes in SFTP fallback logic FragginWagon 2026-01-28 05:26:43 +00:00
  • 1c40fca61d 🐛 Fix syntax error in catch block by removing empty parentheses FragginWagon 2026-01-28 05:26:26 +00:00
  • 16c27a8cd7 ⚠️ Handle SFTP errors without capturing the error object in deploy script FragginWagon 2026-01-28 05:26:21 +00:00
  • b434e7f3ef 🚀 Update deployment script to build and deploy Vue 3 application with enhanced file transfer and Docker management FragginWagon 2026-01-28 05:24:44 +00:00
  • 8d59555b43 🚀 Simplify Dockerfile by removing build stage and directly copying pre-built assets FragginWagon 2026-01-28 05:24:16 +00:00
  • 02c5a9a9c1 🎨 Clean up code formatting and improve readability in deployment script FragginWagon 2026-01-28 05:24:11 +00:00
  • 2206191fd9 🔨 Add Vue 3 build process and dist directory transfer to deployment script FragginWagon 2026-01-28 05:24:06 +00:00
  • 6f6e666675 🗑️ Remove Pokedex Online app files including Dockerfile, README, docker-compose configuration, and index.html FragginWagon 2026-01-28 05:22:55 +00:00
  • df0651c6a5 🔄 Update import path for ProfessorPokeball component to reflect new location in shared directory FragginWagon 2026-01-28 05:21:08 +00:00
  • 0e0881607e 🔄 Update import path for ProfessorPokeball component FragginWagon 2026-01-28 05:21:02 +00:00
  • 223982b830 🗑️ Remove unused Pokeball and ProfessorPokeball components FragginWagon 2026-01-28 05:20:57 +00:00
  • 40f3f7887d 🗑️ Remove unused Pokeball and ProfessorPokeball components from the project FragginWagon 2026-01-28 05:20:42 +00:00
  • a95c6c83e1 🔄 Update import path for ProfessorPokeball component to reflect new location FragginWagon 2026-01-28 05:19:24 +00:00
  • 97a4519e4a 🗑️ Remove unused Pokeball and ProfessorPokeball components from the project FragginWagon 2026-01-28 05:19:14 +00:00
  • f5bf28415f Fix typo in Pokémon name in app description FragginWagon 2026-01-28 05:15:35 +00:00
  • 0f0d64ac01 ❤️ Clarify target audience as Pokémon Professors in the app description FragginWagon 2026-01-28 05:15:22 +00:00
  • 4d81ca8d8e 🎨 Change container background color to white FragginWagon 2026-01-28 05:15:04 +00:00
  • 2321ea9e38 🎨 Update container background color to a darker shade FragginWagon 2026-01-28 05:14:59 +00:00
  • 9406b62c94 🎨 Update container background color to red shade FragginWagon 2026-01-28 05:14:54 +00:00
  • 28331ec039 🎨 Correct color code formatting in ProfessorPokeball component FragginWagon 2026-01-28 05:14:33 +00:00
  • 0f5585d58c 🎨 Remove hardcoded color value in template FragginWagon 2026-01-28 05:14:28 +00:00
  • 471cf51030 🎨 Add red background color to the template FragginWagon 2026-01-28 05:14:22 +00:00
  • 71858aae53 🎨 Adjust formatting for better readability in component attributes FragginWagon 2026-01-28 05:12:09 +00:00
  • 84603dd4ab 🎨 Fix typo in attribute name and adjust formatting for readability FragginWagon 2026-01-28 05:12:04 +00:00
  • 4f121f61d1 🐛 Fix typo in ProfessorPokeball component attribute name FragginWagon 2026-01-28 05:11:59 +00:00
  • 44fd5feafe 🐛 Fix typo in ProfessorPokeball component attribute FragginWagon 2026-01-28 05:11:54 +00:00
  • b459f92e36 ✏️ Update description to clarify target audience from trainers to professors FragginWagon 2026-01-28 05:11:04 +00:00
  • c3ef3348e8 ✏️ Refine description text for clarity and conciseness FragginWagon 2026-01-28 05:10:54 +00:00
  • cd2e24adaf Update app description to emphasize utility for professors FragginWagon 2026-01-28 05:10:49 +00:00
  • afe8413cc5 📝 Update app description to reflect support for multiple applications FragginWagon 2026-01-28 05:10:42 +00:00
  • 586582da54 🎨 Refactor prop definitions to use explicit types and default values FragginWagon 2026-01-28 05:07:57 +00:00
  • 35ebd6cf32 🎨 Fix formatting in props definition for consistency FragginWagon 2026-01-28 05:07:12 +00:00
  • e74db72355 🎨 Simplify props definition formatting in ProfessorPokeball component FragginWagon 2026-01-28 05:07:07 +00:00
  • 75093f1daa 🎨 Refactor props definition and add inheritAttrs option in ProfessorPokeball component FragginWagon 2026-01-28 05:03:52 +00:00
  • fd45934b2a 🎨 Update ProfessorPokeball component to use inline styles for size and set SVG dimensions to 100% FragginWagon 2026-01-28 05:01:53 +00:00
  • 45d10af644 🎨 Update ProfessorPokeball component styling to center align with block display and auto margins FragginWagon 2026-01-28 05:00:48 +00:00
  • 6c39b9d956 🔄 Rename imported component for clarity FragginWagon 2026-01-28 04:58:48 +00:00
  • 0dc8f97601 🎨 Simplify SVG styling by replacing CSS class with inline binding and remove unused showTrademark prop FragginWagon 2026-01-28 04:56:51 +00:00
  • 3f1a896fcf 🎨 Remove unused SVG path for trademark from ProfessorPokeball component FragginWagon 2026-01-28 04:50:28 +00:00
  • 54536aaebd Add optional trademark path to SVG with conditional rendering FragginWagon 2026-01-28 04:50:18 +00:00
  • 21f87a81fe Add animation to ProfessorPokeball component FragginWagon 2026-01-28 04:50:08 +00:00
  • c9864a2566 🎨 Update Pokeball component to ProfessorPokeball with custom size, color, and trademark visibility options FragginWagon 2026-01-28 04:49:55 +00:00
  • e0d42b437f 🔄 Rename imported Pokeball component to ProfessorPokeball for clarity FragginWagon 2026-01-28 04:49:40 +00:00
  • e033e8985b 🎨 Remove unused SVG path for trademark icon in ProfessorPokeball component FragginWagon 2026-01-28 04:49:05 +00:00
  • dcf6bdd734 🎨 Format SVG and CSS code for improved readability and consistency FragginWagon 2026-01-28 04:46:20 +00:00
  • 4433cb02a8 🎨 Update ProfessorPokeball component styling and structure FragginWagon 2026-01-28 04:46:15 +00:00
  • a7fa3fd30c Add scripts for Pokedex website installation, development, build, and preview FragginWagon 2026-01-28 04:39:46 +00:00
  • 75b6b558c9 🔧 Update port mappings to use single quotes in docker-compose configuration FragginWagon 2026-01-28 04:37:55 +00:00
  • d73b4e5eca 🛠️ Update Docker configuration and documentation for Pokedex Online FragginWagon 2026-01-28 04:37:50 +00:00
  • ef42833ad3 Fix self-closing tag for consistency in HTML structure FragginWagon 2026-01-28 04:37:39 +00:00
  • fe641a92b0 🎨 Update styling and structure for improved UI/UX in Pokedex components and main application FragginWagon 2026-01-28 04:37:34 +00:00
  • bcbcb36630 🎨 Improve HTML formatting and update doctype declaration FragginWagon 2026-01-28 04:37:24 +00:00
  • 48cd7bff15 🎨 Update project configuration and structure for improved organization FragginWagon 2026-01-28 04:37:19 +00:00
  • 1beba26249 🗑️ Remove unused and archived files across multiple directories and update project dependencies in package files FragginWagon 2026-01-28 02:54:35 +00:00
  • 79d52f5d92 🗂️ Update workspace configuration and remove obsolete files related to "Las Vegas" and "thedomdomdomdom" FragginWagon 2026-01-27 03:48:14 +00:00
  • 9a0e324bd7 ✏️ Rename and update references for "Next Steps After A Store Is Sanctioned" to "Getting a Store Sanctioned" and add a step to the guide FragginWagon 2026-01-27 03:38:51 +00:00
  • e0c78474e1 📝 Add initial steps for organizing sanctioned store Play! sessions FragginWagon 2026-01-26 23:57:14 +00:00
  • ab5efd049e 🗑️ Remove obsolete workspace configuration files and update content for "Getting a Store Sanctioned" guide with additional details and images FragginWagon 2026-01-26 23:56:47 +00:00
  • 2cf5db71d2 🗂️ Organize and update project files, documentation, and plugin configurations for the Pokémon Professor project FragginWagon 2026-01-26 23:28:49 +00:00
  • 921142ee47 📝 Fix table formatting in Synology server used ports documentation FragginWagon 2026-01-26 22:47:26 +00:00
  • 15e814b566 📝 Update workspace configuration to focus on "Used Ports Synology Server" markdown file and adjust related settings FragginWagon 2026-01-26 22:47:16 +00:00
  • f7a7acf7f8 📝 Fix table formatting in Synology server used ports documentation FragginWagon 2026-01-26 22:46:35 +00:00
  • b20e2185b2 📝 Update and organize project documentation and assets FragginWagon 2026-01-26 22:46:14 +00:00
  • 4194dcfeff 📝 Improve README formatting and fix table alignment issues FragginWagon 2026-01-26 22:35:29 +00:00
  • 3004446a29 📚 Update README with enhanced Obsidian-specific documentation, commands, and features FragginWagon 2026-01-26 22:35:24 +00:00
  • d6f71c0023 📝 Improve formatting, add spacing, and enhance clarity in Obsidian guide documentation FragginWagon 2026-01-26 22:35:14 +00:00
  • ad55992be3 📝 Add documentation guide for Obsidian usage FragginWagon 2026-01-26 22:35:09 +00:00
  • eed82cd918 📝 Update documentation to include Obsidian MD extension details and its features FragginWagon 2026-01-26 22:34:26 +00:00
  • defbb13741 ✏️ Fix missing newline at end of file in extensions.json FragginWagon 2026-01-26 22:34:21 +00:00
  • faef0a377d 📝 Replace Foam configuration with Obsidian MD settings and update recommended extensions FragginWagon 2026-01-26 22:34:16 +00:00
  • 3dd14bb9c0 Standardize string quotes to single quotes and improve code readability FragginWagon 2026-01-26 22:22:27 +00:00
  • 3f665c293e 🧹 Remove unnecessary blank lines in VS Code settings file FragginWagon 2026-01-26 22:22:16 +00:00
  • aec09d48c3 ✏️ Fix typo in Box Stadium documentation description FragginWagon 2026-01-26 22:21:46 +00:00
  • 853e6dc582 ✏️ Fix formatting in Box Stadium documentation section FragginWagon 2026-01-26 22:21:30 +00:00
  • e763f5a9d5 chore: integrate old MemoryPalace files and configure auto-commit FragginWagon 2026-01-26 17:19:26 -05:00
  • 23cb27503e Initial commit FragginWagon 2026-01-26 16:43:01 -05:00