Commit dda0c17
[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 <[email protected]>1 parent 1ddb326 commit dda0c17
File tree
70 files changed
+2113
-2279
lines changed- src/Illuminate/Foundation
- Exceptions/Renderer
- resources/exceptions/renderer
- components
- icons
- dist
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
70 files changed
+2113
-2279
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: 48 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
| 96 | + | |
101 | 97 | | |
102 | 98 | | |
103 | 99 | | |
| |||
120 | 116 | | |
121 | 117 | | |
122 | 118 | | |
123 | | - | |
124 | | - | |
125 | | - | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
126 | 163 | | |
127 | 164 | | |
128 | 165 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
40 | 54 | | |
41 | 55 | | |
42 | 56 | | |
43 | 57 | | |
44 | 58 | | |
45 | | - | |
| 59 | + | |
46 | 60 | | |
| 61 | + | |
47 | 62 | | |
48 | | - | |
| 63 | + | |
49 | 64 | | |
50 | 65 | | |
51 | 66 | | |
52 | 67 | | |
53 | 68 | | |
| 69 | + | |
54 | 70 | | |
55 | 71 | | |
56 | 72 | | |
| |||
95 | 111 | | |
96 | 112 | | |
97 | 113 | | |
98 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
99 | 119 | | |
100 | 120 | | |
101 | 121 | | |
| |||
114 | 134 | | |
115 | 135 | | |
116 | 136 | | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
117 | 147 | | |
118 | 148 | | |
119 | 149 | | |
| |||
127 | 157 | | |
128 | 158 | | |
129 | 159 | | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
130 | 181 | | |
131 | 182 | | |
132 | 183 | | |
| |||
157 | 208 | | |
158 | 209 | | |
159 | 210 | | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
160 | 241 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
Lines changed: 1 addition & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
108 | 107 | | |
109 | 108 | | |
110 | 109 | | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
| 110 | + | |
124 | 111 | | |
125 | 112 | | |
126 | 113 | | |
| |||
Lines changed: 47 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 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
Lines changed: 0 additions & 5 deletions
This file was deleted.
0 commit comments