Barry vd. Heuvel
c0f9ec6492
Add dev keyword ( #706 )
2025-01-04 20:07:21 +01:00
Barry vd. Heuvel
c0a7802053
Set lineheight to 1.2 instead of 1 ( #705 )
2025-01-02 20:47:28 +01:00
Barry vd. Heuvel
021f38fba3
Update hljs and github theme ( #704 )
...
* Update hljs and github theme
* Tweak pre border
2025-01-02 20:47:13 +01:00
Barry vd. Heuvel
db56adc179
Revert dragging ( #701 )
...
* Revert "Tweak percentage for sticky (#700 )"
This reverts commit bb21b0dfe05159d69e2d91896b949c9a71e105e5.
* Revert "Dragging Feature (followup) (#697 )"
This reverts commit f622fa5ed52c102097ecef4dd8a78c40df8e9285.
2025-01-01 09:55:39 +01:00
Barry vd. Heuvel
bb21b0dfe0
Tweak percentage for sticky ( #700 )
2024-12-16 14:45:01 +01:00
Barry vd. Heuvel
f3b0022b54
Check if hljs has language ( #699 )
2024-12-15 20:19:03 +01:00
Barry vd. Heuvel
f622fa5ed5
Dragging Feature (followup) ( #697 )
...
* feat: dragging feature added
* fix: dragging feature integrated
* fix: not unbind other events handlers
* fix: default display css
* improved: border left & right after drag the snap
* fix: ensure snap/button repositions correctly on window resize
* Add bottom left or right offset
* Tweak click and restore
---------
Co-authored-by: devzkhalil <devzkhalil@gmail.com>
Co-authored-by: erikn69 <erikn_69@hotmail.com>
Co-authored-by: MD Khalil <70958192+devzkhalil@users.noreply.github.com>
2024-12-15 16:21:13 +01:00
Barry vd. Heuvel
7be5a75512
Bump to 1.24 dev branch ( #698 )
2024-12-15 16:21:04 +01:00
Roman Miranda
4d63fa8921
Add cursor editor support ( #688 )
2024-12-12 12:21:27 +01:00
Barry vd. Heuvel
39174ebe5f
Allow tooltip to show as key/value list ( #686 )
...
* Allow tooltip to show as key/value list
* Align left
2024-12-12 12:11:10 +01:00
leparkour
c2f1006129
Update openhandler.js ( #685 )
...
Update canonical search in url ?& symbols debug handler url ajax
2024-12-12 12:10:27 +01:00
Tac Tacelosky
0a2ddcb45c
tweak install so that gitclip works ( #696 )
2024-12-09 16:01:58 +01:00
Barry vd. Heuvel
a333676518
Update repo
2024-12-05 20:02:25 +01:00
Watts Martin
0815f47bdd
Fix Panic Nova link template ( #694 )
...
The URL scheme for Nova is incorrect; per Panic's recent post (https://social.panic.com/@panic/112689904216756608 ) this now uses the correct format. This is tested (briefly) with Laravel for confirmation.
v1.23.4
2024-12-05 11:36:51 +01:00
erikn69
1b5dfcb0cd
Fix PHP 8.4 deprecations ( #693 )
2024-11-22 14:56:48 +01:00
Jesper Noordsij
aeaa271575
Replace implicit nullable types in parameter declarations ( #687 )
2024-11-22 14:49:10 +01:00
Barry vd. Heuvel
933e1b632c
Update README.md
2024-10-29 14:54:29 +01:00
Barry vd. Heuvel
687400043d
Remove trace args in Exceptions ( #691 )
...
* Remove trace args in Exceptions
* Always cleanup args
v1.23.3
2024-10-29 13:24:25 +01:00
erikn69
689720d724
Delete chromedriver file ( #684 )
v1.23.2
2024-09-16 13:23:09 +02:00
erikn69
1bca59fe66
Fix #681 ( #682 )
v1.23.1
2024-09-11 20:12:52 +02:00
erikn69
bac734286d
Fix array to string converstion
( #681 )
2024-09-11 19:35:03 +02:00
Alius
b210445e32
Fix parameter output if parameter is zero ( #679 )
2024-09-11 10:38:45 +02:00
Barry vd. Heuvel
0b40a63e63
Check copy result ( #678 )
2024-09-10 19:39:33 +02:00
Barry vd. Heuvel
0143b7c17d
Bump to 1.23-dev
v1.23.0
2024-09-10 19:28:47 +02:00
Barry vd. Heuvel
63bae27159
Hide empty collectors until used ( #672 )
...
* Hide empty collectors until used
* Make hidden tabs configurable
* Tweak default, add test
2024-09-10 19:28:00 +02:00
Barry vd. Heuvel
cc8f41e0bd
Use zero width for copy height ( #677 )
2024-09-10 18:54:34 +02:00
Barry vd. Heuvel
ce4762b069
Enable copy, tweak icon ( #676 )
2024-09-10 17:59:08 +02:00
Lars Moelleken
4eb7fd73a1
debugbar.css: fix broken CSS ( #675 )
...
is broken since this change: cd46685df8 (diff-f8b1773a74ff6db4b152bc60684f28e27084381920026052bac436b09db55d31L173)
@nckrtl
2024-09-09 14:59:35 +02:00
Barry vd. Heuvel
1b5cabe0ce
Add test-case for Fix parameter output if parameter is Datetime or array [v1.22.4] #671 ( #673 )
...
* Fix parameter output if parameter is Datetime or array
* use array_map for parsing parameters
* Add test-case for Doctrine datetime
* Fix doctrine query
---------
Co-authored-by: Alius <aliusa@users.noreply.github.com>
v1.22.5
2024-09-09 10:05:55 +02:00
Alius
02d26dbb2e
Fix parameter output if parameter is Datetime or array [v1.22.4] ( #671 )
...
* Fix parameter output if parameter is Datetime or array
* use array_map for parsing parameters
2024-09-09 10:00:24 +02:00
erikn69
ec4979077f
Prevent query backtrace showing on editor link click ( #667 )
v1.22.4
2024-09-06 19:37:59 +02:00
erikn69
643767a32f
Fix $query['params']
can be "null" ( #663 )
2024-09-06 16:20:03 +02:00
erikn69
43aafef83d
Upgrade FA to 6.6 ( #669 )
2024-08-30 16:34:10 +02:00
erikn69
ba06b0606a
Fix link alignment issue ( #668 )
2024-08-28 12:57:46 +02:00
erikn69
aa815c8e64
Fix badges ( #664 )
2024-08-01 16:28:30 +02:00
Atsushi Matsuo
055740c7c9
Add PHP 8.4 to the test matrix ( #661 )
2024-07-18 10:58:39 +02:00
arhimede
c9cb28d5ee
added Dotkernel integration ( #659 )
2024-07-02 09:24:16 +02:00
Atsushi Matsuo
9f7597754a
Fix not rendering correctly in some cases ( #658 )
2024-06-19 11:21:39 +02:00
Barry vd. Heuvel
11896db266
Escape doctrine entries ( #657 )
...
* Escape doctrine entries
* Add PDO browsertest
2024-06-10 11:29:12 +02:00
Barry vd. Heuvel
6d6791b4fa
Add note about drivers
2024-06-10 11:17:33 +02:00
Anders Jenbo
a747812b5b
Add support for CodeLite links ( #656 )
2024-06-10 10:36:01 +02:00
erikn69
7705be9c2a
fix cross-origin
iframe and no parent debugbar ( #651 )
...
* fix `cross-origin` iframe and no parent debugbar
* fix iframe flag default value
2024-05-13 15:42:06 +02:00
parallels999
20cffd75fe
Fix line-height on tabs ( #649 )
2024-05-12 07:19:53 +02:00
erikn69
7715ec5136
Fix TypeError: data.__meta is undefined ( #655 )
2024-05-11 16:57:29 +02:00
Steve Lacey
40d2d7e986
Remove .sr-only and .sr-only-focusable from FA css ( #653 )
2024-04-15 12:55:03 +02:00
Nick Retel
cd46685df8
Remove border on right side of the close button ( #648 )
...
* Better alignments icons
* refined icons
* improve widgets list item padding
* Remove border on right side of the close button
2024-04-04 18:23:18 +02:00
Barry vd. Heuvel
ca2597a6ad
Tweak active badge
2024-04-04 11:41:46 +02:00
Nick Retel
dc11707041
UI refinements toolbar ( #647 )
...
* Better alignments icons
* refined icons
* improve widgets list item padding
* Ui refinements
* Apply background blur to make sure tooltip text is readable in front of text
* undo change that didn't have any effect
* proper adjustment of previous commit
* Revert fully rounded shape on the tab counters
* remove px for 0 value
2024-04-04 11:29:12 +02:00
Barry vd. Heuvel
7aa9a27a0b
Inherit table ( #646 )
v1.22.3
2024-04-03 21:39:26 +02:00
Barry vd. Heuvel
424be4f885
Fix header/dropdown height
v1.22.2
2024-04-03 13:46:22 +02:00