XhmikosR
|
2ff1eb0daa
|
README.md: wrap file contents in a details element (#35452)
Co-authored-by: Mark Otto <markd.otto@gmail.com>
|
2021-12-02 22:53:12 +02:00 |
|
Louis-Maxime Piton
|
d8999dd566
|
Tests: Minor fixes (#35455)
|
2021-12-02 12:01:11 +02:00 |
|
GeoSot
|
385fea49e8
|
Tooltip/Popover: add underscore prefix to protected functions
|
2021-12-01 18:00:36 +02:00 |
|
GeoSot
|
bd79d69a73
|
Tooltip: a simple code-block position change
|
2021-12-01 18:00:36 +02:00 |
|
GeoSot
|
1f7b83203d
|
Tooltip: simplify popper check
|
2021-12-01 18:00:36 +02:00 |
|
GeoSot
|
9b9372e8dd
|
Tooltip: refactor _hoverState to Boolean to achieve better control
|
2021-12-01 18:00:36 +02:00 |
|
GeoSot
|
8eacbaa08b
|
Tooltip: merge timeout functionality
|
2021-12-01 18:00:36 +02:00 |
|
GeoSot
|
c69ccba08c
|
Tooltip: Change _enter & _leave to work without arguments
|
2021-12-01 18:00:36 +02:00 |
|
GeoSot
|
a20e4203fe
|
Tooltip: Remove redundant config.delay check
`config.delay` is always an object after initialization
|
2021-12-01 18:00:36 +02:00 |
|
GeoSot
|
724663b3cd
|
Tooltip: Remove Data.set usage for dynamically created tip
This is not used any further, so we were just setting it.
|
2021-12-01 18:00:36 +02:00 |
|
GeoSot
|
3baeb0a5c1
|
Tooltip: merge isAnimated checks
|
2021-12-01 18:00:36 +02:00 |
|
GeoSot
|
53c77c0203
|
Tooltip: refactor jQueryInterface
|
2021-12-01 18:00:36 +02:00 |
|
GeoSot
|
a5945369bd
|
Dropdown: change doc for data-bs-popper=none
|
2021-12-01 17:10:39 +02:00 |
|
GeoSot
|
dd07c1ff9e
|
Dropdown: clearMenus is always an event callback
|
2021-12-01 17:10:39 +02:00 |
|
GeoSot
|
f71640f048
|
Dropdown: Clean more
|
2021-12-01 17:10:39 +02:00 |
|
GeoSot
|
21e5618ba7
|
Dropdown: rename vars
|
2021-12-01 17:10:39 +02:00 |
|
GeoSot
|
0686fa00f0
|
Dropdown: Remove redundant Space check
|
2021-12-01 17:10:39 +02:00 |
|
GeoSot
|
a14a552d83
|
Dropdown: Deduplicate complex check
|
2021-12-01 17:10:39 +02:00 |
|
GeoSot
|
bff95d55af
|
Dropdown: Remove redundant check since the show method already does it
|
2021-12-01 17:10:39 +02:00 |
|
GeoSot
|
2d32802f53
|
Dropdown: Change constant to the way we use it
|
2021-12-01 17:10:39 +02:00 |
|
GeoSot
|
fb5921dec4
|
Dropdown: Merge display='static' & isNavbar functionality activating static popper with no styles attached
|
2021-12-01 17:10:39 +02:00 |
|
GeoSot
|
137b324930
|
Dropdown: Remove static method used once
|
2021-12-01 17:10:39 +02:00 |
|
GeoSot
|
8b308b76f0
|
Dropdown tests: Use a function to improve readability (#35448)
|
2021-12-01 16:49:02 +02:00 |
|
XhmikosR
|
01b08d958c
|
Remove the now outdated build/svgo.yml (#35447)
|
2021-12-01 15:16:24 +02:00 |
|
GeoSot
|
cab62af2e6
|
Fix popover arrow & tooltip template after the setContent addition (#35441)
|
2021-12-01 15:10:10 +02:00 |
|
GeoSot
|
44a6cd724c
|
Tooltip: remove leftover method (#35440)
Remove a leftover after #32692
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
|
2021-12-01 14:53:56 +02:00 |
|
Ethan Clevenger
|
2fe90d8b16
|
Update edge-to-edge design instructions (#35446)
Add note about margins to prevent overflow.
|
2021-12-01 14:34:03 +02:00 |
|
XhmikosR
|
e5d8256e42
|
tests/unit/util/scrollbar.spec.js: rename function
`parseInt` is a global one.
|
2021-12-01 14:30:49 +02:00 |
|
XhmikosR
|
11ce6c2dcd
|
tests: fix a few typos
|
2021-12-01 14:30:49 +02:00 |
|
XhmikosR
|
f8f9dc3b5c
|
tests: remove extra spaces, unneeded arrays and add missing newlines
|
2021-12-01 14:30:49 +02:00 |
|
XhmikosR
|
eb54e1a1ce
|
tests: tweak Jasmine's matchers usage
Use:
* toBeNull
* toEqual
* toBeTrue
* toBeFalse
* toHaveSize
* toHaveClass
|
2021-12-01 14:30:49 +02:00 |
|
XhmikosR
|
5739bf7637
|
tests/browsers.js: remove unneeded export
|
2021-12-01 14:30:49 +02:00 |
|
Christopher Boik
|
2a51370e92
|
Fix variable name in customizing comment (#35414)
Correct table lightening variable to match the variable name defined and described in the loop variable section above
|
2021-11-30 16:41:08 +02:00 |
|
XhmikosR
|
d13b5ca2a5
|
Update devDependencies (#35421)
* @popperjs/core ^2.10.2 → ^2.11.0
* cspell ^5.13.0 → ^5.13.1
* postcss ^8.3.11 → ^8.4.4
* rollup ^2.60.1 → ^2.60.2
* sass ^1.43.4 → ^1.44.0
|
2021-11-30 08:36:39 +02:00 |
|
GeoSot
|
1692fc6b4b
|
Alert: add a couple more tests (#35419)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
|
2021-11-29 14:32:11 +02:00 |
|
GeoSot
|
3129ff075b
|
BaseComponent: add a couple more tests (#35410)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
|
2021-11-29 14:27:03 +02:00 |
|
François Karman
|
5290080d4d
|
Update typography.md
remove a unnecessary <abbr> tag
|
2021-11-25 14:08:52 -10:00 |
|
Travis Risner
|
45eb70e03c
|
Correctly implement RFS in :root CSS variable for $body-font-size (#35326)
* rfs fix
* Update scss/_root.scss
* Update _reboot.scss
Co-authored-by: Mark Otto <otto@github.com>
Co-authored-by: Mark Otto <markd.otto@gmail.com>
|
2021-11-25 14:01:19 -10:00 |
|
Si Nguyen
|
3c8fbb6581
|
Update _close.scss
|
2021-11-25 13:56:32 -10:00 |
|
GeoSot
|
6f077ff7bc
|
Clean tooltip component unneeded functionality (#32692)
|
2021-11-25 20:08:11 +02:00 |
|
GeoSot
|
374eeecfbc
|
tooltip.js: use array.includes instead of for iteration (#35127)
|
2021-11-25 19:39:13 +02:00 |
|
GeoSot
|
91ad255e07
|
Change adjustDialog's if conditions to improve readability
|
2021-11-25 19:23:49 +02:00 |
|
GeoSot
|
569bca54d2
|
Add test for modal-content
|
2021-11-25 19:23:49 +02:00 |
|
GeoSot
|
0f9fd75d6c
|
Respect modal's initial overflowY
|
2021-11-25 19:23:49 +02:00 |
|
GeoSot
|
cc3e5789ec
|
Remove some uncovered code that seems to be unused
|
2021-11-25 19:23:49 +02:00 |
|
GeoSot
|
92e664c921
|
Change check for dynamic modal
|
2021-11-25 19:23:49 +02:00 |
|
GeoSot
|
fc33ce4b46
|
Tweak methods
Name them to be more descriptive and have agnostic functionality
|
2021-11-25 19:23:49 +02:00 |
|
GeoSot
|
79e01c3bad
|
Some refactoring on modal, to improve readability and generic functionality
|
2021-11-25 19:23:49 +02:00 |
|
GeoSot
|
94a596fbcb
|
Add a template factory helper to handle all template cases (#34519)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
|
2021-11-25 19:14:02 +02:00 |
|
XhmikosR
|
fa33e83f25
|
build/change-version.js: fix wrong map usage (#35395)
|
2021-11-24 10:49:35 +02:00 |
|