Skip to content

Commit 5231204

Browse files
committed
feat: add Tile Drag and Drop support
- Enhanced color theme and application logic. - Improved tile rendering and drag-and-drop functionality. - Modified Page and Tab classes to include parentId in constructors. - Added defaultPath_history to Settings class - Updated README to reflect new features and changes.
1 parent e4f2ad5 commit 5231204

File tree

9 files changed

+568
-367
lines changed

9 files changed

+568
-367
lines changed

_locales/en/messages.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"advanced": {
1818
"message": "Advanced"
1919
},
20-
"topSites": {
20+
"top_sites": {
2121
"message": "Top sites"
2222
},
2323
"history": {
@@ -194,12 +194,18 @@
194194
"open_side_panel": {
195195
"message": "Click to open / close Side panel"
196196
},
197-
"theme": {
198-
"message": "Theme"
197+
"expert": {
198+
"message": "Expert"
199+
},
200+
"custom_theme_placeholder": {
201+
"message": "Use CSS styles here to customize the interface, e.g.:\n\n.header {\n position: sticky;\n top: 0;\n z-index: 999;\n}\n.navigation {\n margin: 0;\n}\n.tile-title {\n background: var(--color-overlay);\n position: absolute;\n bottom: 0;\n padding: 5px;\n}\n\nFor more: https://www.w3schools.com/css/"
199202
},
200203
"create_url_footnote": {
201204
"message": "Leave blank to create a folder"
202205
},
206+
"hi": {
207+
"message": "Hi!"
208+
},
203209
"welcome_title": {
204210
"message": "Quick Access"
205211
},
@@ -210,7 +216,7 @@
210216
"message": "To get started, select what you would like to see here:"
211217
},
212218
"welcome_permissions2": {
213-
"message": "You can change these in the <b>Settings</b> at any time."
219+
"message": "You can change these in the Settings at any time."
214220
},
215221
"welcome_footnote": {
216222
"message": "Your settings will be synced to your Chrome account automatically so you can enjoy the same great experience across all your devices."

_locales/hu/messages.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"advanced": {
1818
"message": "Haladó"
1919
},
20-
"topSites": {
20+
"top_sites": {
2121
"message": "Gyakori oldalak"
2222
},
2323
"history": {
@@ -194,12 +194,18 @@
194194
"open_side_panel": {
195195
"message": "Oldalsó panel megnyitása / bezárása"
196196
},
197-
"theme": {
198-
"message": "Téma"
197+
"expert": {
198+
"message": "Szakértő"
199+
},
200+
"custom_theme_placeholder": {
201+
"message": "Használj CSS stílusokat a testreszabáshoz, pl.:\n\n.header {\n position: sticky;\n top: 0;\n z-index: 999;\n}\n.navigation {\n margin: 0;\n}\n.tile-title {\n background: var(--color-overlay);\n position: absolute;\n bottom: 0;\n padding: 5px;\n}\n\nTovábbi infók: https://www.w3schools.com/css/"
199202
},
200203
"create_url_footnote": {
201204
"message": "Mappa létrehozásához hagyja üresen"
202205
},
206+
"hi": {
207+
"message": "Szia!"
208+
},
203209
"welcome_title": {
204210
"message": "Gyors elérés"
205211
},
@@ -210,7 +216,7 @@
210216
"message": "Kezdésnek válaszd ki, mit szeretnél itt látni:"
211217
},
212218
"welcome_permissions2": {
213-
"message": "Ezt később a <b>Beállítások</b> közt bármikor módosíthatod."
219+
"message": "Ezt később a beállítások közt bármikor módosíthatod."
214220
},
215221
"welcome_footnote": {
216222
"message": "Beállításaid automatikusan a Chrome fiókodba szinkronizáljuk, így minden eszközödön egyformán klassz élményben legyen részed."

0 commit comments

Comments
 (0)