Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

storage refactoring #41

Open
wants to merge 51 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
827472e
chore: init sqlite database
notmedia Dec 14, 2022
39d186b
chore: init splash screen
notmedia Dec 17, 2022
7d6376f
chore: update splash styles
notmedia Dec 17, 2022
bb90a5c
chore: update splash screen text while loading
notmedia Dec 17, 2022
0c2637f
chore: added migrations logic, run them on app strat
notmedia Dec 18, 2022
9158bfe
chore: update migration and settings entity
notmedia Dec 19, 2022
da5a484
chore: add test database bindings
notmedia Dec 19, 2022
d267759
chore: moved theme settings to new store
notmedia Dec 21, 2022
976ea75
chore: add types for store, some refactor
notmedia Dec 22, 2022
64f35c1
chore: migrate settings storage to sqlite
notmedia Dec 22, 2022
9aed6c8
chore: update settings state interface
notmedia Dec 22, 2022
c20c234
chore: migrate environments storage to sqlite
notmedia Dec 23, 2022
2cef9cf
chore: fixed typos
notmedia Dec 23, 2022
62c6ffb
chore: migrate tls-presets storage to sqlite
notmedia Dec 23, 2022
d89821c
chore: fixes
notmedia Dec 23, 2022
6762d8c
chore: update dependencies
notmedia Dec 23, 2022
986cc1d
chore: fixed tls-preset remove
notmedia Dec 23, 2022
253d151
chore: init collection and service entities
notmedia Dec 25, 2022
942c495
chore: add methods
notmedia Dec 26, 2022
d57277d
chore: update dependencies
notmedia Dec 26, 2022
a156228
feat: migrate to vite
notmedia Jan 4, 2023
a898b5e
chore: fixed icons, style loading
notmedia Jan 4, 2023
3805f22
feat: show error on startup if something went wrong
notmedia Jan 8, 2023
1c663af
chore: add DEVELOPMENT.md
notmedia Jan 8, 2023
05b5fcf
chore: fix typo in development.md
notmedia Jan 8, 2023
35a04fb
chore: codacity fixes
notmedia Jan 8, 2023
054dccb
chore: codacy fix
notmedia Jan 8, 2023
239f449
chore: update buttons
notmedia Jan 8, 2023
dca71cf
chore: update electron builder config
notmedia Jan 8, 2023
05d68fa
chore: add mapper for settings and tls-presets
notmedia Jan 11, 2023
6da71f3
chore: fix jest config
notmedia Jan 11, 2023
d3f496d
chore: add mappings for envrionments, add collection, service and method
notmedia Jan 13, 2023
bcbc23b
Merge branch 'master' into feature/storage-refactoring
notmedia Jan 16, 2023
982eae5
Merge branch 'master' into feature/storage-refactoring
notmedia Jan 17, 2023
7c6e23e
chore: init new collection classes
notmedia Jan 18, 2023
aabda2d
chore: update docs
notmedia Feb 6, 2023
95cf5bb
Merge branch 'master' into feature/storage-refactoring
notmedia Feb 6, 2023
f74e5e9
feat: add @getezy/grpc-client package
notmedia Feb 14, 2023
3b9f566
chore: some updates
notmedia Feb 17, 2023
c881de9
chore: update core entities
notmedia Feb 18, 2023
c573733
chore: update core entities
notmedia Feb 18, 2023
f9b37d7
chore: init new tabs entity
notmedia Feb 22, 2023
f6ff250
chore: init tabs
notmedia Mar 16, 2023
989de47
chore: update dependencies
notmedia Mar 16, 2023
85cfa05
chore: some fixes
notmedia Mar 27, 2023
2b68adc
chore: some tunes
notmedia Mar 28, 2023
7f9a671
chore: add boundned app storage
notmedia Mar 28, 2023
e689d41
chore: tls
notmedia Apr 7, 2023
d946e94
chore: setup vite for grpc-client
notmedia Apr 12, 2023
f53dad0
chore: update vite config
notmedia Apr 12, 2023
d301029
Some work
notmedia May 17, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: update buttons
  • Loading branch information
notmedia committed Jan 8, 2023
commit 239f4495d89dc6150a0eab790c28502c93a05bd6
2 changes: 1 addition & 1 deletion src/ui/common/components/buttons/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from './ezy.button';
export * from './copy-to-clipboard';
export * from './copy-to-clipboard.button';