Commit Graph

1889 Commits

Author SHA1 Message Date
yubiuser f8972ff19d Merge pull request #2198 from pi-hole/zeroLineColor
Reduce border size of line charts
2022-05-07 21:07:06 +02:00
yubiuser 042b54675c Merge pull request #2177 from pi-hole/bulk_delete_groups
Allow delete multiple items - Group pages
2022-05-07 21:06:01 +02:00
RD WebDesign f0bd5d725e Fixing minor inconsistencies
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-05-07 15:37:39 -03:00
RD WebDesign a2cb6821dc Fixing weird bug
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-05-07 00:30:07 -03:00
Christian König b44acd52ec Reduce border size of line charts
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-05-02 21:54:03 +02:00
Christian König 74e506c89a Only remove last data point for line charts as it is not representative there
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-05-01 21:47:14 +02:00
Christian König e19bbc7480 Scale axes to integer
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-05-01 19:59:36 +02:00
DL6ER 63a87dc43a Only remove last data point for line charts as it is not representative there (#2195)
Signed-off-by: DL6ER <dl6er@dl6er.de>
2022-05-01 16:59:21 +02:00
RD WebDesign 89fdc7ed1c Remove unused variable
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-04-30 16:10:25 -03:00
RD WebDesign a4bd5d0d90 Quote SQL reserved word and fix javascript output.
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-04-30 16:08:02 -03:00
RD WebDesign 67cece627d Fix data.columns ID replaced by mistake
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-04-30 15:16:11 -03:00
RD WebDesign 9a019a64ee Applying the reviewer's suggestions
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-04-30 14:34:22 -03:00
RD WebDesign 83ff9a9ee5 Fix xo
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-04-26 15:30:17 -03:00
RD WebDesign a04fb0b726 Fix prettier
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-04-26 15:20:43 -03:00
RD WebDesign 0e04ba0fe4 Show "other" destination as the last graphic item
- Show the item only if it's different than zero

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-04-26 15:02:13 -03:00
DL6ER c4481cacb5 Review comments
Signed-off-by: DL6ER <dl6er@dl6er.de>
2022-04-24 15:52:40 +02:00
DL6ER 4d6481ffa9 Add QUERY_SPECIAL_DOMAIN as new query status
Signed-off-by: DL6ER <dl6er@dl6er.de>
2022-04-24 09:17:10 +02:00
RD WebDesign f8ab31f431 Allow delete multiple items - Group pages
- add checkboxes, buttons and functions to groups page;
- add checkboxes, buttons and functions to clients page;
- add checkboxes, buttons and functions to domains page;
- add checkboxes, buttons and functions to adlists page;
- move function to `utils.js`;
- fix CSS after insert a new table column;

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-04-22 22:22:03 -03:00
Adam Warner 242654e149 Fix some suggestions / ignore others
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2022-04-22 17:17:59 +01:00
RD WebDesign b209eb6167 Using the correct dimensions
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-04-20 19:28:44 -03:00
yubiuser 372ce92d78 Merge pull request #2165 from pi-hole/sidebar_warnings
Move warning count to sidebar (when sidebar is visible).
2022-04-14 23:10:37 +02:00
RD WebDesign 521ecd75d5 Fix visual bugs
- fix top circle position;
- fix circle background colors for each theme;
- special CSS for LCARS theme;
- change CSS selector for top navbar `<li>`: after removing the first
  item, the "old" second item became the first one.
- use a better color for all themes;
- hide submenu counter during animation;
- hide the other counter when submenu is opened (mobile too)

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-04-13 14:22:12 -03:00
Christian König 2903e7239c Fix prettier II
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-04-08 20:49:29 +01:00
Christian König a3c5236012 Fix prettier
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-04-08 20:49:29 +01:00
Christian König c75b308f9d Guard FTL not running when loading the query table
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-04-08 20:49:29 +01:00
Christian König 45340aaa23 Guard socket and FTL response
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-04-08 20:49:29 +01:00
RD WebDesign 2ee6afe070 Merge branch 'devel' into sidebar_warnings 2022-04-06 19:00:56 -03:00
RD WebDesign 2324bf5078 Removing the triangle icon
The message count was moved to the "hamburger" menu icon.
Using more discreet color for the circle.

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-04-06 18:49:22 -03:00
Christian König 933e5512dd Convert IDNs to punycode before searching the lists
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-04-04 13:39:16 +02:00
RD WebDesign d9869bf2c9 Add export to avoid docker error message
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-03-30 21:24:53 -03:00
RD WebDesign 1d9b40d245 Replace old image button with a simple button
- add fixes for mobile and medium screens
- new style selectors
- button background-color (tablets / medium screens)
- small adjustments
- remove unused image file

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-03-28 14:54:35 -03:00
RD WebDesign f90ae05bd0 Sidebar warning count
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-03-25 19:25:42 -03:00
RD WebDesign b7a5bfc8bc Fixing typo
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-03-22 14:21:49 -03:00
RD WebDesign 44ab80c65f Minor visual changes to the menu
- changed some icons;
- 2 new custom icons;
- Rename "Query List" to "Search Adlists"

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-03-22 00:23:02 -03:00
yubiuser cce71ba8b3 Merge pull request #2154 from pi-hole/fix_headers_already_sent
Fix PHP "Headers already sent" warning.
2022-03-22 00:31:58 +01:00
RD WebDesign 5c7fa94337 Fix PHP "Headers already sent" warning.
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-03-21 16:21:03 -03:00
DL6ER af9a6f3444 Merge branch 'devel' into new/nonfatal-dnsmasq-warnings
Signed-off-by: DL6ER <dl6er@dl6er.de>
2022-03-20 09:00:57 +01:00
yubiuser 72811ddbbf Merge pull request #2146 from pi-hole/messages_everywhere
Include message triangle on all pages
2022-03-16 21:07:26 +01:00
yubiuser ceb2036165 Merge pull request #2147 from pi-hole/buffer_off
Start php session before generating output for API token
2022-03-16 19:14:42 +01:00
Christian König acd70b378f I was blind but now I see!
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-03-16 18:35:01 +01:00
Christian König a9ba338a21 Fix list add for already forwarded queries
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-03-16 14:12:39 +01:00
Christian König 77c7a12867 Start php session before generating output for API token
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-03-16 13:47:56 +01:00
Christian König 6ab9ef0ef3 Source utils.js in header.php
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-03-16 11:11:11 +01:00
RD WebDesign 316ad2147d Fix prettier
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-03-14 21:07:26 -03:00
RD WebDesign 2d6a78d6cb Improving debug log
- add a message to show while loading content;
- add CSS to format the loading message;
- fix yellow log color (light theme);

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-03-14 20:25:55 -03:00
Adam Warner d6323d571e Merge pull request #2142 from pi-hole/color_debug_output
Show debug logs in colors
2022-03-12 18:02:52 +00:00
RD WebDesign ea24655a7b Add colors to debug log
- Add function and CSS to show colorful debug log
- Adjusts to #output element

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-03-12 03:22:22 -03:00
yubiuser 32aa7ab463 Merge pull request #2132 from rubpa/lt_graphics
Better interval computation for Long-term data -> Graphics page
2022-03-12 07:10:09 +01:00
rubpa 80868f9a47 Better interval computation for Long-term data -> Graphics page
Signed-off-by: rubpa <rubpa@users.noreply.github.com>
2022-03-12 07:55:44 +05:30
Christian König 35c3a890a8 Change wording after Pi-hole has been disabled
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-03-10 21:34:09 +01:00