commit 4c51d5133c4987fa1f6cfd919786a732af7f71fd Author: samtiz Date: Fri Jul 4 14:31:04 2025 +0900 Initial Commit diff --git a/.firebaserc b/.firebaserc new file mode 100644 index 0000000..c3724db --- /dev/null +++ b/.firebaserc @@ -0,0 +1,5 @@ +{ + "projects": { + "default": "pickle-3651a" + } +} diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..09f6325 --- /dev/null +++ b/.gitignore @@ -0,0 +1,116 @@ +# Logs +src/data +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +lerna-debug.log* + +# Diagnostic reports (https://nodejs.org/api/report.html) +report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json + +# Runtime data +pids +*.pid +*.seed +*.pid.lock +.DS_Store + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage +*.lcov + +# nyc test coverage +.nyc_output + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (https://nodejs.org/api/addons.html) +build/Release + +# Dependency directories +node_modules/ +jspm_packages/ + +# TypeScript v1 declaration files +typings/ + +# TypeScript cache +*.tsbuildinfo + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# Optional REPL history +.node_repl_history + +# Output of 'npm pack' +*.tgz + +# Yarn Integrity file +.yarn-integrity + +# dotenv environment variables file +.env +.env.test + +# parcel-bundler cache (https://parceljs.org/) +.cache + +# next.js build output +.next + +# nuxt.js build output +.nuxt + +# vuepress build output +.vuepress/dist + +# Serverless directories +.serverless/ + +# FuseBox cache +.fusebox/ + +# DynamoDB Local files +.dynamodb/ + +# Webpack +.webpack/ + +# Vite +.vite/ + +# Electron-Forge +out/ +.specstory +.specstory/ + +data/pickleglass.db +pickleglass_web/backend/__pycache__/ +pickleglass_web/venv/ + +# Node / JS +node_modules/ +npm-debug.log +yarn-error.log +package-lock.json + +# Database +data/*.db +data/*.db-journal +data/*.db-shm +data/*.db-wal + +# Build output +out/ +dist/ +build/ \ No newline at end of file diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..d422cf4 --- /dev/null +++ b/.npmrc @@ -0,0 +1,3 @@ +better-sqlite3:ignore-scripts=true +electron-deeplink:ignore-scripts=true +sharp:ignore-scripts=true \ No newline at end of file diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000..1734101 --- /dev/null +++ b/.prettierignore @@ -0,0 +1,2 @@ +src/assets +node_modules diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..2ef7ebb --- /dev/null +++ b/.prettierrc @@ -0,0 +1,10 @@ +{ + "semi": true, + "tabWidth": 4, + "printWidth": 150, + "singleQuote": true, + "trailingComma": "es5", + "bracketSpacing": true, + "arrowParens": "avoid", + "endOfLine": "lf" +} diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..972944b --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "search.useIgnoreFiles": true +} \ No newline at end of file diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e72bfdd --- /dev/null +++ b/LICENSE @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..610bf7b --- /dev/null +++ b/README.md @@ -0,0 +1,102 @@ +

+ + Logo + + +

Glass by Pickle: Digital Mind Extension 🧠

+ +

+ + +

+ Pickle DiscordPickle WebsiteFollow Daniel +

+ +> This project is a fork of [CheatingDaddy](https://github.com/sohzm/cheating-daddy) with modifications and enhancements. Thanks to [Soham](https://x.com/soham_btw) and all the open-source contributors who made this possible! + +πŸ€– **Fast, light & open-source**β€”Glass lives on your desktop, sees what you see, listens in real time, understands your context, and turns every moment into structured knowledge. + +πŸ’¬ **Proactive in meetings**β€”it surfaces action items, summaries, and answers the instant you need them. + +πŸ«₯️ **Truly invisible**β€”never shows up in screen recordings, screenshots, or your dock; no always-on capture or hidden sharing. + +To have fun building with us, join our [Discord](https://discord.gg/UCZH5B5Hpd)! + +## Instant Launch + +⚑️ Β Skip the setupβ€”launch instantly with our ready-to-run macOS app. [[Download Here]](https://www.dropbox.com/scl/fi/znid09apxiwtwvxer6oc9/Glass_latest.dmg?rlkey=gwvvyb3bizkl25frhs4k1zwds&st=37q31b4w&dl=1) + +## Quick Start (Local Build) + +### Prerequisites + +First download & install [Python](https://www.python.org/downloads/) and [Node](https://nodejs.org/en/download). +If you are using Windows, you need to also install [Build Tools for Visual Studio](https://visualstudio.microsoft.com/downloads/) + +Ensure you're using Node.js version 20.x.x to avoid build errors with native dependencies. + +```bash +# Check your Node.js version +node --version + +# If you need to install Node.js 20.x.x, we recommend using nvm: +# curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash +# nvm install 20 +# nvm use 20 +``` + +### Installation + +```bash +npm run setup +``` + +## Highlights + + +### Ask: get answers based on all your previous screen actions & audio + +booking-screen + +### Meetings: real-time meeting notes, live summaries, session records + +booking-screen + +### Use your own OpenAI API key, or sign up to use ours (free) + +booking-screen + +You can visit [here](https://platform.openai.com/api-keys) to get your OpenAI API Key. + +### Liquid Glass Design (coming soon) + +booking-screen + +

+ for a more detailed guide, please refer to this video. + + we don't waste money on fancy vids; we just code. + +

+ + +## Keyboard Shortcuts + +`Ctrl/Cmd + \` : show and hide main window + +`Ctrl/Cmd + Enter` : ask AI using all your previous screen and audio + +`Ctrl/Cmd + Arrows` : move main window position + +## Contributing + +We love contributions! Feel free to open issues for bugs or feature requests. + +## About Pickle + +**Our mission is to build a living digital clone for everyone.** Glass is part of Step 1β€”a trusted pipeline that transforms your daily data into a scalable clone. Visit [pickle.com](https://pickle.com) to learn more. + +## Star History + + + diff --git a/build.js b/build.js new file mode 100644 index 0000000..a56b5e2 --- /dev/null +++ b/build.js @@ -0,0 +1,57 @@ +const esbuild = require('esbuild'); +const path = require('path'); + +const baseConfig = { + bundle: true, + platform: 'browser', + format: 'esm', + loader: { '.js': 'jsx' }, + sourcemap: true, + external: ['electron'], + define: { + 'process.env.NODE_ENV': `"${process.env.NODE_ENV || 'development'}"`, + }, +}; + +const entryPoints = [ + { in: 'src/app/HeaderController.js', out: 'public/build/header' }, + { in: 'src/app/PickleGlassApp.js', out: 'public/build/content' }, +]; + +async function build() { + try { + console.log('Building renderer process code...'); + await Promise.all(entryPoints.map(point => esbuild.build({ + ...baseConfig, + entryPoints: [point.in], + outfile: `${point.out}.js`, + }))); + console.log('βœ… Renderer builds successful!'); + } catch (e) { + console.error('Renderer build failed:', e); + process.exit(1); + } +} + +async function watch() { + try { + const contexts = await Promise.all(entryPoints.map(point => esbuild.context({ + ...baseConfig, + entryPoints: [point.in], + outfile: `${point.out}.js`, + }))); + + console.log('Watching for changes...'); + await Promise.all(contexts.map(context => context.watch())); + + } catch (e) { + console.error('Watch mode failed:', e); + process.exit(1); + } +} + +if (process.argv.includes('--watch')) { + watch(); +} else { + build(); +} \ No newline at end of file diff --git a/electron-builder.yml b/electron-builder.yml new file mode 100644 index 0000000..532f4ef --- /dev/null +++ b/electron-builder.yml @@ -0,0 +1,36 @@ +# electron-builder.yml + +# The unique application ID +appId: com.pickle.glass + +# The user-facing application name +productName: Glass + +# Publish configuration for GitHub releases +publish: + provider: github + owner: pickle-com + repo: glass + releaseType: draft + +# List of files to be included in the app package +files: + - src/**/* + - package.json + - pickleglass_web/backend_node/**/* + - '!**/node_modules/electron/**' + - public/build/**/* + +# Additional resources to be copied into the app's resources directory +extraResources: + - from: src/assets/SystemAudioDump + to: SystemAudioDump + - from: pickleglass_web/out + to: out + +# macOS specific configuration +mac: + # The application category type + category: public.app-category.utilities + # Path to the .icns icon file + icon: src/assets/logo.icns \ No newline at end of file diff --git a/entitlements.plist b/entitlements.plist new file mode 100644 index 0000000..240a1a3 --- /dev/null +++ b/entitlements.plist @@ -0,0 +1,28 @@ + + + + + com.apple.security.cs.allow-jit + + com.apple.security.cs.allow-unsigned-executable-memory + + com.apple.security.cs.debugger + + com.apple.security.cs.disable-library-validation + + com.apple.security.device.audio-input + + com.apple.security.device.microphone + + com.apple.security.network.client + + com.apple.security.network.server + + com.apple.security.temporary-exception.mach-lookup.global-name + + com.deeplink.pickleglass.MachPortRendezvousServer.* + + com.apple.security.app-sandbox + + + \ No newline at end of file diff --git a/firebase.json b/firebase.json new file mode 100644 index 0000000..a3edd99 --- /dev/null +++ b/firebase.json @@ -0,0 +1,36 @@ +{ + "functions": [ + { + "source": "functions", + "codebase": "pickle-glass", + "ignore": [ + "node_modules", + ".git", + "firebase-debug.log", + "firebase-debug.*.log", + "*.local" + ], + "predeploy": [ + "npm --prefix \"$RESOURCE_DIR\" run lint" + ] + } + ], + "firestore": { + "rules": "firestore.rules", + "indexes": "firestore.indexes.json" + }, + "hosting": { + "public": "pickleglass_web/out", + "ignore": [ + "firebase.json", + "**/.*", + "**/node_modules/**" + ], + "rewrites": [ + { + "source": "**", + "destination": "/index.html" + } + ] + } +} diff --git a/firestore.indexes.json b/firestore.indexes.json new file mode 100644 index 0000000..f028cbf --- /dev/null +++ b/firestore.indexes.json @@ -0,0 +1,4 @@ +{ + "indexes": [], + "fieldOverrides": [] +} \ No newline at end of file diff --git a/forge.config.js b/forge.config.js new file mode 100644 index 0000000..4f0bd19 --- /dev/null +++ b/forge.config.js @@ -0,0 +1,86 @@ +const { FusesPlugin } = require('@electron-forge/plugin-fuses'); +const { FuseV1Options, FuseVersion } = require('@electron/fuses'); +const { notarizeApp } = require('./notarize'); + +module.exports = { + packagerConfig: { + asar: { + unpack: + '**/*.node,**/*.dylib,' + + '**/node_modules/{sharp,@img}/**/*' + }, + extraResource: ['./src/assets/SystemAudioDump', './pickleglass_web/out'], + name: 'Glass', + icon: 'src/assets/logo', + appBundleId: 'com.pickle.glass', + protocols: [ + { + name: 'PickleGlass Protocol', + schemes: ['pickleglass'] + } + ], + asarUnpack: [ + "**/*.node", + "**/*.dylib", + "node_modules/@img/sharp-darwin-arm64/**", + "node_modules/@img/sharp-libvips-darwin-arm64/**" + ], + osxSign: { + identity: process.env.APPLE_SIGNING_IDENTITY, + 'hardened-runtime': true, + entitlements: 'entitlements.plist', + 'entitlements-inherit': 'entitlements.plist', + }, + osxNotarize: { + tool: 'notarytool', + appleId: process.env.APPLE_ID, + appleIdPassword: process.env.APPLE_ID_PASSWORD, + teamId: process.env.APPLE_TEAM_ID + } + }, + rebuildConfig: {}, + makers: [ + { + name: '@electron-forge/maker-squirrel', + config: { + name: 'pickle-glass', + productName: 'Glass', + shortcutName: 'Glass', + createDesktopShortcut: true, + createStartMenuShortcut: true, + }, + }, + { + name: '@electron-forge/maker-dmg', + platforms: ['darwin'], + }, + { + name: '@electron-forge/maker-deb', + config: {}, + }, + { + name: '@electron-forge/maker-rpm', + config: {}, + }, + ], + hooks: { + afterSign: async (context, forgeConfig, platform, arch, appPath) => { + await notarizeApp(context, forgeConfig, platform, arch, appPath); + }, + }, + plugins: [ + { + name: '@electron-forge/plugin-auto-unpack-natives', + config: {}, + }, + new FusesPlugin({ + version: FuseVersion.V1, + [FuseV1Options.RunAsNode]: false, + [FuseV1Options.EnableCookieEncryption]: true, + [FuseV1Options.EnableNodeOptionsEnvironmentVariable]: false, + [FuseV1Options.EnableNodeCliInspectArguments]: false, + [FuseV1Options.EnableEmbeddedAsarIntegrityValidation]: true, + [FuseV1Options.OnlyLoadAppFromAsar]: false, + }), + ], +}; diff --git a/functions/.eslintrc.js b/functions/.eslintrc.js new file mode 100644 index 0000000..f4cb76c --- /dev/null +++ b/functions/.eslintrc.js @@ -0,0 +1,28 @@ +module.exports = { + env: { + es6: true, + node: true, + }, + parserOptions: { + "ecmaVersion": 2018, + }, + extends: [ + "eslint:recommended", + "google", + ], + rules: { + "no-restricted-globals": ["error", "name", "length"], + "prefer-arrow-callback": "error", + "quotes": ["error", "double", {"allowTemplateLiterals": true}], + }, + overrides: [ + { + files: ["**/*.spec.*"], + env: { + mocha: true, + }, + rules: {}, + }, + ], + globals: {}, +}; diff --git a/functions/.gitignore b/functions/.gitignore new file mode 100644 index 0000000..21ee8d3 --- /dev/null +++ b/functions/.gitignore @@ -0,0 +1,2 @@ +node_modules/ +*.local \ No newline at end of file diff --git a/functions/index.js b/functions/index.js new file mode 100644 index 0000000..964c3d6 --- /dev/null +++ b/functions/index.js @@ -0,0 +1,90 @@ +/** + * Import function triggers from their respective submodules: + * + * const {onCall} = require("firebase-functions/v2/https"); + * const {onDocumentWritten} = require("firebase-functions/v2/firestore"); + * + * See a full list of supported triggers at https://firebase.google.com/docs/functions + */ + +const {onRequest} = require("firebase-functions/v2/https"); +const logger = require("firebase-functions/logger"); +const admin = require("firebase-admin"); +const cors = require("cors")({origin: true}); + +admin.initializeApp(); + +// Create and deploy your first functions +// https://firebase.google.com/docs/functions/get-started + +// exports.helloWorld = onRequest((request, response) => { +// logger.info("Hello logs!", {structuredData: true}); +// response.send("Hello from Firebase!"); +// }); + +/** + * @name pickleGlassAuthCallback + * @description + * Validate Firebase ID token and return custom token. + * On success, return success response with user information. + * On failure, return error message. + * + * @param {object} request - HTTPS request object. Contains { token: "..." } in body. + * @param {object} response - HTTPS response object. + */ +const authCallbackHandler = (request, response) => { + cors(request, response, async () => { + try { + logger.info("pickleGlassAuthCallback function triggered", { + body: request.body, + }); + + if (request.method !== "POST") { + response.status(405).send("Method Not Allowed"); + return; + } + if (!request.body || !request.body.token) { + logger.error("Token is missing from the request body"); + response.status(400).send({ + success: false, + error: "ID token is required.", + }); + return; + } + + const idToken = request.body.token; + logger.info("Received token:", idToken.substring(0, 20) + "..."); + + const decodedToken = await admin.auth().verifyIdToken(idToken); + const uid = decodedToken.uid; + + logger.info("Successfully verified token for UID:", uid); + + const customToken = await admin.auth().createCustomToken(uid); + + response.status(200).send({ + success: true, + message: "Authentication successful.", + user: { + uid: decodedToken.uid, + email: decodedToken.email, + name: decodedToken.name, + picture: decodedToken.picture, + }, + customToken, + }); + } catch (error) { + logger.error("Authentication failed:", error); + response.status(401).send({ + success: false, + error: "Invalid token or authentication failed.", + details: error.message, + }); + } + }); +}; + +exports.pickleGlassAuthCallback = onRequest( + {region: "us-west1"}, + authCallbackHandler, +); diff --git a/functions/package.json b/functions/package.json new file mode 100644 index 0000000..3478f7b --- /dev/null +++ b/functions/package.json @@ -0,0 +1,27 @@ +{ + "name": "functions", + "description": "Cloud Functions for Firebase", + "scripts": { + "lint": "eslint . --fix", + "serve": "firebase emulators:start --only functions", + "shell": "firebase functions:shell", + "start": "npm run shell", + "deploy": "firebase deploy --only functions", + "logs": "firebase functions:log" + }, + "engines": { + "node": "18" + }, + "main": "index.js", + "dependencies": { + "cors": "^2.8.5", + "firebase-admin": "^12.7.0", + "firebase-functions": "^6.0.1" + }, + "devDependencies": { + "eslint": "^8.15.0", + "eslint-config-google": "^0.14.0", + "firebase-functions-test": "^3.1.0" + }, + "private": true +} diff --git a/notarize.js b/notarize.js new file mode 100644 index 0000000..df38397 --- /dev/null +++ b/notarize.js @@ -0,0 +1,27 @@ +const { notarize } = require('@electron/notarize'); + +exports.notarizeApp = async function (context) { + if (context.electronPlatformName !== 'darwin') { + return; + } + + console.log(' notarizing a macOS build!'); + + const { appOutDir } = context; + const appName = context.packager.appInfo.productFilename; + const appPath = `${appOutDir}/${appName}.app`; + + if (!process.env.APPLE_ID || !process.env.APPLE_ID_PASSWORD || !process.env.APPLE_TEAM_ID) { + throw new Error('APPLE_ID, APPLE_ID_PASSWORD, and APPLE_TEAM_ID environment variables are required for notarization.'); + } + + await notarize({ + appBundleId: 'com.pickle.glass', + appPath: appPath, + appleId: process.env.APPLE_ID, + appleIdPassword: process.env.APPLE_ID_PASSWORD, + teamId: process.env.APPLE_TEAM_ID, + }); + + console.log(`Successfully notarized ${appName}`); +}; \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..b5eaa2a --- /dev/null +++ b/package.json @@ -0,0 +1,69 @@ +{ + "name": "pickle-glass", + "productName": "Glass", + "version": "0.1.1", + "description": "Cl*ely for Free", + "main": "src/index.js", + "scripts": { + "setup": "npm install && cd pickleglass_web && npm install && npm run build && cd .. && npm start", + "start": "npm run build:renderer && electron-forge start", + "package": "npm run build:renderer && electron-forge package", + "make": "npm run build:renderer && electron-forge make", + "build": "npm run build:renderer && electron-builder --config electron-builder.yml --publish never", + "publish": "npm run build:renderer && electron-builder --config electron-builder.yml --publish always", + "lint": "eslint --ext .ts,.tsx,.js .", + "postinstall": "electron-builder install-app-deps", + "build:renderer": "node build.js", + "watch:renderer": "node build.js --watch" + }, + "keywords": [ + "glass", + "pickle glass", + "ai assistant", + "real-time", + "live summary", + "contextual ai" + ], + "author": { + "name": "Pickle Team" + }, + "license": "GPL-3.0", + "dependencies": { + "axios": "^1.10.0", + "better-sqlite3": "^9.4.3", + "cors": "^2.8.5", + "dotenv": "^17.0.0", + "electron-deeplink": "^1.0.10", + "electron-squirrel-startup": "^1.0.1", + "electron-store": "^8.2.0", + "electron-updater": "^6.6.2", + "express": "^4.18.2", + "firebase": "^11.10.0", + "firebase-admin": "^13.4.0", + "jsonwebtoken": "^9.0.2", + "node-fetch": "^2.7.0", + "openai": "^4.70.0", + "react-hot-toast": "^2.5.2", + "sharp": "^0.34.2", + "sqlite3": "^5.1.7", + "validator": "^13.11.0", + "wait-on": "^8.0.3", + "ws": "^8.18.0" + }, + "devDependencies": { + "@electron-forge/cli": "^7.8.1", + "@electron-forge/maker-deb": "^7.8.1", + "@electron-forge/maker-dmg": "^7.8.1", + "@electron-forge/maker-rpm": "^7.8.1", + "@electron-forge/maker-squirrel": "^7.8.1", + "@electron-forge/maker-zip": "^7.8.1", + "@electron-forge/plugin-auto-unpack-natives": "^7.8.1", + "@electron-forge/plugin-fuses": "^7.8.1", + "@electron/fuses": "^1.8.0", + "@electron/notarize": "^2.5.0", + "electron": "^30.5.1", + "electron-builder": "^26.0.12", + "electron-reloader": "^1.2.3", + "esbuild": "^0.25.5" + } +} diff --git a/pickleglass_web/Dockerfile.backend b/pickleglass_web/Dockerfile.backend new file mode 100644 index 0000000..74a4526 --- /dev/null +++ b/pickleglass_web/Dockerfile.backend @@ -0,0 +1,17 @@ +FROM python:3.11-slim + +WORKDIR /app + +RUN apt-get update && apt-get install -y \ + gcc \ + && rm -rf /var/lib/apt/lists/* + +COPY requirements.txt . + +RUN pip install --no-cache-dir -r requirements.txt + +COPY backend/ . + +EXPOSE 8000 + +CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000", "--reload"] \ No newline at end of file diff --git a/pickleglass_web/Dockerfile.frontend b/pickleglass_web/Dockerfile.frontend new file mode 100644 index 0000000..5cb13b4 --- /dev/null +++ b/pickleglass_web/Dockerfile.frontend @@ -0,0 +1,15 @@ +FROM node:18-alpine + +WORKDIR /app + +COPY package*.json ./ + +RUN npm ci --only=production + +COPY . . + +RUN npm run build + +EXPOSE 3000 + +CMD ["npm", "start"] \ No newline at end of file diff --git a/pickleglass_web/app/activity/details/page.tsx b/pickleglass_web/app/activity/details/page.tsx new file mode 100644 index 0000000..f00f71a --- /dev/null +++ b/pickleglass_web/app/activity/details/page.tsx @@ -0,0 +1,149 @@ +'use client' + +import { useState, useEffect, Suspense } from 'react' +import { useRedirectIfNotAuth } from '@/utils/auth' +import { useSearchParams } from 'next/navigation' +import Link from 'next/link' +import { + UserProfile, + SessionDetails, + Transcript, + AiMessage, + getSessionDetails, +} from '@/utils/api' + +type ConversationItem = (Transcript & { type: 'transcript' }) | (AiMessage & { type: 'ai_message' }); + +const Section = ({ title, children }: { title: string, children: React.ReactNode }) => ( +
+

{title}

+
+ {children} +
+
+); + +function SessionDetailsContent() { + const userInfo = useRedirectIfNotAuth() as UserProfile | null; + const [sessionDetails, setSessionDetails] = useState(null); + const [isLoading, setIsLoading] = useState(true); + const searchParams = useSearchParams(); + const sessionId = searchParams.get('sessionId'); + + useEffect(() => { + if (userInfo && sessionId) { + const fetchDetails = async () => { + setIsLoading(true); + try { + const details = await getSessionDetails(sessionId as string); + setSessionDetails(details); + } catch (error) { + console.error('Failed to load session details:', error); + } finally { + setIsLoading(false); + } + }; + fetchDetails(); + } + }, [userInfo, sessionId]); + + if (!userInfo || isLoading) { + return ( +
+
+
+

Loading session details...

+
+
+ ); + } + + if (!sessionDetails) { + return ( +
+
+

Session Not Found

+

The requested session could not be found.

+ + ← Back to Activity + +
+
+ ) + } + + const combinedConversation = [ + ...sessionDetails.transcripts.map(t => ({ ...t, type: 'transcript' as const, created_at: t.start_at })), + ...sessionDetails.ai_messages.map(m => ({ ...m, type: 'ai_message' as const, created_at: m.sent_at })) + ].sort((a, b) => (a.created_at || 0) - (b.created_at || 0)); + + const audioTranscripts = sessionDetails.transcripts.filter(t => t.speaker !== 'Me'); + + return ( +
+
+
+ + + + + Back + +
+ +
+
+

+ {sessionDetails.session.title || `Conversation on ${new Date(sessionDetails.session.started_at * 1000).toLocaleDateString()}`} +

+
+ {new Date(sessionDetails.session.started_at * 1000).toLocaleDateString('en-US', { month: 'long', day: 'numeric', year: 'numeric' })} + {new Date(sessionDetails.session.started_at * 1000).toLocaleTimeString('en-US', { hour: 'numeric', minute: '2-digit', hour12: true })} +
+
+ + {sessionDetails.summary && ( +
+

"{sessionDetails.summary.tldr}"

+
+ )} + +
+ {combinedConversation.map((item) => ( +

+ {(item.type === 'transcript' && item.speaker === 'Me') || (item.type === 'ai_message' && item.role === 'user') ? 'You: ' : 'AI: '} + {item.type === 'transcript' ? item.text : item.content} +

+ ))} + {combinedConversation.length === 0 &&

No notes recorded for this session.

} +
+ +
+ {audioTranscripts.length > 0 ? ( +
    + {audioTranscripts.map(t =>
  • {t.text}
  • )} +
+ ) : ( +

No audio transcript available for this session.

+ )} +
+
+
+
+ ); +} + +export default function SessionDetailsPage() { + return ( + +
+
+

Loading...

+
+ + }> + +
+ ); +} \ No newline at end of file diff --git a/pickleglass_web/app/activity/page.tsx b/pickleglass_web/app/activity/page.tsx new file mode 100644 index 0000000..2909c45 --- /dev/null +++ b/pickleglass_web/app/activity/page.tsx @@ -0,0 +1,97 @@ +'use client' + +import { useState, useEffect } from 'react' +import Link from 'next/link' +import { useRedirectIfNotAuth } from '@/utils/auth' +import { + UserProfile, + Session, + getSessions, +} from '@/utils/api' + +export default function ActivityPage() { + const userInfo = useRedirectIfNotAuth() as UserProfile | null; + const [sessions, setSessions] = useState([]) + const [isLoading, setIsLoading] = useState(true) + + const fetchSessions = async () => { + try { + const fetchedSessions = await getSessions(); + setSessions(fetchedSessions); + } catch (error) { + console.error('Failed to fetch conversations:', error) + } finally { + setIsLoading(false) + } + } + + useEffect(() => { + fetchSessions() + }, []) + + if (!userInfo) { + return ( +
+
+
+

Loading...

+
+
+ ) + } + + const getGreeting = () => { + const hour = new Date().getHours() + if (hour < 12) return 'Good morning' + if (hour < 18) return 'Good afternoon' + return 'Good evening' + } + + return ( +
+
+
+

+ {getGreeting()}, {userInfo.display_name} +

+
+
+

+ Your Past Activity +

+ {isLoading ? ( +
+
+

Loading conversations...

+
+ ) : sessions.length > 0 ? ( +
+ {sessions.map((session) => ( + +
+

{session.title || `Conversation - ${new Date(session.started_at * 1000).toLocaleDateString()}`}

+ + {new Date(session.started_at * 1000).toLocaleString()} + +
+ + Conversation + + + ))} +
+ ) : ( +
+

+ No conversations yet. Start a conversation in the desktop app to see your activity here. +

+
+ πŸ’‘ Tip: Use the desktop app to have AI-powered conversations that will appear here automatically. +
+
+ )} +
+
+
+ ) +} \ No newline at end of file diff --git a/pickleglass_web/app/download/page.tsx b/pickleglass_web/app/download/page.tsx new file mode 100644 index 0000000..79e9c31 --- /dev/null +++ b/pickleglass_web/app/download/page.tsx @@ -0,0 +1,102 @@ +'use client' + +import { Download, Smartphone, Monitor, Tablet } from 'lucide-react' +import { useRedirectIfNotAuth } from '@/utils/auth' + +export default function DownloadPage() { + const userInfo = useRedirectIfNotAuth() + + if (!userInfo) { + return ( +
+
+
+

Loading...

+
+
+ ) + } + + return ( +
+
+

Download pickleglass

+

+ Use pickleglass on various platforms +

+ +
+
+ +

Desktop

+

Windows, macOS, Linux

+ +
+ +
+ +

Mobile

+

iOS, Android

+
+ + +
+
+ +
+ +

Tablet

+

iPad, Android Tablet

+ +
+
+ +
+

System Requirements

+
+
+

Windows

+
    +
  • β€’ Windows 10 or later
  • +
  • β€’ 4GB RAM
  • +
  • β€’ 100MB Storage
  • +
+
+
+

macOS

+
    +
  • β€’ macOS 11.0 or later
  • +
  • β€’ 4GB RAM
  • +
  • β€’ 100MB Storage
  • +
+
+
+

Mobile

+
    +
  • β€’ iOS 14.0 or later
  • +
  • β€’ Android 8.0 or later
  • +
  • β€’ 50MB Storage
  • +
+
+
+
+ +
+

+ Having issues? Check out our Help Center. +

+
+
+
+ ) +} \ No newline at end of file diff --git a/pickleglass_web/app/globals.css b/pickleglass_web/app/globals.css new file mode 100644 index 0000000..85589d4 --- /dev/null +++ b/pickleglass_web/app/globals.css @@ -0,0 +1,34 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; + +:root { + --foreground-rgb: 0, 0, 0; + --background-start-rgb: 214, 219, 220; + --background-end-rgb: 255, 255, 255; +} + +@media (prefers-color-scheme: dark) { + :root { + --foreground-rgb: 255, 255, 255; + --background-start-rgb: 0, 0, 0; + --background-end-rgb: 0, 0, 0; + } +} + +body { + color: rgb(var(--foreground-rgb)); + background: linear-gradient( + to bottom, + transparent, + rgb(var(--background-end-rgb)) + ) + rgb(var(--background-start-rgb)); + letter-spacing: -0.03em; +} + +@layer utilities { + .text-balance { + text-wrap: balance; + } +} \ No newline at end of file diff --git a/pickleglass_web/app/help/page.tsx b/pickleglass_web/app/help/page.tsx new file mode 100644 index 0000000..5bc91d1 --- /dev/null +++ b/pickleglass_web/app/help/page.tsx @@ -0,0 +1,110 @@ +'use client' + +import { HelpCircle, Book, MessageCircle, Mail } from 'lucide-react' +import { useRedirectIfNotAuth } from '@/utils/auth' + +export default function HelpPage() { + const userInfo = useRedirectIfNotAuth() + + if (!userInfo) { + return ( +
+
+
+

Loading...

+
+
+ ) + } + + return ( +
+
+

Help Center

+ +
+
+
+ +

Getting Started

+
+

+ New to pickleglass? Learn about basic features and setup methods. +

+
    +
  • β€’ Setting up personalized contexts
  • +
  • β€’ Selecting presets and creating custom contexts
  • +
  • β€’ Checking activity records
  • +
  • β€’ Changing settings
  • +
+
+ +
+
+ +

Frequently Asked Questions

+
+

+ Check out frequently asked questions and answers from other users. +

+
+
+ + How do I change the context? + +

+ On the Personalize page, select a preset or enter a custom context, then click the Save button. +

+
+
+ + Where can I check my activity history? + +

+ You can check your past activity records on the My Activity page. +

+
+
+
+
+ +
+
+
+ +

Community

+
+

+ Connect with other users and share tips. +

+ +
+ +
+
+ +

Contact Us

+
+

+ Couldn't find a solution? Contact us directly. +

+ +
+
+ +
+

πŸ’‘ Tip

+

+ Each context is optimized for different situations. + Choose the appropriate preset for your work environment, + or create your own custom context! +

+
+
+
+ ) +} \ No newline at end of file diff --git a/pickleglass_web/app/layout.tsx b/pickleglass_web/app/layout.tsx new file mode 100644 index 0000000..c9a1b38 --- /dev/null +++ b/pickleglass_web/app/layout.tsx @@ -0,0 +1,26 @@ +import './globals.css' +import { Inter } from 'next/font/google' +import ClientLayout from '@/components/ClientLayout' + +const inter = Inter({ subsets: ['latin'] }) + +export const metadata = { + title: 'pickleglass - AI Assistant', + description: 'Personalized AI Assistant for various contexts', +} + +export default function RootLayout({ + children, +}: { + children: React.ReactNode +}) { + return ( + + + + {children} + + + + ) +} \ No newline at end of file diff --git a/pickleglass_web/app/login/page.tsx b/pickleglass_web/app/login/page.tsx new file mode 100644 index 0000000..60ab49a --- /dev/null +++ b/pickleglass_web/app/login/page.tsx @@ -0,0 +1,132 @@ +'use client' + +import { useRouter } from 'next/navigation' +import { GoogleAuthProvider, signInWithPopup } from 'firebase/auth' +import { auth } from '@/utils/firebase' +import { Chrome } from 'lucide-react' +import { useState, useEffect } from 'react' + +export default function LoginPage() { + const router = useRouter() + const [isLoading, setIsLoading] = useState(false) + const [isElectronMode, setIsElectronMode] = useState(false) + + useEffect(() => { + const urlParams = new URLSearchParams(window.location.search) + const mode = urlParams.get('mode') + setIsElectronMode(mode === 'electron') + }, []) + + const handleGoogleSignIn = async () => { + const provider = new GoogleAuthProvider() + setIsLoading(true) + + try { + const result = await signInWithPopup(auth, provider) + const user = result.user + + if (user) { + console.log('βœ… Google login successful:', user.uid) + + if (isElectronMode) { + try { + const idToken = await user.getIdToken() + + const deepLinkUrl = `pickleglass://auth-success?` + new URLSearchParams({ + uid: user.uid, + email: user.email || '', + displayName: user.displayName || '', + token: idToken + }).toString() + + console.log('πŸ”— Return to electron app via deep link:', deepLinkUrl) + + window.location.href = deepLinkUrl + + setTimeout(() => { + alert('Login completed. Please return to Pickle Glass app.') + }, 1000) + + } catch (error) { + console.error('❌ Deep link processing failed:', error) + alert('Login was successful but failed to return to app. Please check the app.') + } + } + else if (typeof window !== 'undefined' && window.require) { + try { + const { ipcRenderer } = window.require('electron') + const idToken = await user.getIdToken() + + ipcRenderer.send('firebase-auth-success', { + uid: user.uid, + displayName: user.displayName, + email: user.email, + idToken + }) + + console.log('πŸ“‘ Auth info sent to electron successfully') + } catch (error) { + console.error('❌ Electron communication failed:', error) + } + } + else { + router.push('/settings') + } + } + } catch (error: any) { + console.error('❌ Google login failed:', error) + + if (error.code !== 'auth/popup-closed-by-user') { + alert('An error occurred during login. Please try again.') + } + } finally { + setIsLoading(false) + } + } + + return ( +
+
+

Welcome to Pickle Glass

+

Sign in with your Google account to sync your data across all devices.

+ {isElectronMode ? ( +

πŸ”— Login requested from Electron app

+ ) : ( +

Local mode will run if you don't sign in.

+ )} +
+ +
+
+ + +
+ +
+
+ +

+ By signing in, you agree to our Terms of Service and Privacy Policy. +

+
+
+ ) +} \ No newline at end of file diff --git a/pickleglass_web/app/page.tsx b/pickleglass_web/app/page.tsx new file mode 100644 index 0000000..6b09af1 --- /dev/null +++ b/pickleglass_web/app/page.tsx @@ -0,0 +1,21 @@ +'use client' + +import { useEffect } from 'react' +import { useRouter } from 'next/navigation' + +export default function Home() { + const router = useRouter() + + useEffect(() => { + router.push('/personalize') + }, [router]) + + return ( +
+
+
+

Loading...

+
+
+ ) +} \ No newline at end of file diff --git a/pickleglass_web/app/personalize/page.tsx b/pickleglass_web/app/personalize/page.tsx new file mode 100644 index 0000000..1a0d562 --- /dev/null +++ b/pickleglass_web/app/personalize/page.tsx @@ -0,0 +1,172 @@ +'use client' + +import { useState, useEffect } from 'react' +import { ChevronDown } from 'lucide-react' +import { getPresets, updatePreset, PromptPreset } from '@/utils/api' + +export default function PersonalizePage() { + const [allPresets, setAllPresets] = useState([]); + const [selectedPreset, setSelectedPreset] = useState(null); + const [showPresets, setShowPresets] = useState(true); + const [editorContent, setEditorContent] = useState(''); + const [loading, setLoading] = useState(true); + const [saving, setSaving] = useState(false); + const [isDirty, setIsDirty] = useState(false); + + useEffect(() => { + const fetchData = async () => { + try { + setLoading(true); + const presetsData = await getPresets(); + setAllPresets(presetsData); + + if (presetsData.length > 0) { + const firstUserPreset = presetsData.find(p => p.is_default === 0) || presetsData[0]; + setSelectedPreset(firstUserPreset); + setEditorContent(firstUserPreset.prompt); + } + } catch (error) { + console.error("Failed to fetch presets:", error); + } finally { + setLoading(false); + } + }; + + fetchData(); + }, []); + + const handlePresetClick = (preset: PromptPreset) => { + if (isDirty && !window.confirm("You have unsaved changes. Are you sure you want to switch?")) { + return; + } + setSelectedPreset(preset); + setEditorContent(preset.prompt); + setIsDirty(false); + }; + + const handleEditorChange = (e: React.ChangeEvent) => { + setEditorContent(e.target.value); + setIsDirty(true); + }; + + const handleSave = async () => { + if (!selectedPreset || saving || !isDirty) return; + + if (selectedPreset.is_default === 1) { + alert("Default presets cannot be modified."); + return; + } + + try { + setSaving(true); + await updatePreset(selectedPreset.id, { + title: selectedPreset.title, + prompt: editorContent + }); + + setAllPresets(prev => + prev.map(p => + p.id === selectedPreset.id + ? { ...p, prompt: editorContent } + : p + ) + ); + setIsDirty(false); + console.log('Save completed!'); + } catch (error) { + console.error("Save failed:", error); + alert("Failed to save preset. See console for details."); + } finally { + setSaving(false); + } + }; + + if (loading) { + return ( +
+
Loading...
+
+ ); + } + + return ( +
+
+
+
+
+

Presets

+

Personalize

+
+ +
+
+
+ +
+
+
+ +
+ + {showPresets && ( +
+ {allPresets.map((preset) => ( +
handlePresetClick(preset)} + className={` + p-4 rounded-lg cursor-pointer transition-all duration-200 bg-white + h-48 flex flex-col shadow-sm hover:shadow-md + ${selectedPreset?.id === preset.id + ? 'border-2 border-blue-500 shadow-md' + : 'border border-gray-200 hover:border-gray-300' + } + `} + > +

+ {preset.title} +

+

+ {preset.prompt.substring(0, 100) + (preset.prompt.length > 100 ? '...' : '')} +

+
+ ))} +
+ )} +
+
+ +
+
+ +
+ `; + } + + renderSlide4() { + return html` +
+
βš™οΈ
+
Explore More Features
+
+
+ 🎨 + Customize settings and AI profiles +
+
+ πŸ“š + View your conversation history +
+
+ πŸ”§ + Adjust screenshot intervals and quality +
+
+
+ `; + } + + renderSlide5() { + return html` +
+
πŸŽ‰
+
You're All Set!
+
+ Pickle Glass is completely free to use. Just add your openai API key and start getting AI-powered assistance in your interviews + and meetings! +
+
+ `; + } + + render() { + return html` + ${this.renderSlide1()} ${this.renderSlide2()} ${this.renderSlide3()} ${this.renderSlide4()} ${this.renderSlide5()} + + + `; + } +} + +customElements.define('onboarding-view', OnboardingView); diff --git a/src/index.js b/src/index.js new file mode 100644 index 0000000..408ea89 --- /dev/null +++ b/src/index.js @@ -0,0 +1,599 @@ +try { + const reloader = require('electron-reloader'); + reloader(module, { + }); +} catch (err) { +} + +require('dotenv').config(); + +if (require('electron-squirrel-startup')) { + process.exit(0); +} + +const { app, BrowserWindow, shell, ipcMain, dialog } = require('electron'); +const { createWindows } = require('./electron/windowManager.js'); +const { setupLiveSummaryIpcHandlers, stopMacOSAudioCapture } = require('./features/listen/liveSummaryService.js'); +const databaseInitializer = require('./common/services/databaseInitializer'); +const dataService = require('./common/services/dataService'); +const path = require('node:path'); +const { Deeplink } = require('electron-deeplink'); +const express = require('express'); +const fetch = require('node-fetch'); +const { autoUpdater } = require('electron-updater'); + +let WEB_PORT = 3000; + +const openaiSessionRef = { current: null }; +let deeplink = null; // Initialize as null +let pendingDeepLinkUrl = null; // Store any deep link that arrives before initialization + +function createMainWindows() { + createWindows(); + + const { windowPool } = require('./electron/windowManager'); + const headerWindow = windowPool.get('header'); + + // Initialize deeplink after windows are created + if (!deeplink && headerWindow) { + try { + deeplink = new Deeplink({ + app, + mainWindow: headerWindow, + protocol: 'pickleglass', + isDev: !app.isPackaged, + debugLogging: true + }); + + deeplink.on('received', (url) => { + console.log('[deeplink] received:', url); + handleCustomUrl(url); + }); + + console.log('[deeplink] Initialized with main window'); + + // Handle any pending deep link + if (pendingDeepLinkUrl) { + console.log('[deeplink] Processing pending deep link:', pendingDeepLinkUrl); + handleCustomUrl(pendingDeepLinkUrl); + pendingDeepLinkUrl = null; + } + } catch (error) { + console.error('[deeplink] Failed to initialize deep link:', error); + deeplink = null; + } + } +} + +app.whenReady().then(async () => { + const gotTheLock = app.requestSingleInstanceLock(); + if (!gotTheLock) { + app.quit(); + return; + } else { + app.on('second-instance', (event, commandLine, workingDirectory) => { + const { windowPool } = require('./electron/windowManager'); + if (windowPool) { + const header = windowPool.get('header'); + if (header) { + if (header.isMinimized()) header.restore(); + header.focus(); + return; + } + } + + const windows = BrowserWindow.getAllWindows(); + if (windows.length > 0) { + const mainWindow = windows[0]; + if (mainWindow.isMinimized()) mainWindow.restore(); + mainWindow.focus(); + } + }); + } + + const dbInitSuccess = await databaseInitializer.initialize(); + if (!dbInitSuccess) { + console.error('>>> [index.js] Database initialization failed - some features may not work'); + } else { + console.log('>>> [index.js] Database initialized successfully'); + } + + WEB_PORT = await startWebStack(); + console.log('Web front-end listening on', WEB_PORT); + + setupLiveSummaryIpcHandlers(openaiSessionRef); + setupGeneralIpcHandlers(); + + createMainWindows(); + + initAutoUpdater(); +}); + +app.on('window-all-closed', () => { + stopMacOSAudioCapture(); + if (process.platform !== 'darwin') { + app.quit(); + } +}); + +app.on('before-quit', () => { + stopMacOSAudioCapture(); + databaseInitializer.close(); +}); + +app.on('activate', () => { + if (BrowserWindow.getAllWindows().length === 0) { + createMainWindows(); + } +}); + +// Add macOS native deep link handling as fallback +app.on('open-url', (event, url) => { + event.preventDefault(); + console.log('[app] open-url received:', url); + + if (!deeplink) { + // Store the URL if deeplink isn't ready yet + pendingDeepLinkUrl = url; + console.log('[app] Deep link stored for later processing'); + } else { + handleCustomUrl(url); + } +}); + +// Ensure app can handle the protocol +app.setAsDefaultProtocolClient('pickleglass'); + +function setupGeneralIpcHandlers() { + ipcMain.handle('open-external', async (event, url) => { + try { + await shell.openExternal(url); + return { success: true }; + } catch (error) { + console.error('Error opening external URL:', error); + return { success: false, error: error.message }; + } + }); + + ipcMain.handle('save-api-key', async (event, apiKey) => { + try { + await dataService.saveApiKey(apiKey); + BrowserWindow.getAllWindows().forEach(win => { + win.webContents.send('api-key-updated'); + }); + return { success: true }; + } catch (error) { + console.error('IPC: Failed to save API key:', error); + return { success: false, error: error.message }; + } + }); + + ipcMain.handle('check-api-key', async () => { + return await dataService.checkApiKey(); + }); + + ipcMain.handle('get-user-presets', async () => { + return await dataService.getUserPresets(); + }); + + ipcMain.handle('get-preset-templates', async () => { + return await dataService.getPresetTemplates(); + }); + + ipcMain.on('set-current-user', (event, uid) => { + console.log(`[IPC] set-current-user: ${uid}`); + dataService.setCurrentUser(uid); + }); + + ipcMain.handle('start-firebase-auth', async () => { + try { + const authUrl = `http://localhost:${WEB_PORT}/login?mode=electron`; + console.log(`[Auth] Opening Firebase auth URL in browser: ${authUrl}`); + await shell.openExternal(authUrl); + return { success: true }; + } catch (error) { + console.error('[Auth] Failed to open Firebase auth URL:', error); + return { success: false, error: error.message }; + } + }); + + ipcMain.on('firebase-auth-success', async (event, firebaseUser) => { + console.log('[IPC] firebase-auth-success:', firebaseUser.uid); + try { + await dataService.findOrCreateUser(firebaseUser); + dataService.setCurrentUser(firebaseUser.uid); + + BrowserWindow.getAllWindows().forEach(win => { + if (win !== event.sender.getOwnerBrowserWindow()) { + win.webContents.send('user-changed', firebaseUser); + } + }); + } catch (error) { + console.error('[IPC] Failed to handle firebase-auth-success:', error); + } + }); + + ipcMain.handle('get-api-url', () => { + return process.env.pickleglass_API_URL || 'http://localhost:9001'; + }); + + ipcMain.handle('get-web-url', () => { + return process.env.pickleglass_WEB_URL || 'http://localhost:3000'; + }); + + ipcMain.on('get-api-url-sync', (event) => { + event.returnValue = process.env.pickleglass_API_URL || 'http://localhost:9001'; + }); + + ipcMain.handle('get-database-status', async () => { + return await databaseInitializer.getStatus(); + }); + + ipcMain.handle('reset-database', async () => { + return await databaseInitializer.reset(); + }); + + ipcMain.handle('get-current-user', async () => { + try { + const user = await dataService.sqliteClient.getUser(dataService.currentUserId); + if (user) { + return { + id: user.uid, + name: user.display_name, + isAuthenticated: user.uid !== 'default_user' + }; + } + throw new Error('User not found in DataService'); + } catch (error) { + console.error('Failed to get current user via DataService:', error); + return { + id: 'default_user', + name: 'Default User', + isAuthenticated: false + }; + } + }); + +} + +async function handleCustomUrl(url) { + try { + console.log('[Custom URL] Processing URL:', url); + + const urlObj = new URL(url); + const action = urlObj.hostname; + const params = Object.fromEntries(urlObj.searchParams); + + console.log('[Custom URL] Action:', action, 'Params:', params); + + switch (action) { + case 'login': + case 'auth-success': + await handleFirebaseAuthCallback(params); + break; + case 'personalize': + handlePersonalizeFromUrl(params); + break; + default: + const { windowPool } = require('./electron/windowManager'); + const header = windowPool.get('header'); + if (header) { + if (header.isMinimized()) header.restore(); + header.focus(); + + const targetUrl = `http://localhost:${WEB_PORT}/${action}`; + console.log(`[Custom URL] Navigating webview to: ${targetUrl}`); + header.webContents.loadURL(targetUrl); + } + } + + } catch (error) { + console.error('[Custom URL] Error parsing URL:', error); + } +} + +async function handleFirebaseAuthCallback(params) { + const { token: idToken } = params; + + if (!idToken) { + console.error('[Auth] Firebase auth callback is missing ID token.'); + const { windowPool } = require('./electron/windowManager'); + const header = windowPool.get('header'); + if (header) { + header.webContents.send('login-successful', { + error: 'authentication_failed', + message: 'ID token not provided in deep link.' + }); + } + return; + } + + console.log('[Auth] Received ID token from deep link, exchanging for custom token...'); + + try { + const functionUrl = 'https://us-west1-pickle-3651a.cloudfunctions.net/pickleGlassAuthCallback'; + const response = await fetch(functionUrl, { + method: 'POST', + headers: { 'Content-Type': 'application/json' }, + body: JSON.stringify({ token: idToken }) + }); + + const data = await response.json(); + + + + if (!response.ok || !data.success) { + throw new Error(data.error || 'Failed to exchange token.'); + } + + const { customToken, user } = data; + console.log('[Auth] Successfully received custom token for user:', user.uid); + + const firebaseUser = { + uid: user.uid, + email: user.email || 'no-email@example.com', + displayName: user.name || 'User', + photoURL: user.picture + }; + + await dataService.findOrCreateUser(firebaseUser); + dataService.setCurrentUser(user.uid); + console.log('[Auth] User data synced with local DB.'); + + // if (firebaseUser.email && idToken) { + // try { + // const { getVirtualKeyByEmail, setApiKey } = require('./electron/windowManager'); + // console.log('[Auth] Fetching virtual key for:', firebaseUser.email); + // const vKey = await getVirtualKeyByEmail(firebaseUser.email, idToken); + // console.log('[Auth] Virtual key fetched successfully'); + + // await setApiKey(vKey); + // console.log('[Auth] Virtual key saved successfully'); + + // const { setCurrentFirebaseUser } = require('./electron/windowManager'); + // setCurrentFirebaseUser(firebaseUser); + + // const { windowPool } = require('./electron/windowManager'); + // windowPool.forEach(win => { + // if (win && !win.isDestroyed()) { + // win.webContents.send('api-key-updated'); + // win.webContents.send('firebase-user-updated', firebaseUser); + // } + // }); + // } catch (error) { + // console.error('[Auth] Virtual key fetch failed:', error); + // } + // } + + const { windowPool } = require('./electron/windowManager'); + const header = windowPool.get('header'); + + if (header) { + if (header.isMinimized()) header.restore(); + header.focus(); + + console.log('[Auth] Sending custom token to renderer for sign-in.'); + header.webContents.send('login-successful', { + customToken: customToken, + user: firebaseUser, + success: true + }); + + BrowserWindow.getAllWindows().forEach(win => { + if (win !== header) { + win.webContents.send('user-changed', firebaseUser); + } + }); + + console.log('[Auth] Firebase authentication completed successfully'); + + } else { + console.error('[Auth] Header window not found after getting custom token.'); + } + + } catch (error) { + console.error('[Auth] Error during custom token exchange:', error); + + const { windowPool } = require('./electron/windowManager'); + const header = windowPool.get('header'); + if (header) { + header.webContents.send('login-successful', { + error: 'authentication_failed', + message: error.message + }); + } + } +} + +function handlePersonalizeFromUrl(params) { + console.log('[Custom URL] Personalize params:', params); + + const { windowPool } = require('./electron/windowManager'); + const header = windowPool.get('header'); + + if (header) { + if (header.isMinimized()) header.restore(); + header.focus(); + + const personalizeUrl = `http://localhost:${WEB_PORT}/settings`; + console.log(`[Custom URL] Navigating to personalize page: ${personalizeUrl}`); + header.webContents.loadURL(personalizeUrl); + + BrowserWindow.getAllWindows().forEach(win => { + win.webContents.send('enter-personalize-mode', { + message: 'Personalization mode activated', + params: params + }); + }); + } else { + console.error('[Custom URL] Header window not found for personalize'); + } +} + + +async function startWebStack() { + console.log('NODE_ENV =', process.env.NODE_ENV); + const isDev = !app.isPackaged; + + const getAvailablePort = () => { + return new Promise((resolve, reject) => { + const server = require('net').createServer(); + server.listen(0, (err) => { + if (err) reject(err); + const port = server.address().port; + server.close(() => resolve(port)); + }); + }); + }; + + const apiPort = await getAvailablePort(); + const frontendPort = await getAvailablePort(); + + console.log(`πŸ”§ Allocated ports: API=${apiPort}, Frontend=${frontendPort}`); + + process.env.pickleglass_API_PORT = apiPort.toString(); + process.env.pickleglass_API_URL = `http://localhost:${apiPort}`; + process.env.pickleglass_WEB_PORT = frontendPort.toString(); + process.env.pickleglass_WEB_URL = `http://localhost:${frontendPort}`; + + console.log(`🌍 Environment variables set:`, { + pickleglass_API_URL: process.env.pickleglass_API_URL, + pickleglass_WEB_URL: process.env.pickleglass_WEB_URL + }); + + const createBackendApp = require('../pickleglass_web/backend_node'); + const nodeApi = createBackendApp(); + + const staticDir = app.isPackaged + ? path.join(process.resourcesPath, 'out') + : path.join(__dirname, '..', 'pickleglass_web', 'out'); + + const fs = require('fs'); + + if (!fs.existsSync(staticDir)) { + console.error(`============================================================`); + console.error(`[ERROR] Frontend build directory not found!`); + console.error(`Path: ${staticDir}`); + console.error(`Please run 'npm run build' inside the 'pickleglass_web' directory first.`); + console.error(`============================================================`); + app.quit(); + return; + } + + const runtimeConfig = { + API_URL: `http://localhost:${apiPort}`, + WEB_URL: `http://localhost:${frontendPort}`, + timestamp: Date.now() + }; + + // μ“°κΈ° κ°€λŠ₯ν•œ μž„μ‹œ 폴더에 λŸ°νƒ€μž„ μ„€μ • 파일 생성 + const tempDir = app.getPath('temp'); + const configPath = path.join(tempDir, 'runtime-config.json'); + fs.writeFileSync(configPath, JSON.stringify(runtimeConfig, null, 2)); + console.log(`πŸ“ Runtime config created in temp location: ${configPath}`); + + const frontSrv = express(); + + // ν”„λ‘ νŠΈμ—”λ“œμ—μ„œ /runtime-config.json을 μš”μ²­ν•˜λ©΄ μž„μ‹œ ν΄λ”μ˜ νŒŒμΌμ„ 제곡 + frontSrv.get('/runtime-config.json', (req, res) => { + res.sendFile(configPath); + }); + + frontSrv.use((req, res, next) => { + if (req.path.indexOf('.') === -1 && req.path !== '/') { + const htmlPath = path.join(staticDir, req.path + '.html'); + if (fs.existsSync(htmlPath)) { + return res.sendFile(htmlPath); + } + } + next(); + }); + + frontSrv.use(express.static(staticDir)); + + const frontendServer = await new Promise((resolve, reject) => { + const server = frontSrv.listen(frontendPort, '127.0.0.1', () => resolve(server)); + server.on('error', reject); + app.once('before-quit', () => server.close()); + }); + + console.log(`βœ… Frontend server started on http://localhost:${frontendPort}`); + + const apiSrv = express(); + apiSrv.use(nodeApi); + + const apiServer = await new Promise((resolve, reject) => { + const server = apiSrv.listen(apiPort, '127.0.0.1', () => resolve(server)); + server.on('error', reject); + app.once('before-quit', () => server.close()); + }); + + console.log(`βœ… API server started on http://localhost:${apiPort}`); + + console.log(`πŸš€ All services ready:`); + console.log(` Frontend: http://localhost:${frontendPort}`); + console.log(` API: http://localhost:${apiPort}`); + + return frontendPort; +} + +// Auto-update initialization +function initAutoUpdater() { + try { + // Skip auto-updater in development mode + if (!app.isPackaged) { + console.log('[AutoUpdater] Skipped in development (app is not packaged)'); + return; + } + + autoUpdater.setFeedURL({ + provider: 'github', + owner: 'pickle-com', + repo: 'glass', + }); + + // Immediately check for updates & notify + autoUpdater.checkForUpdatesAndNotify() + .catch(err => { + console.error('[AutoUpdater] Error checking for updates:', err); + }); + + autoUpdater.on('checking-for-update', () => { + console.log('[AutoUpdater] Checking for updates…'); + }); + + autoUpdater.on('update-available', (info) => { + console.log('[AutoUpdater] Update available:', info.version); + }); + + autoUpdater.on('update-not-available', () => { + console.log('[AutoUpdater] Application is up-to-date'); + }); + + autoUpdater.on('error', (err) => { + console.error('[AutoUpdater] Error while updating:', err); + }); + + autoUpdater.on('update-downloaded', (info) => { + console.log(`[AutoUpdater] Update downloaded: ${info.version}`); + + const dialogOpts = { + type: 'info', + buttons: ['Install now', 'Install on next launch'], + title: 'Update Available', + message: 'A new version of Glass is ready to be installed.', + defaultId: 0, + cancelId: 1 + }; + + dialog.showMessageBox(dialogOpts).then((returnValue) => { + // returnValue.response 0 is for 'Install Now' + if (returnValue.response === 0) { + autoUpdater.quitAndInstall(); + } + }); + }); + } catch (e) { + console.error('[AutoUpdater] Failed to initialise:', e); + } +} \ No newline at end of file diff --git a/src/preload.js b/src/preload.js new file mode 100644 index 0000000..1b503da --- /dev/null +++ b/src/preload.js @@ -0,0 +1,41 @@ +// See the Electron documentation for details on how to use preload scripts: +// https://www.electronjs.org/docs/latest/tutorial/process-model#preload-scripts + +const { contextBridge, ipcRenderer } = require('electron'); + +contextBridge.exposeInMainWorld('ipcRenderer', { + send: (channel, data) => { + const validChannels = ['set-current-user', 'firebase-auth-success']; + if (validChannels.includes(channel)) { + ipcRenderer.send(channel, data); + } + }, + sendSync: (channel, data) => { + const validChannels = ['get-api-url-sync']; + if (validChannels.includes(channel)) { + return ipcRenderer.sendSync(channel, data); + } + }, + on: (channel, func) => { + const validChannels = ['api-key-updated']; + if (validChannels.includes(channel)) { + const newCallback = (_, ...args) => func(...args); + ipcRenderer.on(channel, newCallback); + return () => { + ipcRenderer.removeListener(channel, newCallback); + }; + } + }, + invoke: (channel, ...args) => { + const validChannels = ['save-api-key']; + if (validChannels.includes(channel)) { + return ipcRenderer.invoke(channel, ...args); + } + }, + removeAllListeners: (channel) => { + const validChannels = ['api-key-updated']; + if (validChannels.includes(channel)) { + ipcRenderer.removeAllListeners(channel); + } + }, +}); diff --git a/test-code-formatting.md b/test-code-formatting.md new file mode 100644 index 0000000..a30d020 --- /dev/null +++ b/test-code-formatting.md @@ -0,0 +1,50 @@ +# Code Formatting Test + +Test various code blocks to ensure proper formatting: + +## Python Example (from screenshot) +```python +class Solution: + def subsets(self, nums: List[int]) -> List[List[int]]: + res = [] + + def backtrack(start, path): + res.append(path[:]) + for i in range(start, len(nums)): + path.append(nums[i]) + backtrack(i + 1, path) + path.pop() + + backtrack(0, []) + return res +``` + +## JavaScript Example +```javascript +function calculateSum(numbers) { + let sum = 0; + for (let i = 0; i < numbers.length; i++) { + sum += numbers[i]; + } + return sum; +} +``` + +## Indented Code with Complex Structure +```python +def complex_function(): + if True: + for i in range(10): + if i % 2 == 0: + print(f"Even: {i}") + else: + print(f"Odd: {i}") + if i > 5: + print(" Greater than 5") + nested = { + "key": "value", + "nested": { + "deep": "structure" + } + } +``` \ No newline at end of file