-
Notifications
You must be signed in to change notification settings - Fork 5
Comparing changes
Open a pull request
base repository: AWeber-Imbi/imbi-ui
base: 8d13be7de8aa8a0e0fb42e8b5323938628019fcd
head repository: AWeber-Imbi/imbi-ui
compare: 616e3ec04a0fe1012fe0441b8a9eb470d800d761
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b2d86f7 - Browse repository at this point
Copy the full SHA b2d86f7View commit details -
Replace defaultProps with JS default parameters
This also cleans up a few propTypes that were unused.
Configuration menu - View commit details
-
Copy full SHA for c43db7a - Browse repository at this point
Copy the full SHA c43db7aView commit details -
Replace class components with function components
This also removes the remaining defaultProps
Configuration menu - View commit details
-
Copy full SHA for d98a8f2 - Browse repository at this point
Copy the full SHA d98a8f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fd7d9e - Browse repository at this point
Copy the full SHA 4fd7d9eView commit details -
The only test code change needed here was to wrap any DOM manipulation into the act() callback and update the jest-dom import. See https://react.dev/reference/react/act
Configuration menu - View commit details
-
Copy full SHA for 35af0e1 - Browse repository at this point
Copy the full SHA 35af0e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0abb0f - Browse repository at this point
Copy the full SHA c0abb0fView commit details
Commits on Aug 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 95c00fe - Browse repository at this point
Copy the full SHA 95c00feView commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 827cc45 - Browse repository at this point
Copy the full SHA 827cc45View commit details -
This will help me keep our internal NPM repo out of yarns way.
Configuration menu - View commit details
-
Copy full SHA for 45e36e1 - Browse repository at this point
Copy the full SHA 45e36e1View commit details -
Merge pull request #102 from dave-shawley/bye-bye-react-hot-loader
Goodbye react-hot-loader, Hello react-refresh!
Configuration menu - View commit details
-
Copy full SHA for 0058de7 - Browse repository at this point
Copy the full SHA 0058de7View commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b19b041 - Browse repository at this point
Copy the full SHA b19b041View commit details
Commits on Aug 26, 2024
-
Merge pull request #103 from dave-shawley/outdated-projects-report
Add Outdated Projects report
Configuration menu - View commit details
-
Copy full SHA for 514b5f5 - Browse repository at this point
Copy the full SHA 514b5f5View commit details -
Added missing port to webpack config
I think that this changed when I switched to react-refresh in 827cc45. Everything seemed to work but there was a warning/error in the console about the websocket being disconnected on `ws://localhost:8000/ws`. I noticed that my imbi api was receiving requests for `/ws`. Explicitly setting the port to 8080 fixed it.
Configuration menu - View commit details
-
Copy full SHA for 95eaee9 - Browse repository at this point
Copy the full SHA 95eaee9View commit details -
Decided to rename this report to "Components" and remove the version count column since it was little more than clutter. Also added a click handler that links to a search for projects that use the component.
Configuration menu - View commit details
-
Copy full SHA for 6d7ac7c - Browse repository at this point
Copy the full SHA 6d7ac7cView commit details -
Move data out of Report component
This is required to add any sort of filtering on the data set. I added a separate hook that is invoked when data needs to be sorted.
Configuration menu - View commit details
-
Copy full SHA for 43b00e4 - Browse repository at this point
Copy the full SHA 43b00e4View commit details -
Add "hide unscored" checkbox in components report
The filter text box made it into this commit as well though it is not wired up yet.
Configuration menu - View commit details
-
Copy full SHA for bd18c6b - Browse repository at this point
Copy the full SHA bd18c6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6425bd7 - Browse repository at this point
Copy the full SHA 6425bd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd39932 - Browse repository at this point
Copy the full SHA fd39932View commit details -
Make NavigableTable and Report params consistent
Also moved the simple single column sorter into utils since it was duplicated.
Configuration menu - View commit details
-
Copy full SHA for b0c7bc4 - Browse repository at this point
Copy the full SHA b0c7bc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15065ab - Browse repository at this point
Copy the full SHA 15065abView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc7c0f7 - Browse repository at this point
Copy the full SHA bc7c0f7View commit details -
Merge pull request #105 from dave-shawley/wildcard-searching
Add wildcards to single word project searches
Configuration menu - View commit details
-
Copy full SHA for dbf44f6 - Browse repository at this point
Copy the full SHA dbf44f6View commit details
Commits on Aug 28, 2024
-
Fix the global search box on project search page
Entering a search into the *global* search box navigates to the project search page with the filter added to the URL. Doing this while *on the project search page* would update the URL but not the filter since the query params are only read on initial render (eg, `useCallback({}, [])`). Adding a small snippet that sets the filter & refresh state when the location is updated and the f search param is included and does not match the current filter seems to address the issue.
Configuration menu - View commit details
-
Copy full SHA for fedecc1 - Browse repository at this point
Copy the full SHA fedecc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a0c417 - Browse repository at this point
Copy the full SHA 3a0c417View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0670d3 - Browse repository at this point
Copy the full SHA c0670d3View commit details -
Merge pull request #104 from dave-shawley/scored-components-report
Scored components report
Configuration menu - View commit details
-
Copy full SHA for 5447f8e - Browse repository at this point
Copy the full SHA 5447f8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 45333ed - Browse repository at this point
Copy the full SHA 45333edView commit details
Commits on Aug 29, 2024
-
Merge pull request #106 from dave-shawley/fix-global-project-search
Fix the global search box on project search page
Configuration menu - View commit details
-
Copy full SHA for 616e3ec - Browse repository at this point
Copy the full SHA 616e3ecView commit details
There are no files selected for viewing
This file was deleted.