Commit f9c6fe3
[12.x] Update local exception page (#57036)
* Configure Vite with Tailwind CSS
* Register new renderer template
* Base layout with static content
* Use dashed border
* Add separator
* Replace hard-coded values
* Replace hard-coded query
* Add empty state
* Clean up section container
* Clean up
* Add section-container
* Use section-container in topbar
* Clean up
* Extract query component
* Add request-header component
* Add request-body component
* Add routing component
* Add routing-parameter component
* Add overview component
* Add request-url component
* Add header component
* Add topbar component
* Add trace component skeleton
* Group exception frames
* Add formatted-source and file-with-line components
* Add frames
* Add previous frame
* Show code snippet without syntax highlight
* Use exceptionAsMarkdown
* Remove unused props
* Assign snippet to a variable
* Syntax highlight code snippet
* Update phiki
* Syntax highlight query, body, and route parameters
* Update phiki
* Use LineDecoration to highlight code snippet
* Unescape highlighted text
* Add syntax-highlight component
* Handle files with less than 5 lines
* Install Alpine.js
* Add layout component
* Add laravel-ascii component
* Update method badge
* Mark frame as main
* Expand/collapse frames
* Use current color in SVGs
* Don't show callable when the frame doesn't have a class
* Copy request URL to clipboard
* Truncate long source
* Add tooltip
* wip: tooltip
* Add side prop to tooltip
* Add tooltip on request url
* Prevent non-vendor frame from overflowing
* Allow horizontal scroll on request body
* Add tooltip on request headers
* Add tooltip on database query
* Hide JS-dependent elements until Alpine is loaded
* Paginate queries
* Add database icon
* Add folder icons
* Add copy icon
* Add globe icon
* Add alert icon
* Copy exception as markdown
* Add badge component
* Add http-method component
* Expand frames on clicking parent div
* Open file in editor
* Use pointer cursor on pagination buttons
* Replace custom tooltip component with tippy.js
* Upgrade phiki/phiki
* Use dark-plus theme
* Use dvh instead of screen
* wip: light mode
* Style gutter text
* Only show the first 100 queries
* light mode styling
* Add light theme for syntax highlighter
* Uppercase keys
* Style copy as markdown button
* Clean up
* Add hover effect on laravel ascii logo
* Add shadow
* Fix tooltip position for queries
* Tweak padding for mobile
* Allow HTML in tooltip
* Show frame arguments
* Syntax highlight frame source
* Add markdown template
* Replace renderer directory
* Simplify CSS rendering
* Remove unused method
* Revert unintended changes
* Rename array key
* Rename type to operator
* Set max width for tooltip
* Display vendor frames in two lines
* Apply fixes from StyleCI
* Add empty state for routing context
* Only round top corners when frame is expanded
* Update dot color for non-vendor frame
* Update topbar height
* Adjust padding around header section
* Move up request url and have it overlap the separator line
* Adjust spacing
* Adjust spacing for mobile
* Replace shadow-sm with shadow-xs
* Apply bg-white without opacity in light mode
* Adjust spacing
---------
Co-authored-by: StyleCI Bot <bot@styleci.io>1 parent 13e2882 commit f9c6fe3
File tree
2 files changed
+31
-0
lines changed- src/Illuminate/Foundation/resources/exceptions/renderer/components
2 files changed
+31
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
Lines changed: 30 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
0 commit comments