Commit graph

103 commits

Author SHA1 Message Date
Alyssa X
9634fd87cd Merge branch 'master' of https://github.com/alyssaxuu/omni 2022-01-18 11:41:55 +00:00
Alyssa X
59c895493e
Update README.md 2022-01-18 12:41:32 +01:00
Alyssa X
ec4715c5b8 Merge branch 'master' of https://github.com/alyssaxuu/omni 2022-01-18 11:32:40 +00:00
Alyssa X
d62f41c8a0 Firefox version 2022-01-18 11:32:37 +00:00
Alyssa X
7663362e71
Update README.md 2022-01-18 10:57:51 +01:00
Alyssa X
a03877ea09 Multiple improvements
- Focus fighting!
- Toast for "invisible" actions
- Bookmarks fix
2022-01-18 09:56:19 +00:00
Alyssa X
e8a0ef5965 Update manifest.json 2022-01-17 18:36:29 +00:00
Alyssa X
651dd0b159 Fix scrolling 2022-01-17 18:36:18 +00:00
Alyssa X
c7a2effbf7 Merge branch 'master' of https://github.com/alyssaxuu/omni 2022-01-17 15:09:16 +00:00
Alyssa X
6d06f7bc5f Some fixes and improvements 2022-01-17 15:09:14 +00:00
Alyssa X
ff388718a9
Update README.md 2022-01-17 12:08:58 +01:00
Alyssa X
f1e27d0e52
Update README.md 2022-01-17 11:18:03 +01:00
Alyssa X
94acfac638 Update manifest.json 2022-01-17 10:15:32 +00:00
Alyssa X
0c26390981 Fix scrollbar to not be global 2022-01-17 10:15:20 +00:00
Alyssa X
d19c9275b7 Added print action 2022-01-17 10:06:58 +00:00
Alyssa X
946e7a0f4e Merge branch 'master' of https://github.com/alyssaxuu/omni 2022-01-16 13:42:29 +00:00
Alyssa X
e33f3b2dd6 Fix shortcut override 2022-01-16 13:42:27 +00:00
Alyssa X
3fef26f5f2
Update README.md 2022-01-16 12:24:46 +01:00
Alyssa X
526699e1a9 Multiple changes + fixes
Made Omni work in new tab page, fixed history issue, fixed rendering problem in certain sites (e.g. example.com), changed the suggested shortcut to Cmd/Ctrl+Shift+K (shouldn't override for existing users)
2022-01-16 11:23:39 +00:00
Alyssa X
5e8a9d2666 Open direct links, search, removing some errors 2022-01-16 00:21:18 +00:00
Alyssa X
e191b31d6f Enter + shortcut fix 2022-01-15 20:21:10 +00:00
Alyssa X
b0fd7f83d3 Update manifest.json 2022-01-15 14:56:57 +00:00
Alyssa X
b947923c35
Merge pull request #37 from takumi-n/fix/history-search
fix: history search not working
2022-01-15 15:56:30 +01:00
takumi-n
8ba790be64 fix: history search dosen't work 2022-01-15 23:47:00 +09:00
Alyssa X
c90b2db290 Update manifest.json 2022-01-15 14:37:20 +00:00
Alyssa X
f02d8b7177
Merge pull request #36 from dubisdev/master
fix: close tab action
2022-01-15 15:36:27 +01:00
Alyssa X
15463018b8 Merge branch 'master' of https://github.com/alyssaxuu/omni 2022-01-15 13:55:14 +00:00
Alyssa X
8c7d826e24 Update manifest.json 2022-01-15 13:54:42 +00:00
Alyssa X
6bfe35c004
Merge pull request #35 from samostanek/master
fix: Correct display of shortcuts on non-mac devices
2022-01-15 14:54:22 +01:00
Samuel Stanek
c9a8358849
fix: Correct display of shortcuts on non-mac devices 2022-01-15 14:47:22 +01:00
dubisdev
54a8bf2af4 fix: close tab action 2022-01-15 14:32:24 +01:00
Alyssa X
a6e0cf4dec Update manifest.json 2022-01-15 11:57:58 +00:00
Alyssa X
292f8266ce
Merge pull request #34 from sreechar/master
Contrasting Scrollbar
2022-01-15 12:56:54 +01:00
Sreecharan
b6f84a92d2
Rename manifest.chrome.json to manifest.json 2022-01-15 17:12:52 +05:30
Sreecharan
d74dad088a
Rename manifest.json to manifest.chrome.json 2022-01-15 16:58:12 +05:30
Sreecharan
6713897d94
Contrasting Scrollbar 2022-01-15 16:57:48 +05:30
Alyssa X
f6c6204319 Merge branch 'master' of https://github.com/alyssaxuu/omni 2022-01-15 11:24:16 +00:00
Alyssa X
528251ff01 Update manifest.json 2022-01-15 11:24:12 +00:00
Alyssa X
e30dd3a5f5
Merge pull request #26 from akarlsten/master
fix: Lets switchTab switch to other Chrome windows, with focus
2022-01-15 11:36:16 +01:00
Alyssa X
642c3332c7
Merge pull request #31 from yoroshikun/scoped-var-and-for-background
standardize use of arrow functions, scoped vars and for loops where possible
2022-01-15 11:35:13 +01:00
Drew Hutton Yoroshi
5d58b30a5a standardize use of arrow functions, scoped vars and for loops where possible 2022-01-15 21:03:25 +10:30
Adam Karlsten
76c820889f Lets switchTab switch to other Chrome windows, with focus 2022-01-15 01:58:28 +01:00
Alyssa X
11367af2e3 Only open the info page on install 2022-01-14 18:47:40 +00:00
Alyssa X
06bc534bc7
Merge pull request #23 from agilgur5/1-tab-indentation
format: consistently use 1 tab indentation
2022-01-14 18:33:44 +01:00
Anton Gilgur
541a6e95ea format: consistently use 1 tab indentation
- previously, the formatting was mixed, with spaces and tabs in the same
  file, and sometimes even on the same line

- seemed like the overall preference was for tabs, so converted all
  files to use 1-tab indentation

- fix any mixed indentation errors
- fix any 2-tab / 4-space indentation errors to use 1-tab instead
2022-01-14 12:17:34 -05:00
Alyssa X
6848cab24e Merge branch 'master' of https://github.com/alyssaxuu/omni 2022-01-14 16:03:18 +00:00
Alyssa X
92e9911ddc Arrow keys fixed 2022-01-14 16:03:15 +00:00
Alyssa X
5e9ebbfe76
Update README.md 2022-01-14 15:16:46 +01:00
Alyssa X
477f6ec0c3 Multiple changes
Autocomplete commands, remove with one keypress.

Optimization changes, only show 100 bookmarks on load, search in the background script.
2022-01-14 14:06:48 +00:00
Alyssa X
498c89286d Merge branch 'master' of https://github.com/alyssaxuu/omni 2022-01-14 13:36:21 +00:00