Releases: sinanisler/geodocs
Releases · sinanisler/geodocs
Release list
Release v0.6
Release v0.6
Changes in this release:
- Bump version to 0.6 (e702d91)
- release (9ad0de9)
- Updated renderCategories: Now uses a helper function generateCategoryList that accepts an isMobile flag. When true, it adds a mobile- prefix to all IDs in the generated HTML. Updated toggleCategoryMenu: Added a prefix parameter (defaulting to empty string) to target the correct menu element. Updated closeCategoryMenu: Added a prefix parameter to close the correct menu and backdrop. (e06149b)
- Increased dropdown z-index: Changed .category-menu-dropdown from z-index: 1000 to z-index: 10002 Fixed backdrop positioning: Changed .category-menu-backdrop from z-index: 9999 to z-index: 10001 and made it transparent on desktop (rgba(0, 0, 0, 0) instead of the semi-transparent black) (2ac594e)
- Fix category button layout: Remove unnecessary padding for better alignment (2fb08a0)
- The problem: Line 496 had an unescaped single quote inside a PHP string: content: ''; (63bd7c7)
- Enhance category item hover effect: Make grip icon fully visible on hover (c2189f8)
-
- Mobile Categories Sheet - Add New Category Button Added a "+" button next to the close button in the mobile categories sheet header The button opens the add category dialog and automatically closes the mobile sheet Uses Font Awesome plus icon for consistency 2. Fixed Mobile Categories Three-Dot Menu Updated CSS positioning to ensure the three-dot menu buttons are always visible in mobile view Fixed z-index layering so the dropdown menu appears above the backdrop (z-index: 10002 for menu, 10001 for backdrop) Centered the popup menu on mobile screens with improved styling (wider min-width: 220px, better border radius) The category actions button now maintains absolute positioning for better tap targets 3. Drag-and-Drop Category Reordering (99f3cc4)
- ✨ Enhance document editing: Added category selection and title validation (5396b54)
- Added Backdrop Overlay: Created a semi-transparent backdrop that appears behind the dropdown menu on mobile, making it clear the menu is active and providing an easy way to close it. (7593ba7)
- Documents now appear immediately after upload - Added await this.loadDocuments() after each file upload completes, so you don't need to refresh the page to see your processed documents on mobile. (7158811)
- Remove logout button from GeoDocsApp interface for cleaner UI (03d45cb)
- ✅ The Fix Removed the inline flex items-center justify-center classes from the modal Updated the CSS for .geodocs-split-view.active to include proper centering: (decd494)
- ✨ Password strength validation (minimum 8 characters) ✨ Password confirmation matching ✨ Success notifications after saving ✨ Page refresh to update UI with new name ✨ Red logout button as requested ✨ Responsive design (works great on mobile and desktop) ✨ Form validation with helpful error messages (19d7313)
- Enhance mobile responsiveness and improve UI elements in GEODocs (129c003)
- . (ac9e427)
- Replace icon with logo image in GeoDocsApp header for branding (9aed910)
- ✅ No more premature 404s: The forced status_header(200) overrides WordPress's automatic 404 assignment for custom query variables (e1ac7a1)
- Done! The entire main document area (the full-width gray section) now accepts drag and drop uploads. You can now drop images anywhere in that large area, not just on the narrow grid itself. This makes uploading much more intuitive and user-friendly! 📁✨ (1ad736a)
- ✨ Desktop: Progress bar in sidebar + rotating spinner + toast notifications 📱 Mobile: Toast notifications prominently displayed (since sidebar is hidden) 🎯 User-friendly: Clear visual feedback at every stage of the upload process 🖼️ Category info: Success messages now show which category the document was assigned to (eebeb74)
- Remove duplicate document retrieval in GeoDocsApp class (8c56a23)
- Add image request handling and custom query vars for secure access (dfb40a0)
- Enhance model selection UI with datalist and improved error handling (b1242d1)
- . (269ead6)
- Enhance mobile and desktop UI with responsive search and action buttons (6b6faf9)
- Add Toastify for notifications and enhance UI elements (03b086d)
- Fix layout issue by closing div tag in GeoDocsApp render method (4c2a53a)
- release (7a084da)
Full Changelog: v0.5...v0.6
Release v0.5
Release v0.5
Changes in this release:
- Bump version to 0.5 (66165ab)
- release (56bf061)
- Enhance script loading and error handling in GEODocs app (8541687)
Full Changelog: v0.4...v0.5