CloudHill
03139a5e7c
outliner: add option to show indentation lines
2020-12-02 22:10:05 +07:00
Ryo Hilmawan
b5bdeb108b
move indentation lines from tweaks to its own mod ( #287 )
...
* move indentation lines from tweaks to its own mod
* changed indentation lines author to runargs
* refactor indentation lines to use the map function
2020-12-02 23:10:35 +11:00
Emir
c352cc9438
extension: truncated table titles ( #292 )
2020-12-02 23:09:31 +11:00
Ryo Hilmawan
c08f7cdb86
New extensions: side panel and outliner ( #284 )
...
* upload side panel core
* upload outliner extension
* add onLoad, onSwitch, and onResize functions to panel extensions
* Update panel.js
* Add onLock and onUnlock functions to panel extensions
* Reordered side panel content loading
* change panel switcher font color
* fix loading last opened panel
* use svg icon files instead of defining them inline
* outliner: add full height option
2020-12-02 23:05:33 +11:00
Ryo Hilmawan
44fe96a56f
Modify the enhancer menu's toggle styles to follow notion's toggles ( #283 )
...
* notion-enhancer#261 modify toggle styles to look similiar to notion's toggle
* remove `dot` spans from toggles
2020-12-02 23:05:14 +11:00
Ryo Hilmawan
353a538585
notion-icons: fix toggle icon shrinking
2020-11-24 18:39:37 +07:00
CloudHill
9deb75361a
notion-icons: toggleable community icon packs
2020-11-24 13:53:06 +07:00
Ryo Hilmawan
c86e2f7548
remove console logging
2020-11-21 22:38:25 +07:00
Ryo Hilmawan
aa46310b3a
fix description capitalization
2020-11-21 22:37:50 +07:00
Ryo Hilmawan
cd9283dcd0
Fix visual issues and modal detection ( #279 )
2020-11-21 17:18:21 +11:00
Ryo Hilmawan
2fbe7a3798
Update mod.js ( #276 )
2020-11-19 22:44:51 +11:00
Ryo Hilmawan
9b644b3f86
Fix code line wrapping + other improvements ( #275 )
2020-11-19 20:00:15 +11:00
Ryo Hilmawan
3c5fd94c2e
Notion-icons: better popup modal detection ( #274 )
...
* Update mod.js
* Fix modal detection on preview pages
2020-11-19 15:03:00 +11:00
Ryo Hilmawan
57bdccf7dc
Update mod.js ( #270 )
2020-11-19 07:09:17 +11:00
ecc74244c4
prep changelog for pre/bugfix release, replace links
2020-11-18 23:08:59 +11:00
Emir
66b97450d4
add auto-shrink system for tabs ( #262 )
...
* add auto-shrink system for tabs
* decrease tab limit and minimum width of non-current tabs
2020-11-16 11:32:32 +11:00
Ryo Hilmawan
a53f5ad652
Patch Notion Icons Extension ( #257 )
...
* Remove console logging in mod.js
* Rename styles.css to app.css
2020-11-15 12:08:03 +11:00
Ryo Hilmawan
4cd612f92b
Extension: Notion Icons ( #250 )
...
* Upload mod.js, styles.css, and icons.json
* Move icon.json to notion-enhancer/icons
* Update mod.js to work with the new icons repo
2020-11-14 09:29:50 +11:00
06b56538cf
#211 remove z-index override preventing format dropdowns in table view from opening
2020-11-12 00:58:48 +11:00
a94f4165d0
tabs focus properly
2020-11-12 00:20:55 +11:00
0b29387c53
#220 stricter keyboard shortcut listeners
2020-11-12 00:05:03 +11:00
0acb214b19
#192 remove draggable-indicator dots from tabs ext. in menu
2020-11-11 23:39:42 +11:00
c43b4a14f1
#204 empty hotkeys won't trigger
2020-11-11 23:29:48 +11:00
81f539f65e
don't try loading the default page if it doesn't exist
2020-11-11 23:04:23 +11:00
d919493094
less-broken loading of things
2020-11-11 22:55:35 +11:00
53d7472c5e
load tabs.css and variables.css into notion container
2020-11-11 22:29:02 +11:00
fb88dc5a90
load menu.css and variables.css into enhancer menu
2020-11-11 22:14:05 +11:00
2fc1e66cff
split app.css and variables.css, load both into main window + add relationship lines to numbered lists
...
fonts should now be added to variables.css instead of mod.js
2020-11-11 21:48:54 +11:00
imgbot[bot]
e7ad0fb51e
[ImgBot] Optimize images ( #241 )
...
*Total -- 245.40kb -> 231.45kb (5.68%)
/mods/core/icons/question.svg -- 0.91kb -> 0.83kb (8.61%)
/notion-enhancer v0.10.0 banner.jpg -- 242.90kb -> 229.08kb (5.69%)
/mods/topbar-icons/icons/updates_on.svg -- 0.16kb -> 0.15kb (4.32%)
/mods/topbar-icons/icons/favorite_on.svg -- 0.19kb -> 0.19kb (4.04%)
/mods/topbar-icons/icons/updates_off.svg -- 0.20kb -> 0.19kb (3.48%)
/mods/topbar-icons/icons/share.svg -- 0.46kb -> 0.44kb (2.78%)
/mods/topbar-icons/icons/favorite_off.svg -- 0.36kb -> 0.35kb (2.71%)
/mods/scroll-to-top/arrow.svg -- 0.23kb -> 0.23kb (0.43%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-11-11 18:48:55 +11:00
efb20ebd19
add pull requests to changelog, rename styles.css to app.css
2020-11-11 18:44:23 +11:00
Ryo Hilmawan
2b41b0e82c
Extension: Code Line Numbers ( #231 )
...
* Added extension folder with mod.js and styles.css
* Option to show numbering on single-lined blocks
Disabled by default
* Update styles.css
* Update mod.js
Changed class name from numbered to code-numbered
* Update styles.css
Changed class name from numbered to code-numbered
2020-11-11 12:06:05 +11:00
Ryo Hilmawan
3b997d3c73
Extension: Topbar Icons ( #216 )
...
* Add icons, mod.js, and styles.css files
* Added options to mod.js
Added the option to individually select which buttons (share, updates, favorite) to replace with icons
* Update styles.css to work with options
2020-11-06 14:01:38 +11:00
Ryo Hilmawan
285aae3227
Modified tweak: Indentation lines ( #215 )
...
* Update mod.js
Changed indentation lines to a select option
* Update styles.css
Styling for each line type
* Update mod.js
Re-added description
* Update mod.js
Added a description to the scroll database toolbars tweak
2020-11-06 14:01:19 +11:00
Alexa B
80ab7b7b92
bugfix: fix #187 and typo ( #208 )
...
* docs: Fixed link to dev build instructions
* docs: README installation clarification
* docs: README installation clarification
* update windows keystroke for task manager
* More README alterations
* Add bullet condensing & bullet lines tweaks
* Revert "Add bullet condensing & bullet lines tweaks"
This reverts commit 71bc6e2c30
.
* interactive hover color fixes #187
* README revert
Co-authored-by: Tom <thedragonring.bod@gmail.com>
2020-11-05 20:47:31 +11:00
Ryo Hilmawan
a306fcea23
Changed the scroll-to-top extension to use an SVG icon ( #205 )
...
* Create arrow.svg
* Update mod.js
* Update styles.css
2020-11-05 20:47:00 +11:00
Ryo Hilmawan
ce6c58ef76
Property Layout Modification ( #201 )
...
* Update mod.js
* Update styles.css
2020-11-03 22:51:47 +11:00
Alexa B
faa4ed02ed
tweaks: condensed bullets and indentation lines ( #199 )
...
* docs: Fixed link to dev build instructions
* docs: README installation clarification
* docs: README installation clarification
* update windows keystroke for task manager
* More README alterations
* Add bullet condensing & bullet lines tweaks
* Revert "Add bullet condensing & bullet lines tweaks"
This reverts commit 71bc6e2c30
.
* Add bullet condensing & bullet lines tweaks
* Attempt to revert README back to normal lol
* Attempt 2 to revert README back to unmodified
Co-authored-by: Tom <thedragonring.bod@gmail.com>
2020-11-03 22:44:12 +11:00
Ryo Hilmawan
58297e35bf
New tweak: Scroll Database Toolbars ( #198 )
...
* Update mod.js
Added an option for scroll database toolbars
* Update styles.css
Added styling for scroll database toolbars
2020-11-03 22:39:54 +11:00
1e1c536f7b
disable fadein of selected block halo with snappy transitions
2020-11-02 17:10:00 +11:00
4d5754779a
tabs: fallback if text name is undefined
2020-11-02 15:58:10 +11:00
9553a49bd0
add new theme screenshots + remove bgs of existing
2020-11-02 12:18:48 +11:00
c4a890ea91
README feature list updates: new mods + options
2020-11-01 22:53:11 +11:00
b985217611
#113 only open a new window from the dock if already visible
2020-11-01 21:04:26 +11:00
f4d269bcdc
#113 reshow hidden windows when clicking app icon in dock
2020-11-01 15:00:22 +11:00
e24608f734
better selectors for detecting favicons in databases
2020-11-01 14:39:06 +11:00
17ceb88ed7
tab favicon fixes: support uploaded images, use emoji for window title, work on macos
2020-11-01 14:21:00 +11:00
f6ec94b46e
show 'untitled' for new pages instead of empty space
2020-11-01 12:30:10 +11:00
293e5ce228
fix #183 make weekly calendar view name case insensitive
2020-11-01 12:16:31 +11:00
dccef7815f
fix menu hotkey + tab title emojis on macOS
2020-11-01 12:04:04 +11:00
eeea1c6b53
make ctrl+f popover shadow less extreme
2020-11-01 00:03:18 +11:00
6a326a12be
#177 made extra padding at the bottom in focus mode toggleable
2020-10-28 17:50:55 +11:00
dc60b3d9ae
platform-specific option overrides for features not required on macOS
2020-10-28 12:19:39 +11:00
bf800a0889
tabs: #84 include page icons in title
2020-10-27 20:43:32 +11:00
9d3ab72eb7
tweaks: #155 more readable line spacing
2020-10-27 19:57:20 +11:00
5d439bbdc8
common tweaks ext: #168 , #176 - scrollbars, thicker bold, responsiveness, hide help, snappy transitions, dragarea height
2020-10-26 23:38:46 +11:00
cbe505c374
macos bugfixes: #151 dark mode detection in night shift + adding menubar to extensions menu + padding-left with tabs to give traffic lights space
2020-10-24 22:25:05 +11:00
e79685a6e8
make dragarea transparent in new themes
2020-10-24 13:14:41 +11:00
230bc5e248
#146 dracula theme readability/contrast improvements
2020-10-24 11:05:04 +11:00
96e13a03f0
#175 neutral theme: contrast in calendar views
2020-10-23 19:41:44 +11:00
d307a2bedf
additional menu option descriptions on hover
2020-10-23 16:49:58 +11:00
f3eda9a34b
auto-resolve conflicts core option
2020-10-22 12:17:53 +11:00
c0f847949f
clarity improvements for scroll to top extension
2020-10-22 08:54:06 +11:00
Ryo Hilmawan
d74eae1ebf
new mod: scroll-to-top ( #172 )
...
* Basic Functionality
* Added smooth scrolling option
* Added scroll down distance option
* Button hide/show animation
* Add percentage distance option
* Calculate percentage every update (as opposed to every page change)
* Calculate percentage height based on scroller and content height
* Licensing and Conventions
* Hide button on initialization if top distance is set
* Fixed bug with button visibility when opening pages
2020-10-21 22:32:10 +11:00
394a891115
theme conflicts notice in menu
2020-10-21 22:30:58 +11:00
d94629d9ed
update themes to new variables
2020-10-20 11:59:22 +11:00
ca30e70062
make block text colour apply to text with backgrounds
2020-10-20 09:55:38 +11:00
78667d16d6
fix theming primary-colour text + right-to-left text in columns
2020-10-19 22:50:25 +11:00
1618b5d966
use event communication instead of variable checking for cross-window dragging = less-buggy
2020-10-19 22:03:54 +11:00
a37fcb300e
cross-window draggable tabs
2020-10-19 09:33:08 +11:00
4519409050
cherry cola adjustments + tab button hover fixes + closing tabs shouldn't create weird broken things anymore
2020-10-18 22:35:56 +11:00
Alexa B
0ac87603db
theme: cherry cola updates ( #165 )
...
- added some contrast and new variables
- border colour brighter
2020-10-17 10:03:41 +11:00
c40e678974
ctrl+click open in new tab
2020-10-16 22:15:14 +11:00
088c4f746b
middle click close tabs + better tab animations
2020-10-16 17:26:18 +11:00
ad645227d5
#164 fix width-stretching of collections in breadcrumbs
2020-10-16 10:14:58 +11:00
02fbd0e2bc
better tab picking on close: find closest/next instead of jumping to first
2020-10-15 23:59:18 +11:00
63a88e1d66
fix tab reordering and animations
2020-10-15 23:48:54 +11:00
e3391f7017
fix tab opening/closing/titles
2020-10-15 22:34:51 +11:00
82e5db751f
+ left/right tab switching, + remove cmd/ctrl+w from menu, - break tab opening/closing/titles
2020-10-15 22:01:28 +11:00
Alexa B
db3f89e3c4
theme: cherry cola ( #161 )
2020-10-15 17:57:16 +11:00
d917c3aefd
#161 removed typo in variable name for brown text.
2020-10-15 12:37:51 +11:00
4b464ca87c
#160 patch opening by notion://url on linux + tab bugfixes
2020-10-15 12:19:21 +11:00
6a9f9bf79a
add tab keybinds: alt+1...9 tab select, ctrl+t new tab, ctrl+w close tab
...
need to remove ctrl+w from the window menu so it doesn't override and close the whole window
2020-10-13 23:07:45 +11:00
Alejandro Romano
a26914fdbe
Tweaking readability in text-blocks by adding new variables ( #156 )
...
add line-height and margin-top variables for text-block (see #155 )
2020-10-13 07:04:43 +11:00
dee0a31283
accept url or id for default page, don't override direct notion:// opens
2020-10-12 22:06:03 +11:00
ee88c63f38
split tabs into separate mod, add opt for default page, load default settings when store()-ing another mod id
2020-10-12 21:44:12 +11:00
22b4153703
Revert "squashed last 5 commits together ( #154 )"
...
This reverts commit 9da9c2aee4
.
2020-10-12 19:36:51 +11:00
cb4407279e
un-break titlebar+menu (not sure how it was broken?)
2020-10-12 19:36:34 +11:00
Mimi Shahzad
01fe0d6782
squashed last 5 commits together ( #154 )
2020-10-12 19:30:58 +11:00
Alejandro Romano
d0f273381b
Add font sizing to page previews ( #153 )
...
Font sizes remained the same as default for page previews. They are not affected by custom font sizes. This change takes the same variables the full open page and apply it. Tested and working 10/10
Full open pages: .notion-frame
Overlay, preview pages: .notion-overlay-container (and .notion-scroller.vertical WITHOUT .horizontal)
2020-10-12 06:34:44 +11:00
b69fa97572
change window title to match page name instead of just 'Notion Desktop'
2020-10-11 23:38:03 +11:00
1f38797cc4
enhancer icon next to tabs opens menu + less aggressive tab focusing so searching can actually work
2020-10-11 23:31:09 +11:00
4886bbbd3e
use keyup listeners instead of a globalShortcut for the enhancements menu toggle
2020-10-11 16:02:45 +11:00
3d64a5e8c8
bugfixes: match up some styling better, EACCES dest chmodding, csp re-allow fonts
2020-10-11 15:28:56 +11:00
bb18f2a1e6
bugfixes so dracula will actually load
2020-10-09 20:56:21 +11:00
09d13f3ed3
Merge branch 'dev' of github.com:dragonwocky/notion-enhancer into dev
2020-10-09 20:46:23 +11:00
0472460161
draggable/nicer-looking tabs + icon
2020-10-09 20:42:34 +11:00
Mimi Shahzad
0448e8643e
Dracula theme ( #145 )
...
A theme created based on the official Dracula Theme palette found https://draculatheme.com/contribute/ .
2020-10-09 09:03:41 +11:00
f0232fea9e
functional tabs: needs more ux work
2020-10-08 22:50:27 +11:00
51f7f564f6
#143 remove focus mode footer from neutral theme
2020-10-08 11:05:25 +11:00
51acd63748
menu will now respect integrated titlebar setting
2020-10-08 09:58:35 +11:00
c0d7d5170b
replace dragarea with titlebar in tabbable mode
2020-10-07 23:58:22 +11:00
50b2ff180d
separate search working for tabs
2020-10-06 22:12:25 +11:00
9ef6317529
attempt 3 at #66
2020-10-06 11:47:33 +11:00
7a6411ad23
catch EBUSY, potential csp fix for #66
2020-10-06 10:15:30 +11:00
ecdae521b4
tabs proof-of-concept (unusable)
2020-10-02 23:06:44 +10:00
45c2ebf340
#134 bypass preview operates more reliably when keyboard shortcuts are used
2020-10-02 15:46:11 +10:00
dbf1240034
improved responsiveness + snappier transitions mode
2020-10-02 13:44:16 +10:00
a2f23a850e
bugfix: toc blocks can have text colours
2020-10-02 10:43:47 +10:00
f0b62d8df3
re-orderable mods: order is saved + mods are loaded according to priority
2020-10-01 23:11:31 +10:00
e55159e3fa
Merge pull request #130 from Blacksuan19/dev
...
mods: add material ocean theme
2020-10-01 18:40:30 +10:00
398e727ddb
re-orderable mods: menu elements can be dragged
2020-10-01 13:32:50 +10:00
blacksuan19
9d342fa99e
mods: add material ocean theme
...
Signed-off-by: blacksuan19 <i@blacksuan19.me>
2020-10-01 03:10:43 +08:00
cacb6554c7
night shift checks every interaction to respond to system changes
2020-09-30 14:43:23 +10:00
904cae5375
#126 board view shadow, remove messenger emoji set, bugfix EACCES response
2020-09-30 14:25:59 +10:00
40336e78c1
#119 emoji sets achieve without user agent
2020-09-26 16:48:36 +10:00
03c12b137d
#101 weekly calendar view even if not first on page
2020-09-25 17:56:39 +10:00
287e3551b5
#114 back/forward arrows work with bypass preview
2020-09-25 17:44:55 +10:00
5655043b36
#116 fix indents and #107 unenforce full width in neutral
2020-09-25 16:23:10 +10:00
CloudHill
b09d89645c
Font chooser bug fix
...
Fixed a small bug where it stops iterating through the font options if it encounters a blank option.
2020-09-20 14:53:09 +07:00
f39e497f4c
#106 : make use of user-agent for emoji sets
2020-09-20 14:41:26 +10:00
0c18f19dac
extension screenshots
2020-09-20 12:43:27 +10:00
d3b444827a
new theme screenshots + bugfixes
2020-09-19 23:05:43 +10:00
cc4e2fb807
word counter extension ( #88 ) + bugfixes
2020-09-18 14:21:09 +10:00
bb3439429f
properly align rtl bullet points/checkboxes #55
...
though more performant, this also limits rtl to page content
2020-09-17 14:37:04 +10:00
525ff40bb3
page width variables - #81
2020-09-17 13:44:16 +10:00
6299ce4b81
#97 , #98 , and small alterations.
...
(removed platform support requests, replaced getNotion() with __notion)
2020-09-17 13:06:49 +10:00
76ff3bd101
bypass preview extension - #81
2020-09-08 22:44:51 +10:00
9147eb06e4
callout theming + more text colour variables
2020-09-08 22:24:02 +10:00
8dd5c7b479
Merge pull request #89 from coryzibell/master
...
Add module to hide help button
2020-09-07 08:23:32 +10:00
Cory Zibell
b48cecf54d
Add hide-help module content
2020-09-06 18:17:41 -04:00
Cory Zibell
d66ff14e2c
Add module to hide help button
2020-09-06 18:11:23 -04:00
72551c5f67
fix #73 - block-level text colours are now changed properly, add tick/cross to search filters
2020-09-03 12:12:58 +10:00
988b78085a
calendar scroll extension - #74
2020-09-02 22:56:40 +10:00
666925c081
fix property-layout again
2020-09-02 22:33:47 +10:00
c5f5ce30e5
ext. menu search upgrades (more stuff is searchable + case insensitive + cmd/ctrl f)
2020-09-02 22:21:17 +10:00
63e4b574a9
separate always-on-top into separate mod
2020-09-02 21:46:17 +10:00
6ff3a96d81
fix #69 - option to completely hide window buttons
2020-09-02 21:16:51 +10:00
513b5f4cab
remove extension menu hotkey conflict + make configurable
2020-09-02 20:40:35 +10:00
0355c7d344
fix #76 , height of weekly calendar view
2020-09-02 15:39:53 +10:00
3a608f8aff
page titles now respond to small-text mode
2020-09-02 11:33:18 +10:00
850610b213
font imports working in menu + font-chooser improvements
2020-09-02 11:10:01 +10:00
ae3760e193
halved selectors for better perf., added wip littlepig themes
2020-09-02 08:49:38 +10:00
15963bae36
Merge pull request #63 from torchatlas/master
...
NEW MOD: Font Chooser
2020-08-29 22:22:26 +10:00
1b66802fc6
fix #65 : separate bg and select variables.
2020-08-29 14:25:39 +10:00
Torch
591b39494a
Update mod.js
2020-08-28 12:10:50 -04:00
9d79f7462f
property-layout finally working regardless of banner
2020-08-29 02:09:04 +10:00
Torch
45282e0abf
Added Font Chooser
2020-08-28 12:01:46 -04:00
ffa35c74ae
better erroring ( #56 ), menu tweaking, gallery fullpage variable fix
2020-08-29 00:14:29 +10:00
5117836dc7
fix #59 + clarity improvements
2020-08-28 22:37:46 +10:00
b019a1cb83
fix #54 + padding issues in preview
2020-08-28 14:41:34 +10:00
21a6cc2be5
fix #58 (caret-color was being mistaken for color)
2020-08-28 12:48:23 +10:00
438ad10522
update property-layout mod to notion's changes
2020-08-28 09:13:34 +10:00
ImgBotApp
1901832d0e
[ImgBot] Optimize images
...
*Total -- 58.29kb -> 10.21kb (82.49%)
/mods/core/icons/user.png -- 44.36kb -> 0.32kb (99.29%)
/mods/core/icons/mac+linux.png -- 12.08kb -> 8.10kb (32.94%)
/mods/core/icons/file.svg -- 0.29kb -> 0.28kb (4.97%)
/mods/core/icons/close.svg -- 0.34kb -> 0.33kb (3.48%)
/mods/core/icons/minimize.svg -- 0.19kb -> 0.19kb (3.03%)
/mods/core/icons/alwaysontop_on.svg -- 0.23kb -> 0.23kb (2.53%)
/mods/core/icons/alwaysontop_off.svg -- 0.23kb -> 0.23kb (2.53%)
/mods/core/icons/maximize_off.svg -- 0.24kb -> 0.23kb (2.49%)
/mods/core/icons/maximize_on.svg -- 0.32kb -> 0.32kb (1.81%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-08-27 13:22:57 +00:00
b9ce8e5e54
add discord to tray
2020-08-27 23:11:49 +10:00
a8dd8cb145
custom logo + discord invite
2020-08-27 23:00:08 +10:00
6081bdb563
dev docs
2020-08-26 22:42:49 +10:00
48eba9b956
contributing guide, css transitions, bg of account picker
2020-08-20 10:08:29 +10:00
4ad8a9446b
readme additions + bugfixes
2020-08-19 00:13:14 +10:00
05c7ca099f
property layout width fixed for fullpage pages
2020-08-18 21:44:41 +10:00
7af9b7836d
property layout extension ✔
2020-08-18 11:40:05 +10:00
5275d71fd6
reduce lag due to maximization detect + wip property layout
2020-08-18 09:53:34 +10:00
58bbb9e385
remove loop from core client.js
2020-08-17 23:43:43 +10:00
e787427214
weekly view working, app relaunch btn in menu modified alert
2020-08-17 22:55:51 +10:00
583e96ac1a
various perf stuff + bugfixes + attempt at weekly view
2020-08-16 23:44:45 +10:00
ebc9adc616
perf improvements + fullwidth page banner in preview
2020-08-16 12:42:03 +10:00
94830b5da5
make it possible to enabled/disable multiple extensions
2020-08-15 22:44:31 +10:00
3c14f1e85d
right-to-left extension
2020-08-15 22:20:20 +10:00
cf0d516234
night shift extension
2020-08-15 21:58:39 +10:00
3aa5cdef18
emoji sets extension
2020-08-14 23:58:21 +10:00
a9a6fc5929
pastel dark theme + custom author definitions
2020-08-14 23:18:38 +10:00
7f2270904b
purple gameish theme... need to link to reddit account
2020-08-13 23:24:45 +10:00
ff86afd8b8
add colour picker for dark+ primary colour
2020-08-12 23:32:44 +10:00
44b0a0e378
dark+ fixes, general slicking up
2020-08-11 21:24:00 +10:00
554f93efac
various css tweaks and fixes
2020-08-11 18:38:18 +10:00
f7c71eb9c7
patch removal and help commands + separate focus mode into an extension
2020-08-11 11:16:23 +10:00
db7992cfc3
patch font sizes
2020-08-11 10:04:55 +10:00
a45601b2ad
theoretically patch broken windows install
2020-08-11 09:32:22 +10:00
78b9510e93
port alejandro's neutral theme to new variables
2020-08-09 23:29:27 +10:00
eae51c6021
toggle window tray opt + css preview padding
2020-08-09 19:35:03 +10:00
3c50f5cbbc
dark+ theme (code highlight needs work)
2020-08-06 21:33:21 +10:00
7f779e35e5
working menu search
2020-08-05 21:48:11 +10:00
0a6a540a41
menu options: input + files
2020-08-04 23:02:20 +10:00
92501bd7e1
menu options: toggles + selects
2020-08-04 15:32:04 +10:00
6dacae46b5
improve markdown regexes
2020-08-04 13:13:01 +10:00
158ce182df
mod toggling, first extension: bracketed links
2020-08-04 00:31:27 +10:00
d8351aa49e
mod info boxes
2020-08-02 23:14:13 +10:00
19593e1d01
add alerts (inc. update checker) to menu
2020-08-02 16:26:28 +10:00
7d0560228b
button spacing bugfix
2020-08-02 09:01:12 +10:00
f6b52e5c02
theme menu window + bunch of other tweaks
2020-08-01 23:46:43 +10:00
8dd7d0649c
menu window creation
2020-07-28 19:03:35 +10:00
9f92ff325d
refactor some stuff, fix some bugs, apply theme to ctrl+f popup
2020-07-26 16:32:55 +10:00
06211688b6
light theoretically 100% :)
2020-07-25 22:49:08 +10:00
5c84fbebb6
light 90% + other tweaks
2020-07-25 15:16:15 +10:00
771aa0b493
dark theme bugfixes: focused input borders, weird lines in tables
2020-07-25 11:29:39 +10:00
2f74449189
dark theme variables complete (?) + scrollbar fix + titlebar tweaks
2020-07-24 23:52:21 +10:00
830492e181
more dark theme stuff, inc. bugfixes + code higlight
2020-07-23 23:33:09 +10:00
2d37b807ea
collect theme variables: dark colours
2020-07-22 23:45:59 +10:00
8a1709c559
maximise icon updates as needed
2020-07-21 09:47:19 +10:00
9a012eb3a7
configurable dragarea size
2020-07-21 00:09:24 +10:00
35a411b977
titlebar + scrollbars
2020-07-19 22:50:59 +10:00