Commit Graph

66 Commits

Author SHA1 Message Date
Gerome Matilla
6d6de0f883
Improve JS Logic (#28)
* theme engine fix ugly logic part 1

* remove new lines when gettings css value property

* theme-engine: add process cssvalues

* theme-engine: add getting inputfields value

* theme-engine: validation

* theme-engine: animspeed validation

* theme-engine: animspeed validation 2

* fix #rgbaa validator

* theme-engine:almost finish

* theme-engine: fix codacy errors

* theme-engine: fix missing semicolon

* theme-engine: fix missing semicolon

* weather-settings: use confirm() method

* weather-settings: cleanup, remove some confirm()
2020-06-17 19:03:27 +08:00
Gerome Matilla
ae6e1254ea
Quality control (#27)
* fix paddings on screen

* fix  test Variable Assigned to Object Injection Sink

* fix parse int missing base

* fix security issues(regex not included)

* fix missing base

* fixes padding

* minor fixes

* regex

* cleanup

* minor cleanup in webmenu

* cleanups

* cleanups spaces to tab

* cleanups

* spacing tabs fixes test

* cleanup

* cleanup

* multitransition new line

* cleanup

* cleanup

* cleanup

* cleanup

* readme

* comments

* cleanup

* Avoid assignments in operands

* cleanup
2020-06-16 20:07:54 +08:00
Gerome Matilla
f484e86e09 css cleanup 2020-06-16 14:52:24 +08:00
Gerome Matilla
11eab040f8 fix broken font link 2020-06-16 13:00:40 +08:00
Gerome Matilla
c59d1ec0ec
Css (#26)
* add screens css

* separate dir for screens

* separate dir for dashboard and settings

* separate dir for centeredbox and its contents

* move autosuggestion to centeredbox dir

* rename webmenu to webmenuscreen

* fix bugs and errors caused by renaming webmenu

* fix missing dashboard icons

* fix missing weather forecast  icons

* reduced the use of !important

* reduced the use of !important

* reduced the use of !important

* reduced the use of !important

* reduced the use of !important

* reduced the use of !important

* combine bars and panels

* bars css cleanup

* dashboard missing icon fix and css

* decrease the usage of !important

* decrease the usage of important
2020-06-16 13:00:55 +08:00
Gerome Matilla
96b2e988a2 cleanup css variables 2020-06-15 09:28:40 +08:00
Gerome Matilla
91f71eb4e9 cleanup css variables 2020-06-13 18:48:58 +08:00
Gerome Matilla
e4560a8ac5 adjust dock responsiveness on height 2020-06-13 16:06:29 +08:00
Gerome Matilla
1ba11727dd rename bodybackground css 2020-06-13 16:00:07 +08:00
Gerome Matilla
f8e6377bb6 add fix width to searchbars and add transitions 2020-06-13 13:22:16 +08:00
Gerome Matilla
420c498723 rename bodybackground to dummy, fix swipe event bug, improve transition of lazy loading 2020-06-13 13:01:39 +08:00
Gerome Matilla
4db08d7b51 fix white flicker on firefox during lazy loading transition 2020-06-13 10:46:52 +08:00
Gerome Matilla
1ca7c94480
Add Geolocation for Weather (#25)
* add location mode ui option

* toggleable locator

* toggleable locator with working update

* update and cleanup

* readme

* cleanup
2020-06-12 18:26:39 +08:00
Gerome Matilla
a97bb6eb96 adjust duck responsiveness 2020-06-11 15:03:48 +08:00
Gerome Matilla
af7c6bca0f weather forecast replace date with day name 2020-06-11 11:39:01 +08:00
Gerome Matilla
fd315fecae css changes 2020-06-11 10:50:24 +08:00
Gerome Matilla
644ed3e678 css changes 2020-06-11 10:33:21 +08:00
Gerome Matilla
33ae0f6412 cleanup and center phrases horizontally 2020-06-11 08:31:23 +08:00
Gerome Matilla
3cbfa48dec
Add transition duration settings in dashboard (#22)
* add animation speed settings in theme engine

* readme
2020-06-10 16:35:39 +08:00
Gerome Matilla
84727755db
Cleanups (#20)
* centedbox css

* add font-weight to the css

* some cleanup
2020-06-10 14:47:04 +08:00
Gerome Matilla
a9329109e5 blur overlay css update 2020-06-10 06:58:04 +08:00
Gerome Matilla
f53b65c247 cleanup 2020-06-09 16:40:00 +08:00
Gerome Matilla
a91d6f6fa7 fix searchengine set as default butt on css 2020-06-07 14:42:45 +08:00
Gerome Matilla
c4e3c30399 fix searchengine select css 2020-06-07 14:40:45 +08:00
Gerome Matilla
620f297f70
Code quality improvement(i guess) (#17)
* replace  divs with labels in dashboard textboxes

* convert weather settings block to form

* convert search engine block to form

* convert theme engine block to form

* dashboard buttons:replace onmouseup with .onclick()

* add hover event on buttons
2020-06-07 14:34:27 +08:00
Gerome Matilla
13b0c7c816 suggestion css update: hide suggestions if theres no space left 2020-06-06 16:39:35 +08:00
Gerome Matilla
0e77df2d57 suggestion css update 2020-06-06 16:06:27 +08:00
Gerome Matilla
dbc4f902ca cleanups and readme 2020-06-06 11:34:20 +08:00
Gerome Matilla
1738a942c1 suggestion keyboard navigation 2020-06-06 11:13:45 +08:00
Gerome Matilla
a43fe216e3 input events and ui consistency 2020-06-06 10:35:54 +08:00
Gerome Matilla
b52d86b0e2 cleanup 2020-06-06 10:11:33 +08:00
Gerome Matilla
db748aa52d finalize css of suggestions, fucking finally 2020-06-06 09:18:08 +08:00
Gerome Matilla
c7cf0dcbec fix searchbox switching problems 2020-06-06 07:31:43 +08:00
Gerome Matilla
35c932aa8f add searchbox container 2020-06-06 07:14:21 +08:00
Gerome Matilla
a2b130b7bd increase settings padding 2020-06-05 11:26:07 +08:00
Gerome Matilla
dd15d19a11 font-face separate css and use sans as fallback font 2020-06-05 11:13:41 +08:00
Gerome Matilla
9e61d679f0 add magnifying glass unicode on placeholders 2020-06-05 10:39:40 +08:00
Gerome Matilla
9034dfb507 Disable tap hightlight color on mobile devices 2020-06-05 09:54:49 +08:00
Gerome Matilla
24d59af96f differentiate hover and active in web menu buttons 2020-06-05 09:34:06 +08:00
Gerome Matilla
d88e91777d hide webmenu scrollbar on mobile 2020-06-05 09:19:41 +08:00
Gerome Matilla
2719afbe5c use <a> tag as button for dockbuttons and webmenu buttons instead of mouseup event 2020-06-05 06:18:34 +08:00
Gerome Matilla
c041a059ac imprive centeredbox toggle 2020-06-04 14:13:46 +08:00
Gerome Matilla
6ab4ad3193 animate center box to show/hide it 2020-06-04 13:43:09 +08:00
Gerome Matilla
574b7d33df dock responsiveness 2020-06-04 12:47:58 +08:00
Gerome Matilla
3ed199f8fa fix dashboard responsiveness and add more cleanups 2020-06-04 12:44:21 +08:00
Gerome Matilla
69e33bc433 finishing blow 2020-06-04 12:17:00 +08:00
Gerome Matilla
bef2769676 web menu gui and backend 2020-06-04 12:15:59 +08:00
Gerome Matilla
8f6b31a47a dashboard add weather settings gui 2020-06-04 11:49:17 +08:00
Gerome Matilla
824bf84b8a dashboard add weather screen gui and backend 2020-06-04 11:46:21 +08:00
Gerome Matilla
0b3a7212e8 dashboard add theme engine settings ui 2020-06-04 11:27:00 +08:00