Commit Graph

8 Commits

Author SHA1 Message Date
santiagosayshey
330c162b0e refactor(nav): Implement React Router for navigation
- Replace button-based navigation with React Router Links in Navbar
- Add BrowserRouter, Routes, and Route components in App.js
- Update Navbar to determine active tab based on current route
- Remove setActiveTab prop from Navbar component
- Update RegexPage, FormatPage, and SettingsPage imports in App.js
- Adjust Navbar propTypes to remove activeTab and setActiveTab
2025-02-05 16:09:58 +10:30
santiagosayshey
c80b80f385 fix(clone): Ensure cloned items open in "Add New" modal instead of "Edit" modal 2025-02-05 16:09:58 +10:30
santiagosayshey
08a868254e refactor(clone-button): Reduce size and adjust hover animation for clone button 2025-02-05 16:09:58 +10:30
santiagosayshey
851a02a794 refactor: Update hover styles for FormatCard and RegexCard components 2025-02-05 16:09:58 +10:30
santiagosayshey
0c0a4cb5d1 feat: Add clone button with SVG icon to FormatCard component 2025-02-05 16:09:58 +10:30
santiagosayshey
2dd93e2588 refactor(regex, format): Change the way regexes and formats are saved - regex IDs are now saved in conditions, not names - sanitisation in custom formats 2025-02-05 16:09:58 +10:30
santiagosayshey
3bd7017917 feat(testing): Add ability to link regex patterns to regex101 links 2025-02-05 16:09:58 +10:30
santiagosayshey
525d86063d Initial Commit 2025-02-05 16:09:58 +10:30